]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcpdump.c
Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdump
[tcpdump] / tcpdump.c
index 65746d8f2df30da186244f3c60e926c1449e4bfb..a051e4d4f8150ca348e22f9499e7456265a6fd38 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -305,6 +305,9 @@ static struct printer printers[] = {
 static struct ndo_printer ndo_printers[] = {
 #ifdef DLT_IPNET
        { ipnet_if_print,       DLT_IPNET },
+#endif
+#ifdef DLT_IEEE802_15_4
+       { ieee802_15_4_if_print, DLT_IEEE802_15_4 },
 #endif
        { NULL,                 0 },
 };