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 43150: /trunk/epan/ /trunk/epan/: proto.c

Date: Thu, 07 Jun 2012 21:10:02 GMT
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