aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radiotap-iter.c
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2017-12-23 07:31:19 -0800
committerAnders Broman <a.broman58@gmail.com>2017-12-24 06:50:54 +0000
commit8d6202df4559d144bc8edc6fdf4bfa6112fe746f (patch)
treef588089354cb746e802929ca40b65680a11b0fc5 /epan/dissectors/packet-ieee80211-radiotap-iter.c
parente30374d1691c5728cc979e9682ad4e99ea5c8252 (diff)
ieee80211-radiotap: Add definitions for HE information and dissect it.
Now that HE Information is starting to be used in radiotap headers we need to start defining and showing these. More will be comming, especially the dissection of the header itself and carrying info in the ieee_802_11_phdr structure. Change-Id: I94c2184e83243656764147029295ad4ce4254416 Reviewed-on: https://code.wireshark.org/review/24945 Petri-Dish: Richard Sharpe <realrichardsharpe@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@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 1d1053d3dd..efb2a9a793 100644
--- a/epan/dissectors/packet-ieee80211-radiotap-iter.c
+++ b/epan/dissectors/packet-ieee80211-radiotap-iter.c
@@ -63,7 +63,8 @@ static const struct radiotap_align_size rtap_namespace_sizes[] = {
/* [IEEE80211_RADIOTAP_MCS] = 19 */ { 1, 3 },
/* [IEEE80211_RADIOTAP_AMPDU_STATUS] = 20 */ { 4, 8 },
/* [IEEE80211_RADIOTAP_VHT] = 21 */ { 2, 12 },
- /* [IEEE80211_RADIOTAP_TIMESTAMP] = 22 */ { 8, 12 }
+ /* [IEEE80211_RADIOTAP_TIMESTAMP] = 22 */ { 8, 12 },
+ /* [IEEE80211_RADIOTAP_HE] = 23 */ { 2, 12 }
/*
* add more here as they are defined in