aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_cmd.c
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-18 05:46:44 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-18 05:46:44 +0000
commitd2d7a98817e05d734cf504558306e8a00ef2d411 (patch)
tree35af2d8a6d4d39b95dedeea9bdb14c6a26c6a25e /epan/dissectors/packet-bthci_cmd.c
parentcc355f947ec8914f6410fa887eb64e79f53ceadd (diff)
Dissect Synchronous Connection correctly
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32858 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-bthci_cmd.c')
-rw-r--r--epan/dissectors/packet-bthci_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bthci_cmd.c b/epan/dissectors/packet-bthci_cmd.c
index 386e841dff..d01b0dc1ff 100644
--- a/epan/dissectors/packet-bthci_cmd.c
+++ b/epan/dissectors/packet-bthci_cmd.c
@@ -1146,7 +1146,7 @@ dissect_link_control_cmd(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, prot
proto_tree_add_item(tree, hf_bthci_cmd_input_sample_size, tvb, offset, 2, TRUE);
proto_tree_add_item(tree, hf_bthci_cmd_linear_pcm_bit_pos, tvb, offset, 2, TRUE);
proto_tree_add_item(tree, hf_bthci_cmd_air_coding_format, tvb, offset, 2, TRUE);
- offset++;
+ offset+=2;
proto_tree_add_item(tree, hf_bthci_cmd_retransmission_effort, tvb, offset, 1, TRUE);
offset++;