Hi,
Can you change the script slightly so that it outputs only two files for
ethereal:
packet-xxx.c and packet-xxx.h
Just change the script to store the hf things in temporary fiels then just
some
sed magic to glue them together into one .c file and one .h file.
This also removes those extra dependensies from the makefile.
The #include "packet-... .c" directives make the code confusing to read.
the asn file attached does not contain a copyright, a licence or any history
where it came from.
----- Original Message -----
From: "Tomas Kukosa"
Sent: Monday, May 03, 2004 11:04 PM
Subject: [Ethereal-dev] H.235 dissector
> Hi,
> patch with the H.235 dissector is attached.
> Makefile is changed only for MSVC as I do not have Linux environment.
>
> There are following new files (locations can be changed):
> ASN2ETH compiler
> tools/asn2eth.py
> tools/lex.py
> tools/yacc.py
> H.235 sources for ASN2ETH compiler
> H235-SECURITY-MESSAGESx.asn
> h235.cnf
> H.235 dissector (includes output of compiler)
> packet-h235.h
> packet-h235.c
>
> There is not README.asn2eth and the ASN2ETH compiler is far from release
version,
> but I still work on it.
>
> Regards,
> Tom
>
>
>
----------------------------------------------------------------------------
----
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>