Bluetooth: ATT: Missing break in switch (CID 1324756)

Change-Id: Ibe49a59e8825397e776ab236fb59196d293a76c3
Reviewed-on: https://code.wireshark.org/review/10623
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
This commit is contained in:
Alexis La Goutte 2015-09-23 11:31:48 +02:00
parent 56ca658c14
commit 9f9fde33d8
1 changed files with 1 additions and 0 deletions

View File

@ -4759,6 +4759,7 @@ dissect_attribute_value(proto_tree *tree, proto_item *patron_item, packet_info *
offset += 1;
}
break;
case 0x2A6A: /* LN Feature */
proto_tree_add_bitmask(tree, tvb, offset, hf_btatt_ln_feature, ett_btatt_value, hfx_btatt_ln_feature, ENC_LITTLE_ENDIAN);
offset += 4;