]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-bt.c
document SIGUSR1 in manual page
[tcpdump] / print-bt.c
index 95741e605ad53479efe4237cd121441cbcc8a43d..128daade063f8ade4c449803bbc5422c6a4d785a 100644 (file)
@@ -17,6 +17,7 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -54,7 +55,7 @@ bt_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *
                ND_PRINT((ndo, "hci length %d, direction %s, ", length, (EXTRACT_32BITS(&hdr->direction)&0x1)?"in":"out"));
 
        if (!ndo->ndo_suppress_default_print)
-               ndo->ndo_default_print(ndo, p, caplen);
+               ND_DEFAULTPRINT(p, caplen);
 
        return (BT_HDRLEN);
 }