]> The Tcpdump Group git mirrors - tcpdump/blobdiff - ethertype.h
NTP: Use tstr for truncation indicator.
[tcpdump] / ethertype.h
index 803991735eb297a748a5fe3ea35ed86510be7b53..f38ec8e4f7881f377353fb7740bf1fb69a7a0b42 100644 (file)
 #ifndef ETHERTYPE_PPPOES
 #define ETHERTYPE_PPPOES       0x8864
 #endif
+#ifndef ETHERTYPE_NSH
+#define ETHERTYPE_NSH          0x894F
+#endif
 #ifndef ETHERTYPE_PPPOED2
 #define ETHERTYPE_PPPOED2      0x3c12
 #endif
 #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[];