Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 3 Dec 2001 03:00:25 -0600 (CST)
guy         2001/12/03 03:00:25 CST

  Modified files:
    epan                 packet.c 
  Log:
  A "dissector_table_t" is no longer a pointer to a hash table, it's a
  pointer to a "struct dissector_table", containing a pointer to a hash
  table and a pointer to a list of handles.  Fix
  "dissector_all_tables_foreach_func()" to understand that.
  
  Revision  Changes    Path
  1.51      +4 -4      ethereal/epan/packet.c