X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fe3253b9b8fad9e75f863157eba0780418182f17..f70d3198b3ed1e7cdb5c7c08c100a63d42f09baa:/ethertype.h diff --git a/ethertype.h b/ethertype.h index 1a5791ea..2aa53a08 100644 --- a/ethertype.h +++ b/ethertype.h @@ -166,6 +166,9 @@ #ifndef ETHERTYPE_RRCP #define ETHERTYPE_RRCP 0x8899 #endif +#ifndef ETHERTYPE_AOE +#define ETHERTYPE_AOE 0x88a2 +#endif #ifndef ETHERTYPE_LOOPBACK #define ETHERTYPE_LOOPBACK 0x9000 #endif @@ -178,6 +181,9 @@ #ifndef ETHERTYPE_CFM #define ETHERTYPE_CFM 0x8902 /* 802.1ag */ #endif +#ifndef ETHERTYPE_IEEE1905_1 +#define ETHERTYPE_IEEE1905_1 0x893a /* IEEE 1905.1 */ +#endif #ifndef ETHERTYPE_ISO #define ETHERTYPE_ISO 0xfefe /* nonstandard - used in Cisco HDLC encapsulation */ #endif @@ -190,5 +196,8 @@ #ifndef ETHERTYPE_GEONET #define ETHERTYPE_GEONET 0x8947 /* ETSI GeoNetworking (Official IEEE registration from Jan 2013) */ #endif +#ifndef ETHERTYPE_MEDSA +#define ETHERTYPE_MEDSA 0xdada /* Marvel Distributed Switch Architecture */ +#endif extern const struct tok ethertype_values[];