aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthid.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bthid.c')
-rw-r--r--epan/dissectors/packet-bthid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bthid.c b/epan/dissectors/packet-bthid.c
index 3062aec4c7..9fd659d81a 100644
--- a/epan/dissectors/packet-bthid.c
+++ b/epan/dissectors/packet-bthid.c
@@ -400,7 +400,7 @@ proto_register_bthid(void)
};
proto_bthid = proto_register_protocol("Bluetooth HID Profile", "BT HID", "bthid");
- bthid_handle = new_register_dissector("bthid", dissect_bthid, proto_bthid);
+ bthid_handle = register_dissector("bthid", dissect_bthid, proto_bthid);
proto_register_field_array(proto_bthid, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));