ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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