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

Date: Wed, 22 Apr 2009 19:50:36 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28134

User: wmeier
Date: 2009/04/22 12:50 PM

Log:
 proto.c: proto_registrar_dump...() fixes/changes:
 - dump_values: Handle range_strings (prevents crash);
 - dump_fields:
    a. Formats 2,3: If type==FT_BOOLEAN: output integer "parent bitfield width"
       in Field 7 instead of "BASE_NONE", etc. to allow addt'l
       field validation when using ftsanity.py.
    b. Format 3: Output bitmask (Field 8) in hex (0x...) instead of decimal.

Directory: /trunk/epan/
  Changes    Path          Action
  +61 -15    proto.c       Modified