aboutsummaryrefslogtreecommitdiff
path: root/ethertype.h
diff options
context:
space:
mode:
authorniks3089 <niks3089@gmail.com>2019-05-18 06:18:30 -0700
committerfxlb <devel.fx.lebail@orange.fr>2019-05-23 11:06:14 +0200
commite2f14ebc87586ecad6901c09a1cb7e371baf2ea1 (patch)
tree6a5ed3aec7769a042f69bd298ca8ab2616ca4b04 /ethertype.h
parent05544c8eb2d3b6c9f0ccd25d9ea0f28515976adf (diff)
downloadtcpdump-e2f14ebc87586ecad6901c09a1cb7e371baf2ea1.tar.gz
New ethertype protocol for Arista Networks
Diffstat (limited to 'ethertype.h')
-rw-r--r--ethertype.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ethertype.h b/ethertype.h
index 2bddd734..f76f17be 100644
--- a/ethertype.h
+++ b/ethertype.h
@@ -206,5 +206,8 @@
#ifndef ETHERTYPE_GEONET
#define ETHERTYPE_GEONET 0x8947 /* ETSI GeoNetworking (Official IEEE registration from Jan 2013) */
#endif
+#ifndef ETHERTYPE_ARISTA
+#define ETHERTYPE_ARISTA 0xd28b /* Arista Networks vendor specific EtherType */
+#endif
extern const struct tok ethertype_values[];