http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53074
User: alagoutte
Date: 2013/11/04 08:59 AM
Log:
From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9373
ieee80211: Decode Radio Measurements (Action Frames)
The length of the fixed fields are dependent on the radio measurement
action. Before this patch, fields following the action code were
ignored, leading to wrong decoding results. This patch adds recognition
for the Radio Measurement action management frames as specified in
IEEE Std 802.11-2012.
From me:
* Rename some hf (Add ff_ in name)
* Link Margin and Transmit Power are signed
* Use always proto_tree_add_item (replace proto_tree_add_text)
Directory: /trunk/epan/dissectors/
Changes Path Action
+269 -0 packet-ieee80211.c Modified