summaryrefslogtreecommitdiff
path: root/missing
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-08-05 22:15:45 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-08-06 09:44:45 +0200
commitaa8bf0f52768cf4671c1661a29e7c1dd9cf5f5ad (patch)
tree5c77a921c6f12424e39da1306c68c039758e3a4a /missing
parent4262b291643c6e42ef3f964f8d5ad150d0b84efb (diff)
downloadtcpdump-aa8bf0f52768cf4671c1661a29e7c1dd9cf5f5ad.tar.gz
Remove the unused DLT_LANE8023 link-layer dissector
DLT_LANE8023 was never defined in libpcap. It was, perhaps, defined in some SuSE libpcap update, but no evidence of this. It is not defined in OpenSuSE Leap 15.2 (information from Guy).
Diffstat (limited to 'missing')
-rw-r--r--missing/dlnames.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/missing/dlnames.c b/missing/dlnames.c
index 61fa18c1..03c2b38c 100644
--- a/missing/dlnames.c
+++ b/missing/dlnames.c
@@ -119,9 +119,6 @@ static struct dlt_choice dlt_choices[] = {
#ifdef DLT_LINUX_IRDA
DLT_CHOICE(DLT_LINUX_IRDA, "Linux IrDA"),
#endif
-#ifdef DLT_LANE8023
- DLT_CHOICE(DLT_LANE8023, "Linux 802.3 LANE"),
-#endif
#ifdef DLT_CIP
DLT_CHOICE(DLT_CIP, "Linux Classical IP-over-ATM"),
#endif