bthci: add missing break (CID 1362832)

Change-Id: I705cb17d7c6d615361d29f00ba840a94dc835ff0
Reviewed-on: https://code.wireshark.org/review/16090
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Dario Lombardo 2016-06-23 10:13:15 +02:00 committed by Stig Bjørlykke
parent a51b6a60b1
commit 982359c098
1 changed files with 1 additions and 0 deletions

View File

@ -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);