Wireshark-bugs: [Wireshark-bugs] [Bug 10159] Allow for bitmasks to be specified for FT_STRING/FT
Date: Tue, 03 Jun 2014 07:52:52 +0000

changed bug 10159

What Removed Added
Hardware x86 All

Comment # 1 on bug 10159 from
Err, umm, so what would the bitmasks *do*?  Mask out the bits of the individual
characters?

Note that FT_STRING* should *ONLY* be used for fields that are represented as
character strings in the packet; they should *NOT* be used for fields that have
integral values.

VALS() should be usable - define two separate hf_ values, with the *same* field
name, and with *different* value_string tables, and use the appropriate one
based on the subtype.


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