]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcpdump.c
Add support for IEEE 802.15.4 packets
[tcpdump] / tcpdump.c
index 26d1d80401ef28ea01b66ba1d2b5e7bb9bfb0922..666150387364c2047c9f6bc6770343e4fcb9390c 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -281,6 +281,9 @@ static struct printer printers[] = {
 #endif
 #if defined(HAVE_PCAP_USB_H) && defined(DLT_USB_LINUX_MMAPPED)
        { usb_linux_print, DLT_USB_LINUX_MMAPPED},
+#endif
+#ifdef DLT_IEEE802_15_4
+       { ieee802_15_4_if_print, DLT_IEEE802_15_4 },
 #endif
        { NULL,                 0 },
 };