aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2021-06-07 13:46:25 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-06-07 20:00:47 +0000
commit307b669aa56893343a84ab8010e63652a36b3714 (patch)
tree664b34ede732de662fb1c5c6bb0e309190a95821 /epan/dissectors/packet-ieee80211.c
parent17893e35c679f0fd7af91dba05c66aea86b71a63 (diff)
ieee80211: rename TBTT Information to Neighbor AP Information
Diffstat (limited to 'epan/dissectors/packet-ieee80211.c')
-rw-r--r--epan/dissectors/packet-ieee80211.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index 5c6469e1ec..ff0553cfbd 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -19693,7 +19693,7 @@ dissect_reduced_neighbor_report(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tre
while (tag_len > 0){
/* TBTT Information Header */
- subtree = proto_tree_add_subtree(tree, tvb, offset, 4, ett_rnr_tbtt_tree, NULL, "TBTT Information");
+ subtree = proto_tree_add_subtree(tree, tvb, offset, 4, ett_rnr_tbtt_tree, NULL, "Neighbor AP Information");
proto_tree_add_bitmask_with_flags(subtree, tvb, offset, hf_ieee80211_rnr_tbtt_information_field_header,
ett_rnr_tbtt_information_tree, ieee80211_rnr_tbtt_information_header,
ENC_LITTLE_ENDIAN, BMT_NO_APPEND);