Make the recent INAP change in the template file as well.

svn path=/trunk/; revision=20311
This commit is contained in:
Anders Broman 2007-01-04 20:15:22 +00:00
parent 1c9939e359
commit b556ad58bb
3 changed files with 3 additions and 3 deletions

View File

@ -690,7 +690,7 @@ void proto_register_inap(void) {
/* Register protocol */
proto_inap = proto_register_protocol(PNAME, PSNAME, PFNAME);
/*XXX register_dissector("inap", dissect_inap, proto_inap);*/
register_dissector("inap", dissect_inap, proto_inap);
/* Register fields and subtrees */
proto_register_field_array(proto_inap, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-inap.c */
/* .\packet-inap.c */
/* ../../tools/asn2wrs.py -b -e -p inap -c inap.cnf -s packet-inap-template inap.asn */
/* Input file: packet-inap-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-inap.h */
/* .\packet-inap.h */
/* ../../tools/asn2wrs.py -b -e -p inap -c inap.cnf -s packet-inap-template inap.asn */
/* Input file: packet-inap-template.h */