aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radiotap-iter.c
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2018-07-31 07:33:44 -0700
committerAnders Broman <a.broman58@gmail.com>2018-08-01 05:46:22 +0000
commitd4de56c67661ab800174b7d15d08e8b7c08472d7 (patch)
tree5a9062bbb7066eff3342bf97875c2ce5360627db /epan/dissectors/packet-ieee80211-radiotap-iter.c
parent940775b9486091ade014396f65ca84f731b38cf8 (diff)
radiotap: Add support for 0-length PSDUs.
Change-Id: I386c6cd84a74eda5dff32fb93b0a35eb54bc6b4b Reviewed-on: https://code.wireshark.org/review/28884 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> 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 71d66ab3ad..167cb39899 100644
--- a/epan/dissectors/packet-ieee80211-radiotap-iter.c
+++ b/epan/dissectors/packet-ieee80211-radiotap-iter.c
@@ -49,7 +49,8 @@ static const struct radiotap_align_size rtap_namespace_sizes[] = {
/* [IEEE80211_RADIOTAP_TIMESTAMP] = 22 */ { 8, 12 },
/* [IEEE80211_RADIOTAP_HE] = 23 */ { 2, 12 },
/* [IEEE80211_RADIOTAP_HE_MU] = 24 */ { 2, 8 },
-
+ /* [IEEE80211_RADIOTAP_HE_MU_USER = 25 notdef */ { 0, 0 },
+ /* [IEEE80211_RADIOTAP_0_LENGTH_PSDU = 26 */ { 1, 1 },
/*
* add more here as they are defined in
* include/net/ieee80211_radiotap.h