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: Sat, 27 Apr 2002 19:13:06 -0500 (CDT)
guy         2002/04/27 19:13:06 CDT

  Modified files:
    epan                 packet.c packet.h 
  Log:
  Add routines to create anonymous handles for new-style dissectors (ones
  that return an "int", giving either an indication of how much data was
  dissected, an indication of how much more data is needed from TCP to
  dissect, or 0, meaning "this isn't one of my packets").
  
  Revision  Changes    Path
  1.68      +15 -1     ethereal/epan/packet.c
  1.55      +3 -1      ethereal/epan/packet.h