aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h282/packet-h282-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h282/packet-h282-template.c')
-rw-r--r--asn1/h282/packet-h282-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h282/packet-h282-template.c b/asn1/h282/packet-h282-template.c
index 45e7621e32..3cf52afa43 100644
--- a/asn1/h282/packet-h282-template.c
+++ b/asn1/h282/packet-h282-template.c
@@ -85,8 +85,8 @@ void proto_register_h282(void) {
proto_register_field_array(proto_h282, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
- new_register_dissector(PFNAME, dissect_h282, proto_h282);
- new_register_dissector(PFNAME".device_list", dissect_NonCollapsingCapabilities_PDU, proto_h282);
+ register_dissector(PFNAME, dissect_h282, proto_h282);
+ register_dissector(PFNAME".device_list", dissect_NonCollapsingCapabilities_PDU, proto_h282);
}