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: Lars Roland <lars.roland@xxxxxxx>
Date: Mon, 10 Jan 2005 04:01:30 +0100
LEGO schrieb:
I am a beginner in using asn2eth, too. And I still try to figure out why
I don't get a correct output of dissector's header file with cygwin's
python. I'll try another win32 port of python later.


That was preety much what happed to me the header file did not get the
asn exports included.
Finally I just opted to get all the files into the dissectors
directory and with many files I was able to compile.

That was exactly what happened to me. :( I use Cygwin's Python 2.3.4 .

Wouldn't it be a good Idea to add a Makefile rule for the generated
dissectors instead of having to generate them by hand?

Yes. I have a makefile for MSVC prepared. And there is a makefile for gcc in another directory for a generated dissector as well.

Lars