aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-11-06 19:56:37 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-11-06 19:56:37 +0000
commitfa3cca29dd5834f352bdb4e7cba4fa111e7528b3 (patch)
treebd8569096b60774e36ad25a09cf404d3f41ab52b /epan/etypes.h
parentd7d1840e678192d3329227fed87816944042e4f7 (diff)
Add ETHERTYPE_ATMOE
svn path=/trunk/; revision=45951
Diffstat (limited to 'epan/etypes.h')
-rw-r--r--epan/etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index f2e0218451..61f2f075f4 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -310,6 +310,10 @@
#define ETHERTYPE_CDMA2000_A10_UBS 0x8881 /* the byte stream protocol that is used for IP based micro-mobility bearer interfaces (A10) in CDMA2000(R)-based wireless networks */
#endif
+#ifndef ETHERTYPE_ATMOE
+#define ETHERTYPE_ATMOE 0x8884 /* A simple ATM over Ethernet encapsulation */
+#endif
+
#ifndef ETHERTYPE_EAPOL
#define ETHERTYPE_EAPOL 0x888E /* 802.1x Authentication */
#endif