X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0d2d222ffb8fdca529963a11624f4390d1c15297..56a6db2e51fbfc67c77962d2e336f58e704a3f01:/tcpdump.c diff --git a/tcpdump.c b/tcpdump.c index 5427182d..587ed321 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -209,9 +209,6 @@ static struct printer printers[] = { #if defined(DLT_PFLOG) && defined(HAVE_NET_PFVAR_H) { pflog_if_print, DLT_PFLOG }, #endif -#if defined(DLT_PFSYNC) && defined(HAVE_NET_PFVAR_H) - { pfsync_if_print, DLT_PFSYNC }, -#endif #ifdef DLT_FR { fr_if_print, DLT_FR }, #endif