aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs12
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann2-4/+4
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-3/+3
2015-11-26cmake: add asn1 target, avoid unnecessary rebuildsPeter Wu1-3/+3
2015-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann2-6/+8
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 Goutte2-1/+7
2015-06-21PKCS12: fix warning about unused parameter when don't build with LIBGCRYPTAlexis La Goutte1-1/+1
2015-06-16PKCS12: fix a duplicate OIDEtienne Millon1-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ørlykke2-5/+5
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-2/+13
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
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-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-9/+9
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss8-19/+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 Mann2-6/+6
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-05-11I added EXPORT_FILES in too many places, remove themJörg Mayer1-4/+0
2013-05-10Some more protocols can be generated via cmakeJörg Mayer1-0/+37
2013-05-05Just whitespace changesJörg Mayer1-1/+2
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
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 Zawadzki5-5/+5
2011-11-20Get rid of Warnings.Anders Broman1-4/+4
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-3/+3
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-13/+9
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-04-06Try to fix Bug 4648 - pkcs12 ASN1 generated dissector differs from epan/disse...Anders Broman1-3/+4
2010-02-23Squelch a bunch of compiler warnings.Guy Harris1-1/+1
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