summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-05-25 11:38:54 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-05-25 11:42:23 +0200
commit2897a032d0944cf5e36e47ce16e1b2ddab0916f4 (patch)
treec45ea968c4d97339d11172c33681cfb1008af51c
parente78cc7f2b1379bc2ccc24792d6a3ffba59d66d63 (diff)
downloadtcpdump-2897a032d0944cf5e36e47ce16e1b2ddab0916f4.tar.gz
Bluetooth: Add a missing return
-rw-r--r--print-bt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print-bt.c b/print-bt.c
index 93b7c5ff..411642b4 100644
--- a/print-bt.c
+++ b/print-bt.c
@@ -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);