aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radiotap-iter.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-09-18 20:46:05 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-09-18 20:46:05 +0000
commitb6e0cc28a56a0547c13d4547328bf827d8a66895 (patch)
treea6ba0515090be8f9bcfb45af1ea199f69ab48ddd /epan/dissectors/packet-ieee80211-radiotap-iter.c
parent90e68a72b9cca80f064710fe9f68c6ac59c85faf (diff)
From Daniel via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7716
Adding VHT Radiotap fields support Parsing and UI representation for recently adopted VHT Radiotap fields for 802.11ac specification http://www.radiotap.org/defined-fields/VHT From me : * Make checkAPIs happy * Fix wrong last argument for some proto_tree_add_item * Use proto_tree_add_item when it is possible svn path=/trunk/; revision=44985
Diffstat (limited to 'epan/dissectors/packet-ieee80211-radiotap-iter.c')
-rw-r--r--epan/dissectors/packet-ieee80211-radiotap-iter.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee80211-radiotap-iter.c b/epan/dissectors/packet-ieee80211-radiotap-iter.c
index b54e88affa..ff1e4bacb2 100644
--- a/epan/dissectors/packet-ieee80211-radiotap-iter.c
+++ b/epan/dissectors/packet-ieee80211-radiotap-iter.c
@@ -51,7 +51,9 @@ static const struct radiotap_align_size rtap_namespace_sizes[] = {
/* [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_AMPDU_STATUS] = 20 */ { 4, 8 }
+ /* [IEEE80211_RADIOTAP_AMPDU_STATUS] = 20 */ { 4, 8 },
+ /* [IEEE80211_RADIOTAP_VHT] = 21 */ { 2, 12 }
+
/*
* add more here as they are defined in
* include/net/ieee80211_radiotap.h