aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs12/packet-pkcs12-template.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-17Support for decrypting of PKCS#12 bag contents.Graeme Lunt1-28/+353
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typesTomas Kukosa1-0/+8
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-2/+6
2007-05-06Start introducing actx to ber functions.Anders Broman1-0/+1
2007-02-19Get rid of an unused variable.Guy Harris1-1/+0
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.Graeme Lunt1-0/+159