diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-08-05 22:15:45 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-08-06 09:44:45 +0200 |
commit | aa8bf0f52768cf4671c1661a29e7c1dd9cf5f5ad (patch) | |
tree | 5c77a921c6f12424e39da1306c68c039758e3a4a /print.c | |
parent | 4262b291643c6e42ef3f964f8d5ad150d0b84efb (diff) | |
download | tcpdump-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.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |