summaryrefslogtreecommitdiff
path: root/ethertype.h
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@gmail.com>2019-04-06 16:49:10 -0400
committerVivien Didelot <vivien.didelot@gmail.com>2019-04-16 12:27:08 -0400
commitd5c16b1668fef7011a239c216d07024136cc49e7 (patch)
tree2a8c88b827efd4519520e9f002ae72ba897ec5a9 /ethertype.h
parent43b5720499c61039c2a8890a73fca10333428f2e (diff)
downloadtcpdump-d5c16b1668fef7011a239c216d07024136cc49e7.tar.gz
Remove MEDSA ethertype printer
MEDSA (which unofficially stands for Marvell EDSA) relies on the unregistered 0xDADA ethertype value that was randomly choosen and currently used by the kernel. But with EDSA this value is programmable, hence can be changed anytime. Now that a reliable DLT parser is implemented for both DSA and EDSA tagged master interfaces, let's get rid for the MEDSA ethertype parser.
Diffstat (limited to 'ethertype.h')
-rw-r--r--ethertype.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ethertype.h b/ethertype.h
index 7719a6f0..2bddd734 100644
--- a/ethertype.h
+++ b/ethertype.h
@@ -206,8 +206,5 @@
#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[];