diff options
author | Vivien Didelot <vivien.didelot@gmail.com> | 2019-04-06 16:49:10 -0400 |
---|---|---|
committer | Vivien Didelot <vivien.didelot@gmail.com> | 2019-04-16 12:27:08 -0400 |
commit | d5c16b1668fef7011a239c216d07024136cc49e7 (patch) | |
tree | 2a8c88b827efd4519520e9f002ae72ba897ec5a9 /CMakeLists.txt | |
parent | 43b5720499c61039c2a8890a73fca10333428f2e (diff) | |
download | tcpdump-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 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bac580e..4085419a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1005,7 +1005,6 @@ set(NETDISSECT_SOURCE_LIST_C print-lwapp.c print-lwres.c print-m3ua.c - print-medsa.c print-mobile.c print-mobility.c print-mpcp.c |