From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422
authoralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 8 Oct 2011 17:51:03 +0000 (17:51 +0000)
committeralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 8 Oct 2011 17:51:03 +0000 (17:51 +0000)
commit0ca9e41fe62bed6dc4a5e2f90e6caf665491507f
tree1c75984f096429f8853af3fac036798eb6f1f00b
parent639eaf7aaad91f170a88735a9c49212a4c191f67
From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422
Clean up IEEE 802.11 dissector - fixed fields

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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39315 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-ieee80211.c