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-cipmotion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-cipmotion.c') diff --git a/epan/dissectors/packet-cipmotion.c b/epan/dissectors/packet-cipmotion.c index 5447cb8d3d..ea29f2c7d9 100644 --- a/epan/dissectors/packet-cipmotion.c +++ b/epan/dissectors/packet-cipmotion.c @@ -2921,7 +2921,7 @@ proto_register_cipmotion(void) /* Register the subtrees for the protocol dissection */ proto_register_subtree_array(cip_subtree, array_length(cip_subtree)); - new_register_dissector( "cipmotion", dissect_cipmotion, proto_cipmotion); + register_dissector( "cipmotion", dissect_cipmotion, proto_cipmotion); } void proto_reg_handoff_cipmotion(void) -- cgit v1.2.3