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