Wireshark-bugs: [Wireshark-bugs] [Bug 10159] New: Allow for bitmasks to be specified for FT_STRI

Date: Tue, 03 Jun 2014 07:30:58 +0000
Bug ID 10159
Summary Allow for bitmasks to be specified for FT_STRING/FT_STRINGZ/FT_STRINGZPAD
Classification Unclassified
Product Wireshark
Version Git
Hardware x86
OS All
Status UNCONFIRMED
Severity Enhancement
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:
commit de9efa1cb91afddb70d1b56a2574fb0def628bd3
Author: Anish Bhatt <[email protected]>
Date:   Sun Jun 1 19:13:55 2014 -0700


--
When using any of the string types, a bit mask is not allowed. This requires
some creative approaches sometimes like the one used in
https://code.wireshark.org/review/#/c/1915/

VALS() wasn't useable here as the strings came from two separate value_string
arrays based upon previous bytes, would be nice to use add_string but still
show which bits were responsible for strings.


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