aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-08-29 13:37:16 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-29 12:07:51 +0000
commit47f96d974caf6670926f572bd724be5973d8bb3b (patch)
tree9aa3cb1c1ba938b42d1d77201abfeffbcf637bde /epan/dissectors/packet-ieee80211.c
parent8db01445c1818ccc5625f1fe8b65c14f8c5394bb (diff)
802.11: rename Control Frame Extension field to match the spec
As reported by Richard Sharpe on -dev: https://www.wireshark.org/lists/wireshark-dev/201408/msg00236.html Change-Id: I16638982e14e566bb7e584a2d030c546d2223ebe Reviewed-on: https://code.wireshark.org/review/3916 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ieee80211.c')
-rw-r--r--epan/dissectors/packet-ieee80211.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index d49a986071..caa3690eca 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -18402,9 +18402,9 @@ proto_register_ieee80211 (void)
"Type and subtype combined (first byte: type, second byte: subtype)", HFILL }},
{&hf_ieee80211_fc_frame_extension,
- {"Extension", "wlan.fc.extension",
+ {"Control Frame Extension", "wlan.fc.extension",
FT_UINT8, BASE_DEC, NULL, 0,
- "Frame extension", HFILL }},
+ NULL, HFILL }},
{&hf_ieee80211_fc_flags,
{"Flags", "wlan.flags",