ieee80211: remove duplicate entry

packet-ieee80211.c:33184 hf_ieee80211_addr_ta called consecutively at line 33184 - previous at 33183
This commit is contained in:
Alexis La Goutte 2022-10-31 14:32:22 +00:00 committed by AndersBroman
parent a9d32c9316
commit 2f75f65b7f
1 changed files with 0 additions and 3 deletions

View File

@ -33078,10 +33078,7 @@ dissect_ieee80211_pv1(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree,
const gchar *ether_name = tvb_get_ether_name(tvb, offset);
set_src_addr_cols(pinfo, tvb, offset, "TA");
/* TODO: why adding as visible *and* hidden? */
proto_tree_add_item(hdr_tree, hf_ieee80211_addr_ta, tvb, offset, 6, ENC_NA);
hidden = proto_tree_add_item(hdr_tree, hf_ieee80211_addr_ta, tvb, offset, 6, ENC_NA);
proto_item_set_hidden(hidden);
hidden = proto_tree_add_string(hdr_tree, hf_ieee80211_addr_ta_resolved, tvb,
offset, 6, ether_name);
proto_item_set_hidden(hidden);