aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oui.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-01-08 17:14:15 +0100
committerMichael Mann <mmann78@netscape.net>2017-01-10 00:06:22 +0000
commit2a3b2360e15d49defde55240a5c1e171c7cade89 (patch)
tree346ab4cca727593c144cd06f92dc98980cb565b5 /epan/oui.h
parent8604ed2ef8dabce9abc384b5583ec573348bc920 (diff)
ieee80211: Add Extreme (Zebra) Vendor Specific TLV
Only decode subtype 1 : AP Name with unknown data (7 bytes) Change-Id: I4fc0c6fff1a931075ab333a8527251f12acb2827 Reviewed-on: https://code.wireshark.org/review/19586 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/oui.h')
-rw-r--r--epan/oui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/oui.h b/epan/oui.h
index c0c6a9f5a4..3417993873 100644
--- a/epan/oui.h
+++ b/epan/oui.h
@@ -88,6 +88,7 @@
#define OUI_WFA 0x506F9A /* Wi-Fi Alliance */
#define OUI_3GPP2 0xCF0002 /* 3GPP2 */
#define OUI_MERU 0x000ce6 /* Meru Network (Fortinet) */
+#define OUI_ZEBRA_EXTREME 0x00A0F8 /* Extreme/WING (Zebra) */
extern const value_string oui_vals[];