aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509ce.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-18/+18
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-44/+44
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-3/+3
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann1-8/+8
2015-01-18ASN.1: regenerate dissectors after g506409dPascal Quantin1-3/+3
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-7/+6
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-125/+205
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-2/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-12/+10
2013-12-07- Make local functions static.Anders Broman1-6/+9
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-2/+2
2013-06-28replace object_identifier_id with actx->external.direct_referenceMichael Mann1-11/+8
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-46/+46
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
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
2012-06-25From Martin Kaiser:Anders Broman1-8/+111
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-17/+17
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentStig Bjørlykke1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-06-02Definition of certificatePolicies certificate extension and removal of warningsGraeme Lunt1-17/+18
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-6/+6
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-164/+164
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-8/+6
2010-04-06#include <stdio.h> not needed.Bill Meier1-7/+6
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-7/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-47/+47
2009-06-02Support for the Entrust VersionInfo certificate extensionGraeme Lunt1-4/+105
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-15/+15
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-7/+6
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-14/+14
2008-08-31Try to fix "defined but not used" warnings.Anders Broman1-4/+81
2008-08-31Remove test code for depreciated OID.Anders Broman1-4/+4
2008-08-31Update to X.509:08/2005.Anders Broman1-61/+450
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
2008-01-04Get rid of ber_last_created_item().Anders Broman1-2/+2
2007-11-05Update to use the -X and -T asn2wrs flags.Anders Broman1-602/+278
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typesTomas Kukosa1-10/+21
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-130/+130
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-21/+21
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-382/+438
2007-05-06Start introducing actx to ber functions.Anders Broman1-107/+107
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-6/+6
2007-03-23Support for the Microsoft-specific certificate-template and application-certi...Graeme Lunt1-4/+56
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-195/+195