aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radiotap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-08-22 15:33:15 -0700
committerGuy Harris <guy@alum.mit.edu>2015-08-22 22:35:31 +0000
commitebca184be0031969a4a64b25dd62792910a30e8c (patch)
tree98b9be6e04f9b623e6cf8c5bfc4368b361ca32e1 /epan/dissectors/packet-ieee80211-radiotap.c
parent15ed3351bf6b8f017512d29d96a2b2889c797f6d (diff)
Call the MCS field by its correct name.
Yes, it *should* have been called "HT", but hindsight is always 20-20. If you want less confusingly named information, look at what the "802.11 radio information" dissector puts into the protocol tree; the radiotap dissection is for people debugging radiotap implementations or looking for vendor-specific information that's not (yet) put into the generic 802.11 radio information. Change-Id: If6e97f82595a6f11a45e34d5a52e70e9ca686d7c Reviewed-on: https://code.wireshark.org/review/10202 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-ieee80211-radiotap.c')
-rw-r--r--epan/dissectors/packet-ieee80211-radiotap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ieee80211-radiotap.c b/epan/dissectors/packet-ieee80211-radiotap.c
index a2c1f7639a..d4956ed51e 100644
--- a/epan/dissectors/packet-ieee80211-radiotap.c
+++ b/epan/dissectors/packet-ieee80211-radiotap.c
@@ -1910,9 +1910,9 @@ void proto_register_radiotap(void)
"Specifies if the extended channel info field is present", HFILL}},
{&hf_radiotap_present_mcs,
- {"HT information", "radiotap.present.mcs",
+ {"MCS information", "radiotap.present.mcs",
FT_BOOLEAN, 32, TFS(&tfs_present_absent), RADIOTAP_MASK(MCS),
- "Specifies if the HT field is present", HFILL}},
+ "Specifies if the MCS field is present", HFILL}},
{&hf_radiotap_present_ampdu,
{"A-MPDU Status", "radiotap.present.ampdu",