aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h235/packet-h235-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h235/packet-h235-template.c')
-rw-r--r--asn1/h235/packet-h235-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h235/packet-h235-template.c b/asn1/h235/packet-h235-template.c
index 2f6c8d67e6..c3492eb7cb 100644
--- a/asn1/h235/packet-h235-template.c
+++ b/asn1/h235/packet-h235-template.c
@@ -138,7 +138,7 @@ void proto_reg_handoff_h235(void) {
/* H.235.8, Chapter 4.1.2, SrtpCryptoCapability transport */
dissector_add_string("h245.gef.content", "GenericCapability/0.0.8.235.0.4.90/nonCollapsingRaw",
- new_create_dissector_handle(dissect_SrtpCryptoCapability_PDU, proto_h235));
+ create_dissector_handle(dissect_SrtpCryptoCapability_PDU, proto_h235));
}