wireshark/asn1/x411
Anders Broman 314c36da9a From Graeme Lunt:
The ftbp.patch file includes:
a) A fix to acse.cnf which works around an asn2eth bug (it is the AE-qualifier EXPORT I want, but asn2eth doesn't generate the appropriate extern for the values). Also a small cosmetic change for EXTERNAL decodings.
b) New EXPORTs for the FTAM dissector for use in FTBP.
c) A fix to asn2eth to solve the problem if you EXPORT types that include a '-' character in the name (e.g. "AE-qualifier" from acse.cnf, "Date-and-Time-Attribute" from ftam.cnf). The problem is that asn2eth generates the "xxxx-exp.cnf" file using the 'C' name (which has replaced '-' with '_') rather than the original 'ASN' name. The fix just undoes the replacement as I couldn't see the original name being preserved anywhere. There still remains a problem if the type has a '.' in the name - but generally I don't think they do.

* Better ROS handling and registration
* Simplified RTSE registration
* X411 column information, extension naming and use of new RTSE/ROS registration
* X420 notification extensions, warnings removal and export of ExtensionsField (missed from recent FTBP patch).
* Better highlighting of S4406 protocol.


svn path=/trunk/; revision=16296
2005-10-24 21:42:19 +00:00
..
Makefile From Graeme Lunt 2005-09-04 16:22:12 +00:00
Makefile.nmake Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in order 2005-09-07 13:26:23 +00:00
packet-x411-template.c From Graeme Lunt: 2005-10-24 21:42:19 +00:00
packet-x411-template.h From Graeme Lunt 2005-09-04 16:22:12 +00:00
x411-exp.cnf From Graeme Lunt 2005-09-04 16:22:12 +00:00
x411.asn From Graeme Lunt 2005-09-04 16:22:12 +00:00
x411.cnf From Graeme Lunt: 2005-10-24 21:42:19 +00:00