aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509if.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-34/+34
2016-02-04Fix asn2wrs warnings [-Wredundant-decls]João Valverde1-3/+3
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-33/+33
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman1-1/+1
2015-01-19Convert OID APIs to use wmem.Michael Mann1-2/+2
2015-01-08Replace some ep_alloc and ep_alloc0 with its wmem equivalent.Michael Mann1-7/+6
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-10/+8
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-41/+49
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-3/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-11/+11
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-28/+26
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-13/+13
2013-06-28replace object_identifier_id with actx->external.direct_referenceMichael Mann1-36/+34
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-12/+13
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann1-5/+4
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-41/+41
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-02Use explicit casts.Anders Broman1-6/+6
2012-11-12Update ACP133 to edition D.Stig Bjørlykke1-20/+22
2012-11-08Only append oid name to parent item once when having RDN as a attribute.Stig Bjørlykke1-21/+19
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-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki1-5/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-04-12Add x509if_frame_end() which is passed to register_frame_end_routine()Gerald Combs1-46/+68
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-34/+34
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-151/+151
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-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-9/+9
2009-06-02Restore the generation and display of LDAP DNs from RDN componentsGraeme Lunt1-80/+80
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-41/+41
2009-02-07#include <epan/emem.h> not req'd ...Bill Meier1-7/+6
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-40/+40
2008-09-01Try to fix unused code warnings.Anders Broman1-47/+42
2008-09-01Update to use unchanged asn1 files and X.501:08/2005.Anders Broman1-424/+715
2008-01-261) Correct attribute name.Graeme Lunt1-18/+42
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-2/+2
2007-11-05Update to use the -X and -T asn2wrs flags.Anders Broman1-824/+410
2007-11-01Change:Anders Broman1-3/+3
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-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-213/+213