aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hcrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-hcrt.c')
-rw-r--r--epan/dissectors/packet-hcrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-hcrt.c b/epan/dissectors/packet-hcrt.c
index d0bb94d03a..1ee5607133 100644
--- a/epan/dissectors/packet-hcrt.c
+++ b/epan/dissectors/packet-hcrt.c
@@ -497,7 +497,7 @@ void proto_reg_handoff_hcrt(void)
static gint hcrt_ethertype;
if (!hcrt_prefs_initialized) {
- hcrt_handle = new_create_dissector_handle(dissect_hcrt, proto_hcrt);
+ hcrt_handle = create_dissector_handle(dissect_hcrt, proto_hcrt);
/* Also register as a dissector that can be selected by a TCP port number via
"decode as" */
dissector_add_for_decode_as("tcp.port", hcrt_handle);