Wireshark-bugs: [Wireshark-bugs] [Bug 5827] New: [patch] Missing indication that we recognize th
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5827
Summary: [patch] Missing indication that we recognize the
Radiotap MCS header field.
Product: Wireshark
Version: SVN
Platform: Other
OS/Version: All
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: pizza@xxxxxxxxxxxx
Created an attachment (id=6163)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6163)
Indicate that we recognize the MCS header field.
Build Information:
This is against svn trunk.
--
The radiotap header has a pile of optional fields, and uses a bitmask field to
indicate which fields are present. Wireshark marks the fields it decodes, and
then decodes the payload.
The recently-added MCS field is decoded now, but the bit is not displayed as
recognized. This was presumably an oversight, as this bit is recognized and the
field decoded properly.
The attached patch takes care of that.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.