aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-dcm.c')
-rw-r--r--epan/dissectors/packet-dcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcm.c b/epan/dissectors/packet-dcm.c
index decb196061..5a15a9d529 100644
--- a/epan/dissectors/packet-dcm.c
+++ b/epan/dissectors/packet-dcm.c
@@ -7336,7 +7336,7 @@ void
proto_reg_handoff_dcm(void)
{
- dcm_handle = new_create_dissector_handle(dissect_dcm_static, proto_dcm);
+ dcm_handle = create_dissector_handle(dissect_dcm_static, proto_dcm);
dcm_apply_settings(); /* Register static ports */