Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5830] 802.11 Tag WME Qos Info field is not decoded

Date: Thu, 14 Apr 2011 08:30:48 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5830

--- Comment #1 from Mark Phillips <mark.phillips@xxxxxxx> 2011-04-14 08:30:47 PDT ---
Created an attachment (id=6169)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6169)
Proposed enhancement

This is the enhancement/fix I have tested and we are using.

The main change is an additional function to decode the QoS Info field.
Unfortunately the wireless standard is changes the meaning of the bit fields
depending on the direction of the frame (to/from Access Point).... To handle
this I have added an ftype function to several functions so that the decoode
logic knows what frame the field is contained in and can "do the right thing".
If the frame type is unexpected, or the decoder is called from another
protocol, the decode will fall back to just displaying the raw decimal value.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.