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] New: IEEE 802.11 dissector shows duplicated proto it

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

           Summary: IEEE 802.11 dissector shows duplicated proto item for
                    Action category
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: j@xxxxx


Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
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.