aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/acse
Commit message (Expand)AuthorAgeFilesLines
* #include <stdio.h> not needed.Bill Meier2010-04-061-1/+0
* Remove redundant calls to check_col() in the .cnf files and regenerate.Anders Broman2010-01-131-2/+2
* From gonzalocas:Anders Broman2010-01-042-9/+37
* Corrected type for ACRP-apdu aSO-context-name,Stig Bjørlykke2010-01-031-1/+3
* Regenerate with SIZE constraints checking.Stig Bjørlykke2009-12-191-1/+1
* Make all proto_* values static.Stig Bjørlykke2009-10-111-1/+1
* Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam2009-10-081-1/+0
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Remove more unused variables.Gerald Combs2009-07-301-1/+0
* Corrected oid name.Stig Bjørlykke2009-03-091-2/+2
* Added an expert info when dissector is not available.Stig Bjørlykke2009-03-071-2/+3
* #include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier2009-02-071-1/+0
* Get rid of some unused code warnings.Anders Broman2008-07-221-0/+4
* asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer2007-12-191-1/+2
* ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa2007-12-101-1/+1
* Update to use the -X and -T asn2wrs flags.Anders Broman2007-11-052-45/+28
* Use oid_add_from_string for adding names.Anders Broman2007-10-311-1/+1
* - Fix svn:ignore for all directoriesJörg Mayer2007-10-161-1/+1
* - Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer2007-10-111-0/+3
* Add missing dependencies and update syntax of existing ones.Jörg Mayer2007-10-101-1/+5
* - Change Makefiles to include preincJörg Mayer2007-10-102-1/+3
* Convert some more protocols to new Makefile style.Jörg Mayer2007-10-071-29/+0
* Change some additional protocols to the new build systemJörg Mayer2007-09-255-58/+97
* get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon2007-08-251-1/+1
* get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer2007-08-241-1/+1
* Dissection of octet-aligned EXTERNALs.Graeme Lunt2007-07-141-0/+3
* Preparations for updated CMIP dissector:Anders Broman2007-06-122-0/+3
* Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman2007-05-221-1/+1
* actx in the rest of dissect_ber..()lAnders Broman2007-05-151-5/+5
* Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2007-05-132-16/+18
* Show BER internal fields in external type in ACSE, update a comment in packet...Anders Broman2007-05-042-3/+5
* EXTERNAL type is handled in asn2wrs nowTomas Kukosa2007-05-033-12/+12
* put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping2006-10-291-1/+1
* An octet string form of the ASO-qualifier used by some systems from the days...Graeme Lunt2006-08-272-2/+7
* remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa2006-06-281-1/+2
* - remove some #.MODULE_IMPORT from .cng filesTomas Kukosa2006-05-241-3/+0
* Ethereal -> WiresharkTomas Kukosa2006-05-234-19/+28
* - asn2eth renamed to asn2wrsTomas Kukosa2006-05-212-5/+5
* name changeRonnie Sahlberg2006-05-212-4/+4
* Add distclean and maintainerclean rules.Guy Harris2006-04-251-0/+4
* Add parsertab.pyc in clean targetAnders Broman2006-02-231-1/+1
* From Graeme Lunt:Anders Broman2005-11-163-6/+36
* - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2005-11-142-17/+19
* From Graeme Lunt:Anders Broman2005-10-242-9/+12
* Don't pass a null value to strcmp(). Fixes bug 540.Gerald Combs2005-10-181-5/+6
* .FN_BODY text gets printf-style expansion done on it, so format stringsGuy Harris2005-10-181-1/+1
* When dissecting an ACSE APDU make sure our OID isn't for an ACSE APDUGerald Combs2005-10-171-6/+12
* remove some strcpy() callsRonnie Sahlberg2005-10-151-1/+1
* Show internal errors with REPORT_DISSECTOR_BUG().Guy Harris2005-10-131-4/+3