From Eliot Blennerhassett :
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 25 Nov 2006 12:04:21 +0000 (12:04 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 25 Nov 2006 12:04:21 +0000 (12:04 +0000)
Add Cirrus cobranet ethertype

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19980 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-ethertype.c
epan/etypes.h

index f28bb51d37b1087eaa86b60cfa257c55653c1383..d06a167deb93fe59325d146431b9fdde5865f665 100644 (file)
@@ -107,6 +107,7 @@ const value_string etype_vals[] = {
     {ETHERTYPE_TIPC,                           "Transparent Inter Process Communication" },
     {ETHERTYPE_LLDP,                           "802.1 Link Layer Discovery Protocol (LLDP)" },
     {ETHERTYPE_3GPP2,                           "CDMA2000 A10 3GPP2 Packet" },
+    {ETHERTYPE_COBRANET,               "Cirrus Cobranet Packet" },
     /*
      * NDISWAN on Windows translates Ethernet frames from higher-level
      * protocols into PPP frames to hand to the PPP driver, and translates
index 6131791ef6528a3fef486306b440a726670a7723..217c0909a4fcffee21da27b15af373b6b03db9dc 100644 (file)
 #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