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

Date: Tue, 27 Sep 2011 19:43:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39169

User: alagoutte
Date: 2011/09/27 12:43 PM

Log:
 From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6359
 IEEE 802.11 dissector shows duplicated proto item for Action category
 
 Action frame dissecting is first adding hf_ieee80211_action (wlan_mgt.fixed.action) field before the category-based processing. Immediately after that, the per-category implementations are adding FIELD_CATEGORY_CODE (hf_ieee80211_ff_category_code, i.e., wlan_mgt.fixed.category_code) to the proto tree for the exact same octet. Remove hf_ieee80211_action to avoid the duplicated item in the tree. In addition, remove the now unused action_item and action_tree variables.

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