]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcpdump.c
Add support for Apple's DLT_PKTAP.
[tcpdump] / tcpdump.c
index 4e6f24854e698a34a91c2f94db10b51d2613ee4e..87a957abcc08d7ee37f361b8cbed4a904475d109 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -343,6 +343,9 @@ static const struct ndo_printer ndo_printers[] = {
 #endif
 #ifdef DLT_JUNIPER_CHDLC
        { juniper_chdlc_print,  DLT_JUNIPER_CHDLC },
+#endif
+#ifdef DLT_PKTAP
+       { pktap_if_print,       DLT_PKTAP },
 #endif
        { NULL,                 0 },
 };