Wireshark-bugs: [Wireshark-bugs] [Bug 9055] New: Support for bitmask set for types FT_INT8, FT_I

Date: Tue, 20 Aug 2013 07:59:49 +0000
Bug ID 9055
Summary Support for bitmask set for types FT_INT8, FT_INT16, FT_INT24 and FT_INT32
Classification Unclassified
Product Wireshark
Version SVN
Hardware All
OS All
Status UNCONFIRMED
Severity Normal
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Created attachment 11408 [details]
Support for bitmasked signed integer types FT_INT8, FT_INT16, FT_INT24 and
FT_INT32

Build Information:

--
I would like to use bitmasked items for signed integer types defined in
hf_register_info structure but this was not supported
DISSECTOR_ASSERT(!hfinfo->bitmask).

Attached patch will add the support for bitmasked signed integer types FT_INT8,
FT_INT16, FT_INT24 and FT_INT32.


You are receiving this mail because:
  • You are watching all bug changes.