aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/acse
AgeCommit message (Collapse)AuthorFilesLines
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris1-1/+1
current signature ("class" is a "gint8 *", not a "guint8 *", and "tag" is a "gint32 *", not a "guint32 *"). Re-generate the dissectors from the ASN.1 and the .cnf files in the cases where the arguments were fixed in a .cnf file. Give some dissectors the right svn:keywords and svn:eol-style settings. svn path=/trunk/; revision=14885
2005-07-03export a few more symbols from acseRonnie Sahlberg2-0/+12
svn path=/trunk/; revision=14835
2005-06-25Make ACSE export the EXTERNAL construct since both CMIP and FTAM rely on it.Ronnie Sahlberg3-1/+12
svn path=/trunk/; revision=14746
2005-06-22only create the ACSE protocol tree if there is an ACSE layer present.Ronnie Sahlberg1-18/+18
do not create it if it is just a SES_DATA_TRANSFER PDU svn path=/trunk/; revision=14726
2005-06-22remove a dissector table we no longer use from ACSERonnie Sahlberg4-27/+24
and also from the CMIP and FTAM dissectors that tried to register against it. Implement a workaround for the asn2eth bug (can not yet handle tagged assignments) to the conformance file and remove the warnings from the template file. Since workaround is implemented in conformance file, make make copy_files install the dissector instead of printing a warning message. svn path=/trunk/; revision=14725
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.Ronnie Sahlberg1-1/+1
fix bug251 and all other occurances where an oid string passed to packet_ber_object_identifier() is not defined as foo[MAX_OID_STR_LEN] svn path=/trunk/; revision=14720
2005-06-20add Sids email as the original author of ACSE dissectorRonnie Sahlberg1-1/+3
svn path=/trunk/; revision=14707
2005-06-19New autogenerated ACSE dissector.Ronnie Sahlberg6-0/+889
There is a bug in ASN2ETH which means one can not do make copy_files instead one needs to change two bugs in the generated code manually. These two changes are in the comment at the top of the template/generated file svn path=/trunk/; revision=14698