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 6422] Clean up IEEE 802.11 dissector - fixed fields

Date: Sat, 1 Oct 2011 07:54:19 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422

Jouni Malinen <j@xxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7132|                            |review_for_checkin?
               Flag|                            |

--- Comment #2 from Jouni Malinen <j@xxxxx> 2011-10-01 07:54:18 PDT ---
Created an attachment (id=7132)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7132)
ieee80211: Simplify fixed field definitions with an enum

The fixed field identifiers were defined to have specific
values. However, this is used only within the parser and does not
correspond to any specific packet field. As such, there is no need for
the specific values to be maintained and an enum makes it simpler to add
and remove these fields as needed.

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