X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/4d4f42a37bf0f9d1372f540c5be193b5b5d4fc0b..7781ecd3a2fd0ba1c28f8f5caa5bbbcdbf99bb3f:/ethertype.h diff --git a/ethertype.h b/ethertype.h index 8c063396..a74c3a8f 100644 --- a/ethertype.h +++ b/ethertype.h @@ -153,6 +153,9 @@ #ifndef ETHERTYPE_PPPOES2 #define ETHERTYPE_PPPOES2 0x3c13 #endif +#ifndef ETHERTYPE_MS_NLB_HB +#define ETHERTYPE_MS_NLB_HB 0x886f /* MS Network Load Balancing Heartbeat */ +#endif #ifndef ETHERTYPE_JUMBO #define ETHERTYPE_JUMBO 0x8870 #endif @@ -180,5 +183,14 @@ #ifndef ETHERTYPE_ISO #define ETHERTYPE_ISO 0xfefe /* nonstandard - used in Cisco HDLC encapsulation */ #endif +#ifndef ETHERTYPE_CALM_FAST +#define ETHERTYPE_CALM_FAST 0x1111 /* ISO CALM FAST */ +#endif +#ifndef ETHERTYPE_GEONET_OLD +#define ETHERTYPE_GEONET_OLD 0x0707 /* ETSI GeoNetworking (before Jan 2013) */ +#endif +#ifndef ETHERTYPE_GEONET +#define ETHERTYPE_GEONET 0x8947 /* ETSI GeoNetworking (Official IEEE registration from Jan 2013) */ +#endif extern const struct tok ethertype_values[];