aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_cmd.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-10-28 22:19:29 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2020-10-28 22:35:28 +0000
commit7c178d752f1911382b89ab53518e10314f43d4f1 (patch)
tree025a87986b6c183053fb8a7423f3bd6d5e34a316 /epan/dissectors/packet-bthci_cmd.c
parentabf3eaace8cf937b281e2ed5a2cccafb4ec5bf4e (diff)
Bluetooth protocols: fix some protocol item lengths
Diffstat (limited to 'epan/dissectors/packet-bthci_cmd.c')
-rw-r--r--epan/dissectors/packet-bthci_cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bthci_cmd.c b/epan/dissectors/packet-bthci_cmd.c
index 11575f6df6..755bafc8d8 100644
--- a/epan/dissectors/packet-bthci_cmd.c
+++ b/epan/dissectors/packet-bthci_cmd.c
@@ -7777,7 +7777,7 @@ proto_register_bthci_cmd(void)
},
{ &hf_bthci_cmd_skip,
{ "Skip", "bthci_cmd.skip",
- FT_UINT8, BASE_DEC, NULL, 0x0,
+ FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_bthci_cmd_sync_handle,
@@ -7847,7 +7847,7 @@ proto_register_bthci_cmd(void)
},
{ &hf_bthci_cmd_cte_request_interval,
{ "CTE Request Interval", "bthci_cmd.cte_request_interval",
- FT_UINT8, BASE_DEC, NULL, 0x0,
+ FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_bthci_cmd_reporting_enable,