aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openwire.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-openwire.c')
-rw-r--r--epan/dissectors/packet-openwire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-openwire.c b/epan/dissectors/packet-openwire.c
index ecc7e4872f..8a30596c9c 100644
--- a/epan/dissectors/packet-openwire.c
+++ b/epan/dissectors/packet-openwire.c
@@ -2006,7 +2006,7 @@ void
proto_reg_handoff_openwire(void)
{
heur_dissector_add("tcp", dissect_openwire_heur, "OpenWire over TCP", "openwire_tcp", proto_openwire, HEURISTIC_ENABLE);
- openwire_tcp_handle = new_create_dissector_handle(dissect_openwire_tcp, proto_openwire);
+ openwire_tcp_handle = create_dissector_handle(dissect_openwire_tcp, proto_openwire);
dissector_add_for_decode_as("tcp.port", openwire_tcp_handle);
}