aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2019-05-20 12:28:52 -0400
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2019-05-20 19:06:59 +0000
commit2b916d64242aacebb52b64d06738e25fe2ea14e6 (patch)
tree2e71210e271c881f0f4798dbde886106b2ea47d7 /wiretap
parent3e53ec5e11e141c37aa26b3472cc45bd4cdbfb0d (diff)
wtap: Add support for 802.11ah and 802.11ax PHYs.
There may need to be more of these. Bug: 15740 Change-Id: I5d3a97ed50d66dfcb85df0ab7053e8a44c531134 Reviewed-on: https://code.wireshark.org/review/33280 Petri-Dish: Richard Sharpe <realrichardsharpe@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 0b3342eb16..5443c53c61 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -607,6 +607,8 @@ struct p2p_phdr {
#define PHDR_802_11_PHY_11N 7 /* 802.11n */
#define PHDR_802_11_PHY_11AC 8 /* 802.11ac */
#define PHDR_802_11_PHY_11AD 9 /* 802.11ad */
+#define PHDR_802_11_PHY_11AH 10 /* 802.11ah */
+#define PHDR_802_11_PHY_11AX 11 /* 802.11ax */
/*
* PHY-specific information.