Ethereal-dev: Re: [Ethereal-dev] Re: [Ethereal-cvs] Rev 12522: /trunk/epan/dissectors/: packet

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sun, 14 Nov 2004 13:11:06 -0800
ronnie sahlberg wrote:

it would be nice if there was a makefile in asn1 which would loop over
all subdirectories where asn1 based dissectors are held (asn1/)
and then from inside each directory run a new makefile to
run the commandline to compile the thing into packet-protocol.[ch] and
automatically copy them across to epan/dissector.

Or if we just put the packet-XXX-template.[ch] files, *.asn files, and *.cnf files into the epan/dissector directory, and put in dependencies and rules to specify what files and commands are used to generate packet-XXX.c, so that a regular make could rebuild them.