https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548
Stig Bjørlykke <stig@xxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3140|review_for_checkin? |review_for_checkin-
Flag| |
--- Comment #1 from Stig Bjørlykke <stig@xxxxxxxxxxxxx> 2009-06-18 13:46:50 PDT ---
(From update of attachment 3140)
This patch is not correct for FT_BOOLEAN, because we use display field for
number of field bits.
So this changes has to go away:
- FT_BOOLEAN, 8, NULL, 0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0,
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.