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

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: Mon, 6 Oct 2003 15:46:53 -0500 (CDT)
guy         2003/10/06 15:46:53 CDT

  Modified files:
    epan                 proto.c 
  Log:
  When registering a field, make sure its ID is -1 or 0 - if it's not,
  that probably means you've registered two fields with the same field ID
  variable, which is an error.
  
  Fix the bugs doing so found.
  
  Revision  Changes    Path
  1.100     +11 -1     ethereal/epan/proto.c