]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcpdump.c
Give more information on -l, and note that -U works without -w.
[tcpdump] / tcpdump.c
index 5427182dcdcccccd8ba9a142781986bf1e5f184f..587ed32170ac925df013cd2d8cb8473737e71003 100644 (file)
--- 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