aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-09-22 13:14:46 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-09-22 13:14:46 +0000
commitdf7f6aa8ff52478343cf5dbadb055981bee1d0f2 (patch)
treea027b375eb302142e5728f64b2f0a2d9705ce8cc /epan/etypes.h
parentb596b69f66baad2994cacb6a39b02c70de35dfab (diff)
From Lukasz Kotasa via bug 5248:
Added ETHERTYPE_WAI. svn path=/trunk/; revision=34180
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index 74ea96dea6..11e7bd654d 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -335,6 +335,15 @@
#define ETHERTYPE_BRDWALK 0x88AE
#endif
+#ifndef ETHERTYPE_WAI
+#define ETHERTYPE_WAI 0x88B4 /* Instant Wireless Network Communications, Co. Ltd. */
+#endif /* WAI is a new authentication protocol that
+ will be used to access authentication in
+ IP based networks. This protocol establishes
+ a logic channel between a station and access
+ equipment by using an EtherType Field to
+ accomplish authentication. */
+
#ifndef ETHERTYPE_IEEE802_OUI_EXTENDED
#define ETHERTYPE_IEEE802_OUI_EXTENDED 0x88B7 /* IEEE 802a OUI Extended Ethertype */