From b556ad58bb5d94c1191142f2134d488e66f6b17a Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 4 Jan 2007 20:15:22 +0000 Subject: [PATCH] Make the recent INAP change in the template file as well. svn path=/trunk/; revision=20311 --- asn1/inap/packet-inap-template.c | 2 +- epan/dissectors/packet-inap.c | 2 +- epan/dissectors/packet-inap.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/asn1/inap/packet-inap-template.c b/asn1/inap/packet-inap-template.c index 26f3e7c4a0..4203111223 100644 --- a/asn1/inap/packet-inap-template.c +++ b/asn1/inap/packet-inap-template.c @@ -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)); diff --git a/epan/dissectors/packet-inap.c b/epan/dissectors/packet-inap.c index b5c80544b9..a5e69c7522 100644 --- a/epan/dissectors/packet-inap.c +++ b/epan/dissectors/packet-inap.c @@ -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 */ diff --git a/epan/dissectors/packet-inap.h b/epan/dissectors/packet-inap.h index 1140154dfc..b520d2da30 100644 --- a/epan/dissectors/packet-inap.h +++ b/epan/dissectors/packet-inap.h @@ -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 */