aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs12.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-39/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-31/+1
2021-08-19wmem: convert more asn1 dissectors to pinfo->poolEvan Huus1-11/+11
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-4/+4
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-6/+6
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-25asn2wrs.py: use 64 bits variant for constrained integers using MIN or MAX key...Pavel Strnad1-2/+2
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu1-14/+4
2016-12-27Move DigestInfo from pkcs12 to cmsРоман Донченко1-28/+1
2016-07-22Convert more glib memory to wmem pinfo poolPascal Quantin1-10/+7
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-29/+29
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-25/+25
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-3/+3
2015-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann1-9/+11
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann1-5/+7
2015-11-02wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-8/+6
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-18/+12
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-10/+6
2015-01-19Convert OID APIs to use wmem.Michael Mann1-2/+2
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-12/+10
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-54/+82
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-8/+19
2014-06-24Remove unneeded sys/types.hJoerg Mayer1-10/+6
2014-06-21batch of tvb-length conversionsEvan Huus1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-6/+6
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-23/+21
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-7/+11
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-46/+53
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-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-6/+7
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-2/+2
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-32/+32
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-28-Wmissing-prototypesAnders Broman1-6/+9
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-24Regenerate asn.1 dissectors.Jakub Zawadzki1-6/+6
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