From 982359c0985914a8afaf0807dd6331e9d48c6a6f Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Thu, 23 Jun 2016 10:13:15 +0200 Subject: bthci: add missing break (CID 1362832) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I705cb17d7c6d615361d29f00ba840a94dc835ff0 Reviewed-on: https://code.wireshark.org/review/16090 Petri-Dish: Dario Lombardo Reviewed-by: Stig Bjørlykke --- epan/dissectors/packet-bthci_vendor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan') diff --git a/epan/dissectors/packet-bthci_vendor.c b/epan/dissectors/packet-bthci_vendor.c index b791421eea..8fac0a95e8 100644 --- a/epan/dissectors/packet-bthci_vendor.c +++ b/epan/dissectors/packet-bthci_vendor.c @@ -1013,6 +1013,7 @@ dissect_bthci_vendor_broadcom(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tre expert_add_info(pinfo, sub_item, &ei_unexpected_parameter); offset += tvb_captured_length_remaining(tvb, offset); } + break; default: if (length > 0) { sub_item = proto_tree_add_item(main_tree, hf_data, tvb, offset, length, ENC_NA); -- cgit v1.2.3