aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h323.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-h323.c')
-rw-r--r--epan/dissectors/packet-h323.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h323.c b/epan/dissectors/packet-h323.c
index c3d2f2fc45..99e96e72aa 100644
--- a/epan/dissectors/packet-h323.c
+++ b/epan/dissectors/packet-h323.c
@@ -611,10 +611,10 @@ void proto_reg_handoff_h323(void)
/* H.323, Annex M4, Tunnelling of narrow-band signalling syntax (NSS) for H.323 */
dissector_add_string("h225.gef.content", "GenericData/1000/1",
- new_create_dissector_handle(dissect_RasTunnelledSignallingMessage_PDU, proto_h323));
+ create_dissector_handle(dissect_RasTunnelledSignallingMessage_PDU, proto_h323));
/* H.323, Annex R, Robustness methods for H.323 entities */
dissector_add_string("h225.gef.content", "GenericData/1/1",
- new_create_dissector_handle(dissect_RobustnessData_PDU, proto_h323));
+ create_dissector_handle(dissect_RobustnessData_PDU, proto_h323));
}