From 210dc9b3019246803f97880802c8faf9a70a4aa8 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Thu, 10 Dec 2015 20:57:44 -0500 Subject: new_create_dissector_handle -> create_dissector_handle for plugins. Change-Id: I0d485b1337c669291ad58b6c096657ce2db353c8 Reviewed-on: https://code.wireshark.org/review/12516 Reviewed-by: Michael Mann --- plugins/profinet/packet-pn-mrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/profinet/packet-pn-mrp.c') diff --git a/plugins/profinet/packet-pn-mrp.c b/plugins/profinet/packet-pn-mrp.c index 90d97202fc..114b8f53e5 100644 --- a/plugins/profinet/packet-pn-mrp.c +++ b/plugins/profinet/packet-pn-mrp.c @@ -526,7 +526,7 @@ proto_reg_handoff_pn_mrp (void) dissector_handle_t mrp_handle; - mrp_handle = new_create_dissector_handle(dissect_PNMRP,proto_pn_mrp); + mrp_handle = create_dissector_handle(dissect_PNMRP,proto_pn_mrp); dissector_add_uint("ethertype", ETHERTYPE_MRP, mrp_handle); } -- cgit v1.2.3