summaryrefslogtreecommitdiff
path: root/plugins/gryphon
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gryphon')
-rw-r--r--plugins/gryphon/packet-gryphon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gryphon/packet-gryphon.c b/plugins/gryphon/packet-gryphon.c
index ace9a2cd7b..005c93bc88 100644
--- a/plugins/gryphon/packet-gryphon.c
+++ b/plugins/gryphon/packet-gryphon.c
@@ -2862,7 +2862,7 @@ proto_reg_handoff_gryphon(void)
{
dissector_handle_t gryphon_handle;
- gryphon_handle = new_create_dissector_handle(dissect_gryphon, proto_gryphon);
+ gryphon_handle = create_dissector_handle(dissect_gryphon, proto_gryphon);
dissector_add_uint("tcp.port", 7000, gryphon_handle);
}