From 466988126d91f2497b49599da3950d60adff4af2 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 12 May 2012 13:12:01 +0000 Subject: [PATCH] From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7252 Add wlan.ra field value to wlan.addr The (hidden) field wlan.addr==xx:xx:xx:xx:xx:xx currently matches wlan.da, wlan.bssid, wlan.sa and wlan.da fields but not wlan.ra field. svn path=/trunk/; revision=42597 --- epan/dissectors/packet-ieee80211.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c index 27c4150167..a0fdb52a9a 100644 --- a/epan/dissectors/packet-ieee80211.c +++ b/epan/dissectors/packet-ieee80211.c @@ -10203,6 +10203,8 @@ dissect_ieee80211_common (tvbuff_t * tvb, packet_info * pinfo, set_dst_addr_cols(pinfo, dst, addr1_str); if (tree) { proto_tree_add_item(hdr_tree, addr1_hf, tvb, 4, 6, ENC_BIG_ENDIAN); + hidden_item = proto_tree_add_item (hdr_tree, hf_ieee80211_addr, tvb, 4, 6, ENC_NA); + PROTO_ITEM_SET_HIDDEN(hidden_item); } /*