aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-01-05 19:40:34 +0100
committerMichael Mann <mmann78@netscape.net>2017-01-06 03:36:04 +0000
commitb4176fdaa55d7ffb5cfd7c6b28927949ea985161 (patch)
tree8a276bdb6f3d9f085777596effbac0e5d31674fa
parenta8d4051e694b1773fd5338363dfee617c776e7d7 (diff)
802.11(ad): fix typo
Wrong field name for Dynamic Allocation Issue reported by Hany ASSASA Bug: 13244 Change-Id: Idec2cb48c5b3d22d75880325d2aec0083d89ca95 Reviewed-on: https://code.wireshark.org/review/19558 Reviewed-by: Michael Mann <mmann78@netscape.net>
-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 ca27c2a5c6..600e61ebf4 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -19702,7 +19702,7 @@ proto_register_ieee80211(void)
NULL, HFILL }},
{&hf_ieee80211_ff_dynamic_allocation,
- {"Response Offset", "wlan.dynamic_allocation",
+ {"Dynamic Allocation", "wlan.dynamic_allocation",
FT_UINT40, BASE_HEX, NULL, 0,
NULL, HFILL }},