Ethereal-dev: Re: [Ethereal-dev] Re: Bug: H225 erroneously adds an all-zeros guid on some RAS

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: Fri, 14 Jan 2005 03:07:45 -0800
Tomas Kukosa wrote:

I have to agree that my documentation of asn2eth compiler is very poor.
And many ideas are not very clear as it is beeing developed step by step.
Fortunately Ronnie is so kind and he has written many things into wiki.

If you have any question concerning asn2eth compiler feel free to ask.

How do I re-generate the H.225 dissector from the source in asn1/h225? If I try running the command in the current packet-h225.c in Subversion in the asn1/h225 directory (well, I have to precede it with "python", as "asn2eth.py" doesn't have the execute permission bits set), the generated file doesn't compile:

	In file included from packet-h225.c:57:
	packet-h225.h:75:30: packet-H225-exp.h: No such file or directory

Is there a bug in the script, or should some command-line arguments not in the command line in the packet-h225.c in Subversion:

python ../../tools/asn2eth.py -X -e -p h225 -c h225.cnf -s packet-h225-template h225.asn

be used?