]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print.c
icmp: clean up the extension code and comments.
[tcpdump] / print.c
diff --git a/print.c b/print.c
index b1c81dd652decd0e229a386f15e1ddf6ff366aa8..fbb1b3b1085116f10436a405f238e519b886d422 100644 (file)
--- a/print.c
+++ b/print.c
@@ -185,7 +185,7 @@ static const struct printer printers[] = {
 #ifdef DLT_LOOP
        { null_if_print,        DLT_LOOP },
 #endif
-#if defined(DLT_PFLOG) && defined(HAVE_NET_IF_PFLOG_H)
+#ifdef DLT_PFLOG
        { pflog_if_print,       DLT_PFLOG },
 #endif
 #ifdef DLT_PKTAP