Wireshark-bugs: [Wireshark-bugs] [Bug 6339] Proposed improvements for IEEE Std 802.11u-2011 diss
Date: Tue, 13 Sep 2011 07:41:14 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6339

Jouni Malinen <j@xxxxx> changed:

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

--- Comment #11 from Jouni Malinen <j@xxxxx> 2011-09-13 07:41:13 PDT ---
Created an attachment (id=7000)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7000)
ieee80211: Remove unnecessary Action subtree

Action frames include only a single Action and there is not much point
in creating a new subtree under the Action (wlan_mgmt.fixed.action)
field since the Fixed parameters subtree would never have any more
entries. Clean this up by removing the Action subtree. This is also
removing the use of incorrect ett_ array value (ett_sched_tree is for
schedule info and it was just reused here instead of a new value being
defined).

The Action item itself is pretty much unnecessary since the exact same
octet is being shown in the following Category code field. However,
since these items use different filter fields (wlan_mgt.fixed.action and
wlan_mgt.fixed.category_code), I did not remove the duplicated item to
avoid breaking any external filtering scripts.

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