Hi Tomas,
Ive looked through the BER changes you made and the NOOWN tag, great stuff.
Thanks for extending packet-ber to be more useful.
Right now I am looking a bit on PacketCable but that one pulls in a lot of
stuff like
SignedData from RFC2360 which inturn pulls in AlgorithmIdentifier from an
X.509 document.
There is no end to it and there are too many specifications to implement by
hand.
Were you working on a BERtoETH compiler as well as the PERtoETH one?
I would like to know how close to being finished that one is so I could test
it.
----- Original Message -----
From: "Tomas Kukosa"
Sent: Friday, May 14, 2004 5:18 PM
Subject: Re: [Ethereal-dev] H.235 dissector
> > 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.
>
> Yes, I can do it. I will add a new command line option.
>
> > the asn file attached does not contain a copyright, a licence or any
history
> > where it came from.
>
> I will add some information to the file.
>
> It came from http://www.itu.int/ITU-T/asn1/database/index.html, but ITU
ASN.1 module
> database does not contain any information about copyright or licence for
ASN files.
>
> Tom