summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
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 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fb9ee573..e345fe34 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -168,7 +168,6 @@ LIBNETDISSECT_SRC=\
print-lwapp.c \
print-lwres.c \
print-m3ua.c \
- print-medsa.c \
print-mobile.c \
print-mobility.c \
print-mpcp.c \