aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs12.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-11-20Get rid of Warnings.etxrab1-4/+4
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
2011-05-27Corrected "old-style function definition".stig1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-28/+28
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-12/+12
2010-05-11Regenerate a few more of the ASN.1 dissectorsmorriss1-54/+54
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-9/+6
2010-04-06Try to fix Bug 4648 - pkcs12 ASN1 generated dissector differs from epan/disse...etxrab1-2/+2
2010-01-11Fix part of Bug 3917 "tvb_new_real_data is prone to memory leak"etxrab1-1/+1
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesgerald1-32/+29
2009-11-23Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.stig1-1/+4
2009-10-11Make all proto_* values static.stig1-1/+1
2009-08-21Use <gcrypt.h> instead of 'gcrypt.h'krj1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-6/+6
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-6/+6
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-7/+6
2008-11-10fix problem with X.411 asn2wrs compilation, all dissectors regeneratedkukosa1-1/+1
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-6/+6
2008-05-11Fix some of the Errors/warnings detected by checkapiwmeier1-1/+1
2008-01-16- Removed some unused variables in asn1 dissectorsstig1-6/+6
2008-01-03get rid of get_ber_last_created_item()kukosa1-4/+4
2007-11-01Change:etxrab1-3/+3
2007-10-29Include winposixtype.h only if building with GNUTLS; Bug #1949: Part 1 of fixwmeier1-9/+10
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
2007-08-17Further tidy up for preference.gal1-1/+1
2007-08-17Fix for OSX gremlin in PKCS12 template.gal1-7/+6
2007-08-17Support for decrypting of PKCS#12 bag contents.gal1-284/+522
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typeskukosa1-40/+87
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-61/+61
2007-05-15actx in the rest of dissect_ber..()letxrab1-8/+8
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-168/+198
2007-05-06Start introducing actx to ber functions.etxrab1-47/+48
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-88/+88
2007-02-19Get rid of an unused variable.guy1-7/+6
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.gal1-0/+1203