aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs12
Commit message (Expand)AuthorAgeFilesLines
* #include <string.h> and/or #include <stdio.h> not needed.Bill Meier2010-04-071-3/+0
* Try to fix Bug 4648 - pkcs12 ASN1 generated dissector differs from epan/disse...Anders Broman2010-04-061-3/+4
* Squelch a bunch of compiler warnings.Guy Harris2010-02-231-1/+1
* Fix part of Bug 3917 "tvb_new_real_data is prone to memory leak"Anders Broman2010-01-111-1/+1
* Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs2009-12-211-31/+28
* Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.Stig Bjørlykke2009-11-231-1/+4
* Make all proto_* values static.Stig Bjørlykke2009-10-111-1/+1
* Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam2009-10-081-1/+0
* Use <gcrypt.h> instead of 'gcrypt.h'Kovarththanan Rajaratnam2009-08-211-1/+1
* #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 and fix an Id marking and some indentati...Anders Broman2008-07-231-1/+1
* g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier2008-05-111-1/+1
* - Removed some unused variables in asn1 dissectorsStig Bjørlykke2008-01-161-1/+1
* get rid of get_ber_last_created_item()Tomas Kukosa2008-01-031-3/+3
* 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
* Change:Anders Broman2007-11-011-2/+2
* Include winposixtype.h only if building with GNUTLS; Bug #1949: Part 1 of fixBill Meier2007-10-291-3/+4
* - Fix svn:ignore for all directoriesJörg Mayer2007-10-161-3/+3
* Add missing dependencies and update syntax of existing ones.Jörg Mayer2007-10-101-5/+5
* - Change Makefiles to include preincJörg Mayer2007-10-102-1/+3
* More Makefile conversionsJörg Mayer2007-10-094-56/+108
* 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
* Further tidy up for preference.Graeme Lunt2007-08-171-1/+1
* Fix for OSX gremlin in PKCS12 template.Graeme Lunt2007-08-171-1/+0
* Support for decrypting of PKCS#12 bag contents.Graeme Lunt2007-08-175-33/+391
* not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typesTomas Kukosa2007-06-052-13/+35
* - support of constraint unionsTomas Kukosa2007-05-141-3/+3
* Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2007-05-132-12/+16
* Start introducing actx to ber functions.Anders Broman2007-05-062-1/+2
* Get rid of an unused variable.Guy Harris2007-02-191-1/+0
* New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.Graeme Lunt2007-01-136-0/+645