aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quake.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-quake.c')
-rw-r--r--epan/dissectors/packet-quake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-quake.c b/epan/dissectors/packet-quake.c
index 4784675ab8..448cda4e3f 100644
--- a/epan/dissectors/packet-quake.c
+++ b/epan/dissectors/packet-quake.c
@@ -636,7 +636,7 @@ proto_reg_handoff_quake(void)
static guint ServerPort;
if (!Initialized) {
- quake_handle = new_create_dissector_handle(dissect_quake, proto_quake);
+ quake_handle = create_dissector_handle(dissect_quake, proto_quake);
data_handle = find_dissector("data");
Initialized=TRUE;
} else {