From a33209d69e95d025466f4efaebe22f6ae686c214 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Wed, 9 Dec 2015 21:50:10 -0500 Subject: Convert ASN.1 dissectors to remove "new" from "new-style" dissector function names that were generated from asn2wrs.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This includes: 1. new_create_dissector_handle -> create_dissector_handle 2. new_register_dissector -> register_dissector 3. new_register_ber_oid_dissector -> register_ber_oid_dissector 4. new_register_ber_syntax_dissector -> register_ber_syntax_dissector Also remove PDU_NEW, SYNTAX_NEW and REGISTER_NEW as there is no need for the distinction anymore. Change-Id: I82c7de7c8ffeeab3259d1b55bb4afc5f6a1e0329 Reviewed-on: https://code.wireshark.org/review/12491 Petri-Dish: Michael Mann Reviewed-by: Stig Bjørlykke Reviewed-by: Michael Mann --- asn1/ilp/ilp.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/ilp') diff --git a/asn1/ilp/ilp.cnf b/asn1/ilp/ilp.cnf index fdc0118917..594efe44d3 100644 --- a/asn1/ilp/ilp.cnf +++ b/asn1/ilp/ilp.cnf @@ -7,7 +7,7 @@ PER UNALIGNED #.END -#.PDU_NEW +#.PDU ILP-PDU #.END -- cgit v1.2.3