Ethereal-cvs: [Ethereal-cvs] rev 16296: /trunk/asn1/acse/: acse-exp.cnf acse.cnf /trunk/epan/d
Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.
From: etxrab@xxxxxxxxxxxx
Date: Mon, 24 Oct 2005 21:42:22 GMT
User: etxrab Date: 2005/10/24 04:42 PM Log: 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. Directory: /trunk/asn1/acse/ Changes Path Action +10 -8 acse-exp.cnf Modified +2 -1 acse.cnf Modified Directory: /trunk/epan/dissectors/ Changes Path Action +4 -4 packet-acse.c Modified +3 -1 packet-acse.h Modified +21 -26 packet-ftam.c Modified +20 -1 packet-ftam.h Modified +1584 -0 packet-ftbp.c Added +38 -0 packet-ftbp.h Added +22 -0 packet-ldap.c Modified +65 -33 packet-ros.c Modified +1 -1 packet-ros.h Modified +51 -6 packet-rtse.c Modified +2 -2 packet-rtse.h Modified +28 -4 packet-s4406.c Modified +1 -1 packet-s4406.h Modified +79 -33 packet-x411.c Modified +1 -1 packet-x411.h Modified +61 -37 packet-x420.c Modified +3 -0 packet-x420.h Modified Directory: /trunk/asn1/ftam/ Changes Path Action +9 -0 ftam.cnf Modified +1 -1 packet-ftam-template.h Modified Directory: /trunk/asn1/ftbp/ Changes Path Action +17 -0 Makefile Added +42 -0 Makefile.nmake Added +255 -0 ftbp.asn Added +29 -0 ftbp.cnf Added +91 -0 packet-ftbp-template.c Added +31 -0 packet-ftbp-template.h Added Directory: /trunk/asn1/ros/ Changes Path Action +11 -2 packet-ros-template.c Modified +1 -1 packet-ros-template.h Modified +7 -3 ros.asn Modified +16 -2 ros.cnf Modified Directory: /trunk/asn1/rtse/ Changes Path Action +26 -4 packet-rtse-template.c Modified +1 -1 packet-rtse-template.h Modified +24 -1 rtse.cnf Modified Directory: /trunk/asn1/s4406/ Changes Path Action +25 -1 packet-s4406-template.c Modified +34 -17 s4406.cnf Modified Directory: /trunk/tools/ Changes Path Action +5 -2 asn2eth.py Modified Directory: /trunk/asn1/x411/ Changes Path Action +32 -22 packet-x411-template.c Modified +27 -10 x411.cnf Modified Directory: /trunk/asn1/x420/ Changes Path Action +5 -5 packet-x420-template.c Modified +4 -0 x420-exp.cnf Modified +8 -7 x420.asn Modified +35 -3 x420.cnf Modified http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=16296&view=rev
- Prev by Date: [Ethereal-cvs] rev 16295: /trunk/epan/dissectors/: packet-iuup.c
- Next by Date: [Ethereal-cvs] rev 16297: /trunk/wiretap/: wtap.h
- Previous by thread: [Ethereal-cvs] rev 16295: /trunk/epan/dissectors/: packet-iuup.c
- Next by thread: [Ethereal-cvs] rev 16297: /trunk/wiretap/: wtap.h
- Index(es):