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@xxxxxxxxxxxxxxxxx>
Date: Sat, 6 Sep 2003 19:47:56 -0500 (CDT)
guy         2003/09/06 19:47:56 CDT

  Modified files:
    epan                 packet.c packet.h 
  Log:
  Support string dissector tables in the Tethereal "decode as" stuff.
  
  Make the Ethereal "decode as" stuff not blow up with string dissector
  tables.
  
  Selectors for uint dissector tables are unsigned, not signed.
  
  Revision  Changes    Path
  1.96      +10 -4     ethereal/epan/packet.c
  1.70      +6 -6      ethereal/epan/packet.h