http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43150
User: wmeier
Date: 2012/06/07 02:10 PM
Log:
Don't crash in 'proto_registrar_dump_values' if BASE_EXT_STRING and no extended string.
Note: this shows up when doing 'tshark -G values'.
BASE_EXT_STRING with a missing extended string does *not* cause issues
with the normal display code:
ToDo (eventually): Add some code to enforce requirement that hf[] entries with BASE_EXT_STRING
(or BASE_RANGE_STRING) set must also have a 'strings' value.
Directory: /trunk/epan/
Changes Path Action
+22 -20 proto.c Modified