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