aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/hnbap/packet-hnbap-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/hnbap/packet-hnbap-template.c')
-rw-r--r--asn1/hnbap/packet-hnbap-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/hnbap/packet-hnbap-template.c b/asn1/hnbap/packet-hnbap-template.c
index 26a3b6e5fc..a415d906ba 100644
--- a/asn1/hnbap/packet-hnbap-template.c
+++ b/asn1/hnbap/packet-hnbap-template.c
@@ -163,7 +163,7 @@ module_t *hnbap_module;
proto_register_subtree_array(ett, array_length(ett));
/* Register dissector */
- new_register_dissector("hnbap", dissect_hnbap, proto_hnbap);
+ register_dissector("hnbap", dissect_hnbap, proto_hnbap);
/* Register dissector tables */
hnbap_ies_dissector_table = register_dissector_table("hnbap.ies", "HNBAP-PROTOCOL-IES", FT_UINT32, BASE_DEC, DISSECTOR_TABLE_ALLOW_DUPLICATE);