From 31a54708f42fd5cdbe03c6872c4ff137008fb477 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Tue, 8 Dec 2015 23:04:01 -0500 Subject: new_register_dissector -> register_dissector for dissector directory. Change-Id: Ie39ef054a4a942687bd079f3a4d8c2cc55d5f22c Reviewed-on: https://code.wireshark.org/review/12485 Petri-Dish: Michael Mann Reviewed-by: Michael Mann --- epan/dissectors/packet-hci_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-hci_usb.c') diff --git a/epan/dissectors/packet-hci_usb.c b/epan/dissectors/packet-hci_usb.c index d08d461393..bf669c8023 100644 --- a/epan/dissectors/packet-hci_usb.c +++ b/epan/dissectors/packet-hci_usb.c @@ -369,7 +369,7 @@ proto_register_hci_usb(void) proto_hci_usb = proto_register_protocol("Bluetooth HCI USB Transport", "HCI_USB", "hci_usb"); proto_register_field_array(proto_hci_usb, hf, array_length(hf)); proto_register_subtree_array(ett, array_length(ett)); - hci_usb_handle = new_register_dissector("hci_usb", dissect_hci_usb, proto_hci_usb); + hci_usb_handle = register_dissector("hci_usb", dissect_hci_usb, proto_hci_usb); module = prefs_register_protocol(proto_hci_usb, NULL); prefs_register_static_text_preference(module, "bthci_usb.version", -- cgit v1.2.3