aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quake3.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-quake3.c')
-rw-r--r--epan/dissectors/packet-quake3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-quake3.c b/epan/dissectors/packet-quake3.c
index 115f718827..5d5e6b8a6c 100644
--- a/epan/dissectors/packet-quake3.c
+++ b/epan/dissectors/packet-quake3.c
@@ -588,7 +588,7 @@ proto_reg_handoff_quake3(void)
int i;
if (!initialized) {
- quake3_handle = new_create_dissector_handle(dissect_quake3,
+ quake3_handle = create_dissector_handle(dissect_quake3,
proto_quake3);
data_handle = find_dissector("data");
initialized=TRUE;