aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-oipf.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-oipf.c')
-rw-r--r--epan/dissectors/packet-oipf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-oipf.c b/epan/dissectors/packet-oipf.c
index f9869c06c9..8416c95b13 100644
--- a/epan/dissectors/packet-oipf.c
+++ b/epan/dissectors/packet-oipf.c
@@ -169,7 +169,7 @@ proto_reg_handoff_oipf(void)
dissector_handle_t oipf_ciplus_handle;
oipf_ciplus_handle =
- new_create_dissector_handle(dissect_oipf_ciplus, proto_oipf_ciplus);
+ create_dissector_handle(dissect_oipf_ciplus, proto_oipf_ciplus);
dissector_add_string("dvb-ci.sas.app_id_str",
sas_app_id_str_oipf, oipf_ciplus_handle);