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
This commit is contained in:
Alexis La Goutte 2012-05-12 13:12:01 +00:00
parent 35745a33cd
commit 466988126d
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}
/*