aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-symantec.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-symantec.c')
-rw-r--r--epan/dissectors/packet-symantec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-symantec.c b/epan/dissectors/packet-symantec.c
index 7d8fbc376e..432b30b30b 100644
--- a/epan/dissectors/packet-symantec.c
+++ b/epan/dissectors/packet-symantec.c
@@ -144,7 +144,7 @@ proto_reg_handoff_symantec(void)
ethertype_dissector_table = find_dissector_table("ethertype");
- symantec_handle = new_create_dissector_handle(dissect_symantec,
+ symantec_handle = create_dissector_handle(dissect_symantec,
proto_symantec);
dissector_add_uint("wtap_encap", WTAP_ENCAP_SYMANTEC, symantec_handle);
}