aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs12
AgeCommit message (Expand)AuthorFilesLines
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
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-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
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-07-23Get rid of some unused code warnings and fix an Id marking and some indentati...Anders Broman1-1/+1
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
2008-01-03get rid of get_ber_last_created_item()Tomas Kukosa1-3/+3
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-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