]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Bluetooth: Add a missing return
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 25 May 2018 09:38:54 +0000 (11:38 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 25 May 2018 09:42:23 +0000 (11:42 +0200)
print-bt.c

index 93b7c5ff6f658cc615b41aa20c67caefe68f2777..411642b48ca792a53fe55df26012ad4b650e9b51 100644 (file)
@@ -66,6 +66,7 @@ bt_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *
 
        if (!ndo->ndo_suppress_default_print)
                ND_DEFAULTPRINT(p, caplen);
+       return (BT_HDRLEN);
 
 trunc:
        nd_print_trunc(ndo);