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@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 15 Oct 2002 00:21:06 -0500 (CDT)
guy         2002/10/15 00:21:06 CDT

  Modified files:
    epan                 proto.c 
  Log:
  When registering a protocol, make sure there are no other protocols with
  the same long name, short name, or filter name, and abort if there are.
  
  Fix the duplicate names that found (and another name error found while
  fixing one of those errors).
  
  Revision  Changes    Path
  1.75      +38 -1     ethereal/epan/proto.c