aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211-radiotap-iter.c
diff options
context:
space:
mode:
authorBoazi <ronen.boazi@intel.com>2017-02-23 18:52:52 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2017-03-06 19:57:23 +0000
commit77d5a4269682032d19bc5997be93b21f6c8d9ffb (patch)
treefd64388a323453029849f8a82201949236604109 /epan/dissectors/packet-ieee80211-radiotap-iter.c
parentd87a54c5a33290404183b12925550868b0063d1e (diff)
RadioTap TimeStamp field added.
Timestamp was added according to radiotap spec. Original changes provided by Johannes Berg from Intel Change-Id: I72cb315626787d85b2bfb676c8ea7c73130f5a69 Reviewed-on: https://code.wireshark.org/review/20282 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@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 799a78ecdc..1d1053d3dd 100644
--- a/epan/dissectors/packet-ieee80211-radiotap-iter.c
+++ b/epan/dissectors/packet-ieee80211-radiotap-iter.c
@@ -62,7 +62,8 @@ static const struct radiotap_align_size rtap_namespace_sizes[] = {
/* [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_VHT] = 21 */ { 2, 12 }
+ /* [IEEE80211_RADIOTAP_VHT] = 21 */ { 2, 12 },
+ /* [IEEE80211_RADIOTAP_TIMESTAMP] = 22 */ { 8, 12 }
/*
* add more here as they are defined in