aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509if
Commit message (Expand)AuthorAgeFilesLines
* Don't generate the conformance file for exported types when building theJeff Morriss2011-10-141-1/+1
* Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss2011-10-101-7/+3
* Add x509if_frame_end() which is passed to register_frame_end_routine()Gerald Combs2011-04-122-13/+35
* #include <string.h> and/or #include <stdio.h> not needed.Bill Meier2010-04-071-2/+0
* #include <stdio.h> not needed.Bill Meier2010-04-061-1/+0
* Make all proto_* values static.Stig Bjørlykke2009-10-111-1/+1
* Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam2009-10-083-3/+2
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-06-231-1/+1
* Restore the generation and display of LDAP DNs from RDN componentsGraeme Lunt2009-06-021-5/+5
* #include <epan/emem.h> not req'd ...Bill Meier2009-02-071-1/+0
* #include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier2009-02-071-1/+0
* Try to fix unused code warnings.Anders Broman2008-09-011-2/+5
* Update to use unchanged asn1 files and X.501:08/2005.Anders Broman2008-09-015-787/+925
* 1) Correct attribute name.Graeme Lunt2008-01-262-2/+14
* 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-051-1/+1
* Change:Anders Broman2007-11-011-2/+2
* - 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-0/+3
* - Change Makefiles to include preincJörg Mayer2007-10-102-1/+3
* Finish conversion (well, almost, need to add theJörg Mayer2007-10-105-148/+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
* actx in the rest of dissect_ber..()lAnders Broman2007-05-151-1/+1
* Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2007-05-132-9/+10
* EXTERNAL type is handled in asn2wrs nowTomas Kukosa2007-05-031-1/+1
* put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping2006-10-291-1/+1
* Include <epan/oid_resolv.h> to declare get_oid_str_name().Guy Harris2006-07-012-1/+2
* remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa2006-06-281-2/+2
* - remove some #.MODULE_IMPORT from .cng filesTomas Kukosa2006-05-241-3/+0
* Ethereal -> WiresharkTomas Kukosa2006-05-231-0/+9
* - asn2eth renamed to asn2wrsTomas Kukosa2006-05-212-5/+5
* name changeRonnie Sahlberg2006-05-212-4/+4
* FT_STRING => FT_OID where applicableGraeme Lunt2006-05-081-1/+1
* Operational Attributes and SyntaxesGraeme Lunt2006-04-301-1/+15
* Add distclean and maintainerclean rules.Guy Harris2006-04-251-0/+4
* ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and ...Graeme Lunt2006-03-053-5/+21
* Add parsertab.pyc in clean targetAnders Broman2006-02-231-1/+1
* Don't try to fill in last_dn if it doesn't exist. Fixes the current BuildbotGerald Combs2006-02-171-7/+10
* Make sure last_dn is big enough, and set it to NULL when we'reGerald Combs2006-01-101-2/+4
* From Grame Lunt:Anders Broman2005-12-143-2/+93
* Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris2005-12-081-1/+1
* Trivial warning fixesJörg Mayer2005-11-222-2/+2
* Squelch some const vs. non-const warnings.Guy Harris2005-11-171-1/+1
* Include <epan/emem.h> to declare ep_alloc().Guy Harris2005-11-171-0/+1
* add a simple g_strlcat define in strutil for gtk==1 where this symbol doe...Ronnie Sahlberg2005-11-161-0/+1
* From Graeme Lunt:Anders Broman2005-11-165-2/+134
* - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2005-11-142-10/+7