ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5827] New: [patch] Missing indication that we recognize th

Date: Wed, 13 Apr 2011 13:29:46 -0700 (PDT)
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.