Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 37274: /trunk/epan/ /trunk/epan/: proto.c

Date: Thu, 19 May 2011 01:21:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37274

User: martinm
Date: 2011/05/18 06:21 PM

Log:
 Add a check that (plain) value_strings that are used in hf items don't have
 any conflicting entries.  i.e. lots of value_strings have repeated items, but
 for now only warn for cases where the same numeric value appears with a
 different string.
 
 Because this will slow down startup and output distracting warnings, it has been
 #if 0'd out for now.  As discussed on the dev mailing list, it'd be good to
 create a #define for developer/non-release builds so that tests such as this
 can regularly be run.

Directory: /trunk/epan/
  Changes    Path          Action
  +48 -0     proto.c       Modified