aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bthci_acl.c')
-rw-r--r--epan/dissectors/packet-bthci_acl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bthci_acl.c b/epan/dissectors/packet-bthci_acl.c
index 983d7ce4e0..03391c5659 100644
--- a/epan/dissectors/packet-bthci_acl.c
+++ b/epan/dissectors/packet-bthci_acl.c
@@ -297,8 +297,8 @@ proto_reg_handoff_btacl(void)
dissector_handle_t bthci_acl_handle;
bthci_acl_handle = find_dissector("bthci_acl");
- dissector_add("hci_h4.type", HCI_H4_TYPE_ACL, bthci_acl_handle);
- dissector_add("hci_h1.type", BTHCI_CHANNEL_ACL, bthci_acl_handle);
+ dissector_add_uint("hci_h4.type", HCI_H4_TYPE_ACL, bthci_acl_handle);
+ dissector_add_uint("hci_h1.type", BTHCI_CHANNEL_ACL, bthci_acl_handle);
btl2cap_handle = find_dissector("btl2cap");