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

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: Wed, 30 May 2001 01:41:08 -0500 (CDT)
guy         2001/05/30 01:41:08 CDT

  Modified files:
    epan                 packet.c packet.h 
  Log:
  No old-style dissectors call "old_dissector_try_port()", so get rid of
  "old_dissector_try_port()".
  
  There are no longer any old-style heuristic or conversation dissectors,
  so get rid of "old_heur_dissector_add()" and "old_conv_dissector_add()"
  and the data-structure members that support old-style heuristic and
  conversation dissectors.
  
  Revision  Changes    Path
  1.34      +12 -159   ethereal/epan/packet.c
  1.33      +1 -10     ethereal/epan/packet.h