X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/37117d76c0e5bdb3194c2fec8d880c5f570e9823..99f6d01b24d037f4d69ad098f085d98e3d1b73b4:/ethertype.h diff --git a/ethertype.h b/ethertype.h index 80399173..f38ec8e4 100644 --- a/ethertype.h +++ b/ethertype.h @@ -145,6 +145,9 @@ #ifndef ETHERTYPE_PPPOES #define ETHERTYPE_PPPOES 0x8864 #endif +#ifndef ETHERTYPE_NSH +#define ETHERTYPE_NSH 0x894F +#endif #ifndef ETHERTYPE_PPPOED2 #define ETHERTYPE_PPPOED2 0x3c12 #endif @@ -196,5 +199,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[];