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-rfid-pn532-hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-rfid-pn532-hci.c') diff --git a/epan/dissectors/packet-rfid-pn532-hci.c b/epan/dissectors/packet-rfid-pn532-hci.c index 93c047a672..89f44ff442 100644 --- a/epan/dissectors/packet-rfid-pn532-hci.c +++ b/epan/dissectors/packet-rfid-pn532-hci.c @@ -264,7 +264,7 @@ proto_register_pn532_hci(void) }; proto_pn532_hci = proto_register_protocol("NXP PN532 HCI", "PN532_HCI", "pn532_hci"); - pn532_hci_handle = new_register_dissector("pn532_hci", dissect_pn532_hci, proto_pn532_hci); + pn532_hci_handle = register_dissector("pn532_hci", dissect_pn532_hci, proto_pn532_hci); proto_register_field_array(proto_pn532_hci, hf, array_length(hf)); proto_register_subtree_array(ett, array_length(ett)); -- cgit v1.2.3