aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fractalgeneratorprotocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-fractalgeneratorprotocol.c')
-rw-r--r--epan/dissectors/packet-fractalgeneratorprotocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fractalgeneratorprotocol.c b/epan/dissectors/packet-fractalgeneratorprotocol.c
index b61808b37f..de02cdd789 100644
--- a/epan/dissectors/packet-fractalgeneratorprotocol.c
+++ b/epan/dissectors/packet-fractalgeneratorprotocol.c
@@ -225,7 +225,7 @@ proto_reg_handoff_fractalgeneratorprotocol(void)
{
dissector_handle_t fractalgeneratorprotocol_handle;
- fractalgeneratorprotocol_handle = new_create_dissector_handle(dissect_fractalgeneratorprotocol, proto_fractalgeneratorprotocol);
+ fractalgeneratorprotocol_handle = create_dissector_handle(dissect_fractalgeneratorprotocol, proto_fractalgeneratorprotocol);
dissector_add_uint("sctp.ppi", FRACTALGENERATORPROTOCOL_PAYLOAD_PROTOCOL_ID_LEGACY, fractalgeneratorprotocol_handle);
dissector_add_uint("sctp.ppi", FGP_PAYLOAD_PROTOCOL_ID, fractalgeneratorprotocol_handle);
}