From Eliot Blennerhassett :

Add Cirrus cobranet ethertype

svn path=/trunk/; revision=19980
This commit is contained in:
Anders Broman 2006-11-25 12:04:21 +00:00
parent 1256e89393
commit 643dc7099d
2 changed files with 5 additions and 0 deletions

View 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

View File

@ -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