]> The Tcpdump Group git mirrors - tcpdump/blobdiff - ethertype.h
Add support for the Marvell Extended Distributed Switch Architecture header
[tcpdump] / ethertype.h
index 0388c5932d2899ec6c76edb4ebed034ad57d7098..2aa53a08823dd6d755b80a33632a03013a7eb566 100644 (file)
 #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
 #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[];