aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs12/packet-pkcs12-template.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-512/+0
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-2/+2
2015-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann1-4/+6
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann1-2/+4
2015-11-02wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-2/+0
2015-09-03Address "shadow" warnings found by checkAPI script.Michael Mann1-1/+1
2015-06-22PKCS12: fix unused function 'dissect_AuthenticatedSafe_PDU' [-Wunused-function]Alexis La Goutte1-0/+6
2015-06-21PKCS12: fix warning about unused parameter when don't build with LIBGCRYPTAlexis La Goutte1-1/+1
2015-02-28Remove some unneeded includes of <sys/time.h>.Guy Harris1-4/+0
2015-01-19Convert OID APIs to use wmem.Michael Mann1-2/+2
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-6/+4
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-2/+2
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-2/+13
2014-06-24Remove unneeded sys/types.hJoerg Mayer1-4/+0
2014-06-21batch of tvb-length conversionsEvan Huus1-2/+2
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-2/+2
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-2/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
2014-01-27Added back x509af_get_last_algorithm_id() removed in revision 54647 to Stig Bjørlykke1-1/+1
2014-01-22Another probably-wrong tvb_get_string().Guy Harris1-1/+5
2014-01-22To quote section B.5 "Keys for password integrity mode" of PKCS #12Guy Harris1-1/+1
2014-01-22Clean up indentation and bracketing.Guy Harris1-42/+49
2014-01-08Make global algorithm_id in x509af dissector a direct_reference instead. Bug...Michael Mann1-1/+1
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-06-19Add some missing wmem includes that apparently only show up on Windows.Evan Huus1-0/+1
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-2/+2
2013-03-28-Wmissing-prototypesAnders Broman1-0/+3
2013-03-02Use explicit casts.Anders Broman1-3/+3
2013-02-21include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser1-1/+1
2012-12-03Fix [-Wshadow] warnings.Bill Meier1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-20Get rid of Warnings.Anders Broman1-4/+4
2011-05-27Corrected "old-style function definition".Stig Bjørlykke1-1/+1
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-3/+0
2010-01-11Fix part of Bug 3917 "tvb_new_real_data is prone to memory leak"Anders Broman1-1/+1
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-31/+28
2009-11-23Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.Stig Bjørlykke1-1/+4
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-08-21Use <gcrypt.h> instead of 'gcrypt.h'Kovarththanan Rajaratnam1-1/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-1/+1
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke1-1/+1
2007-11-01Change:Anders Broman1-2/+2
2007-10-29Include winposixtype.h only if building with GNUTLS; Bug #1949: Part 1 of fixBill Meier1-3/+4
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-08-17Further tidy up for preference.Graeme Lunt1-1/+1
2007-08-17Fix for OSX gremlin in PKCS12 template.Graeme Lunt1-1/+0