Wireshark-commits: [Wireshark-commits] rev 39315: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 08 Oct 2011 17:51:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39315

User: alagoutte
Date: 2011/10/08 10:51 AM

Log:
 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.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +73 -69    packet-ieee80211.c    Modified