aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radiotap-iter.c
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2018-03-29 19:19:48 -0700
committerAnders Broman <a.broman58@gmail.com>2018-03-30 07:27:41 +0000
commit5efe9146d0027cd7c4828de023c4ec294b18f42d (patch)
tree49d55be82d88f39b73d673bc6d8ae62495ddff46 /epan/dissectors/packet-ieee80211-radiotap-iter.c
parent9bcedc21a886ea8fa218fdc363032eaf07d5fbed (diff)
radiotap: Add support for the HE-MU header.
This adds support for the HE-MU header as recently modified. It also handles the unknown fields correctly, and has been subjected to some captures as well. Change-Id: Id0c6c3b4dd0f0a91722d0a1a2c1706270862d97e Reviewed-on: https://code.wireshark.org/review/25479 Petri-Dish: Richard Sharpe <realrichardsharpe@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ieee80211-radiotap-iter.c')
-rw-r--r--epan/dissectors/packet-ieee80211-radiotap-iter.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee80211-radiotap-iter.c b/epan/dissectors/packet-ieee80211-radiotap-iter.c
index 3652ece39a..56ca297434 100644
--- a/epan/dissectors/packet-ieee80211-radiotap-iter.c
+++ b/epan/dissectors/packet-ieee80211-radiotap-iter.c
@@ -47,7 +47,8 @@ static const struct radiotap_align_size rtap_namespace_sizes[] = {
/* [IEEE80211_RADIOTAP_AMPDU_STATUS] = 20 */ { 4, 8 },
/* [IEEE80211_RADIOTAP_VHT] = 21 */ { 2, 12 },
/* [IEEE80211_RADIOTAP_TIMESTAMP] = 22 */ { 8, 12 },
- /* [IEEE80211_RADIOTAP_HE] = 23 */ { 2, 12 }
+ /* [IEEE80211_RADIOTAP_HE] = 23 */ { 2, 12 },
+ /* [IEEE80211_RADIOTAP_HE_MU] = 24 */ { 2, 8 },
/*
* add more here as they are defined in