aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sflow.c')
-rw-r--r--epan/dissectors/packet-sflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sflow.c b/epan/dissectors/packet-sflow.c
index 05ac3a166a..65ad71bcba 100644
--- a/epan/dissectors/packet-sflow.c
+++ b/epan/dissectors/packet-sflow.c
@@ -3518,7 +3518,7 @@ proto_reg_handoff_sflow_245(void) {
static gboolean sflow_245_prefs_initialized = FALSE;
if (!sflow_245_prefs_initialized) {
- sflow_handle = new_create_dissector_handle(dissect_sflow_245, proto_sflow);
+ sflow_handle = create_dissector_handle(dissect_sflow_245, proto_sflow);
data_handle = find_dissector("data");
sflow_245_prefs_initialized = TRUE;
} else {