aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs12.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-05-27Corrected "old-style function definition".Stig Bjørlykke1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-28/+28
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-12/+12
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-54/+54
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-9/+6
2010-04-06Try to fix Bug 4648 - pkcs12 ASN1 generated dissector differs from epan/disse...Anders Broman1-2/+2
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-32/+29
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-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-6/+6
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-7/+6
2008-11-10fix problem with X.411 asn2wrs compilation, all dissectors regeneratedTomas Kukosa1-1/+1
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-6/+6
2008-05-11Fix some of the Errors/warnings detected by checkapiBill Meier1-1/+1
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke1-6/+6
2008-01-03get rid of get_ber_last_created_item()Tomas Kukosa1-4/+4
2007-11-01Change:Anders Broman1-3/+3
2007-10-29Include winposixtype.h only if building with GNUTLS; Bug #1949: Part 1 of fixBill Meier1-9/+10
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-7/+6
2007-08-17Support for decrypting of PKCS#12 bag contents.Graeme Lunt1-284/+522
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typesTomas Kukosa1-40/+87