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 6359] IEEE 802.11 dissector shows duplicated proto item fo

Date: Mon, 19 Sep 2011 11:35:23 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6359

Jouni Malinen <j@xxxxx> changed:

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

--- Comment #1 from Jouni Malinen <j@xxxxx> 2011-09-19 11:35:22 PDT ---
Created an attachment (id=7047)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7047)
ieee80211: Remove duplicated Action field item

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.

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