aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btamp.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-btamp.c
parentabf3eaace8cf937b281e2ed5a2cccafb4ec5bf4e (diff)
Bluetooth protocols: fix some protocol item lengths
Diffstat (limited to 'epan/dissectors/packet-btamp.c')
-rw-r--r--epan/dissectors/packet-btamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btamp.c b/epan/dissectors/packet-btamp.c
index ace6abb0d7..4d7e04130f 100644
--- a/epan/dissectors/packet-btamp.c
+++ b/epan/dissectors/packet-btamp.c
@@ -502,7 +502,7 @@ proto_register_btamp(void)
},
{ &hf_btamp_cmd_length,
{ "Command Length", "btamp.cmd_length",
- FT_UINT8, BASE_DEC, NULL, 0x0,
+ FT_UINT16, BASE_DEC, NULL, 0x0,
"L2CAP Command Length", HFILL }
},
{ &hf_btamp_cmd_data,