Ethereal-dev: [Ethereal-dev] H235 & ASN1 compiler

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Ronnie Sahlberg" <ronnie_sahlberg@xxxxxxxxxxxxxx>
Date: Tue, 25 May 2004 16:49:03 +1000
List,


I just checked in a H.235 dissector generated by Tomas ASN2ETH compiler.
It should amke ethereal dissect properly a lot more H225/H235 packets.

Please test.


(To get this to work, i had to upgrade python from 1.5 to 2.2     bloody
bleading edge requirements :-)

Tomas,   I still get some warnings from packet-h235.h   which is generated
by your compiler.
It warns about:
   const value_string AuthenticationMechanism_vals[];
   const value_string CryptoToken_vals[];

Should not these constructs be declared as:
  const value_string *AuthenticationMechanism_vals;
  const value_string *CryptoToken_vals;
in the machine generated header files instead?


Can you change the script in this fashion so less-modern-than-gcc compilers
will not puke on it?



have fun