aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h235.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-h235.c')
-rw-r--r--epan/dissectors/packet-h235.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h235.c b/epan/dissectors/packet-h235.c
index d8c0e616a1..824b7cc14a 100644
--- a/epan/dissectors/packet-h235.c
+++ b/epan/dissectors/packet-h235.c
@@ -1572,7 +1572,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));
}