summaryrefslogtreecommitdiff
path: root/print.c
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 /print.c
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 'print.c')
-rw-r--r--print.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/print.c b/print.c
index 780a6281..b79aaf8b 100644
--- a/print.c
+++ b/print.c
@@ -53,9 +53,6 @@ struct void_printer {
};
static const struct uint_printer uint_printers[] = {
-#ifdef DLT_LANE8023
- { lane_if_print, DLT_LANE8023 },
-#endif
#ifdef DLT_C_HDLC
{ chdlc_if_print, DLT_C_HDLC },
#endif