aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-09-02 23:18:38 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-09-02 23:18:38 +0000
commitc91f8d9876074beb1187ffd756c5562f689e52be (patch)
treeacc249e1cb9549f6cae85fd1771ad62fa5b36a47 /epan/etypes.h
parentdb40553e30af20c14cac57016931fbce5171eb7a (diff)
From David Buechi
New protocol: epl v1 Hi, in addition to the recently submitted dissector for the EPL v2 protocol, this is the dissector for the first version of the EPL protocol. Best Regards, David svn path=/trunk/; revision=19125
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 08b2ac3771..68fe9a7bef 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -88,6 +88,10 @@
#define ETHERTYPE_IP 0x0800
#endif
+#ifndef ETHERTYPE_EPL_V1
+#define ETHERTYPE_EPL_V1 0x3E3F
+#endif
+
#ifndef ETHERTYPE_X25L3
#define ETHERTYPE_X25L3 0x0805
#endif