aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radiotap-iter.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-08-08 08:16:34 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-08-08 08:16:34 +0000
commit02cd557c95c294e0faeb7eb56c739575803d1bc9 (patch)
tree2acd8ab2363a49d415c12b7afc800e333c04ffb6 /epan/dissectors/packet-ieee80211-radiotap-iter.c
parent5311957c0e96bf74087f324d575e61e6d9164224 (diff)
From Johannes Berg via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7583
Add radiotap A-MPDU status The new A-MPDU status extension for radiotap was adopted. http://www.radiotap.org/defined-fields/A-MPDU%20status From me Use proto_tree_add_item svn path=/trunk/; revision=44329
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 c24dd6d44a..b54e88affa 100644
--- a/epan/dissectors/packet-ieee80211-radiotap-iter.c
+++ b/epan/dissectors/packet-ieee80211-radiotap-iter.c
@@ -50,7 +50,8 @@ static const struct radiotap_align_size rtap_namespace_sizes[] = {
/* [IEEE80211_RADIOTAP_RTS_RETRIES] = 16 */ { 1, 1 },
/* [IEEE80211_RADIOTAP_DATA_RETRIES] = 17 */ { 1, 1 },
/* [IEEE80211_RADIOTAP_XCHANNEL] = 18 */ { 0, 0 }, /* Unofficial, used by FreeBSD */
- /* [IEEE80211_RADIOTAP_MCS] = 19 */ { 1, 3 }
+ /* [IEEE80211_RADIOTAP_MCS] = 19 */ { 1, 3 },
+ /* [IEEE80211_RADIOTAP_AMPDU_STATUS] = 20 */ { 4, 8 }
/*
* add more here as they are defined in
* include/net/ieee80211_radiotap.h