aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-11-25 12:04:21 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-11-25 12:04:21 +0000
commit643dc7099d3d3cafa53e46c7c4941fb9401d4f14 (patch)
treed80932f120bdc294f795fee107bceee97a1a8518 /epan/etypes.h
parent1256e89393eaffc021aaa3622b640940404ee32a (diff)
From Eliot Blennerhassett :
Add Cirrus cobranet ethertype svn path=/trunk/; revision=19980
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 6131791ef6..217c0909a4 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -214,6 +214,10 @@
#define ETHERTYPE_PPP 0x880b /* no, this is not PPPoE */
#endif
+#ifndef ETHERTYPE_COBRANET
+#define ETHERTYPE_COBRANET 0x8819 /* Cirrus cobranet */
+#endif
+
#ifndef ETHERTYPE_MPLS
#define ETHERTYPE_MPLS 0x8847 /* MPLS unicast packet */
#endif