aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/lcsap/packet-lcsap-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/lcsap/packet-lcsap-template.c')
-rw-r--r--asn1/lcsap/packet-lcsap-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/lcsap/packet-lcsap-template.c b/asn1/lcsap/packet-lcsap-template.c
index 5108f58c73..39c88b3117 100644
--- a/asn1/lcsap/packet-lcsap-template.c
+++ b/asn1/lcsap/packet-lcsap-template.c
@@ -307,7 +307,7 @@ void proto_register_lcsap(void) {
/* Register fields and subtrees */
proto_register_field_array(proto_lcsap, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
- new_register_dissector("lcsap", dissect_lcsap, proto_lcsap);
+ register_dissector("lcsap", dissect_lcsap, proto_lcsap);
/* Register dissector tables */
lcsap_ies_dissector_table = register_dissector_table("lcsap.ies", "LCS-AP-PROTOCOL-IES", FT_UINT32, BASE_DEC, DISSECTOR_TABLE_ALLOW_DUPLICATE);