aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatryk Nowak <patryk.nowak@tieto.com>2017-04-14 12:33:12 +0200
committerMichael Mann <mmann78@netscape.net>2017-04-14 11:31:10 +0000
commit1928592b91d2b4b32b8e48fc2762fc92b582265e (patch)
treede6a00055a53bb3d41e69f0c73539f74d70c54b6
parentbf5fd112bcfdafa9050c1fcd88aaa29cff0f34d4 (diff)
Bluetooth: HCI: fix dissection of command Enhanced Setup Synchronous Connection
Change-Id: I6f66b583f50da841eb67eb1995b637db327be6a9 Reviewed-on: https://code.wireshark.org/review/21088 Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-bthci_cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bthci_cmd.c b/epan/dissectors/packet-bthci_cmd.c
index 500e3895ea..efdd41623b 100644
--- a/epan/dissectors/packet-bthci_cmd.c
+++ b/epan/dissectors/packet-bthci_cmd.c
@@ -2117,7 +2117,6 @@ static gint dissect_coding_format(proto_tree *tree, int hf_x, tvbuff_t *tvb, gin
sub_item = proto_tree_add_item(tree, hf_x, tvb, offset, 5, ENC_NA);
sub_tree = proto_item_add_subtree(sub_item, ett_x);
- offset += 5;
proto_tree_add_item(sub_tree, hf_bthci_cmd_codec_id, tvb, offset, 1, ENC_NA);
offset += 1;