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: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Date: Mon, 15 Nov 2004 07:29:47 +1100
Right now,   the asn1 based dissectors are generated by manually
running the compilation (cat epan/dissectors/packet- x509af.c | grep
asn2eth) command from inside the asn1/protocol directory and then the
autogenerated packet-protocol.[ch] files are manually copied across to
epan/dissectors


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.

It would be great if these subdissectors had proper make dependencies
and also if
changes to asn2eth would trigger them all to be rebuilt.




On Sun, 14 Nov 2004 19:03:26 +0100, Joerg Mayer <jmayer@xxxxxxxxx> wrote:
> On Sun, Nov 14, 2004 at 05:15:30AM +0000, sahlberg@xxxxxxxxxxxx wrote:
> >  i think it is high time to put makefiles down in asn1/   since this autogenerating dissectors "experiment" have payed off so well   and it actual;ly works!
> 
> Can you explain what needs to be done (I just don't understand that remark)?
> 
> Ciao
>    Joerg
> --
> Joerg Mayer                                           <jmayer@xxxxxxxxx>
> We are stuck with technology when what we really want is just stuff that
> works. Some say that should read Microsoft instead of technology.
> 
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>