aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-11[x509af] Make CertificateSerialNumber an unsigned integer to handle a 9AndersBroman1-3/+3
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-22/+22
2016-01-20X509AF: reset algorithm_id global variable when closing a filePascal Quantin1-3/+10
2016-01-19X509AF: make a local copy of algorithm_id in file scope for later usePascal Quantin1-9/+15
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-33/+33
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-8/+8
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann1-21/+21
2015-11-24Remove the LDAP wrapping for registering dissectors and just use dissector_ad...Michael Mann1-7/+7
2015-10-19X509AF: ensure that BER dissector successfully decoded a bit string before ca...Pascal Quantin1-2/+2
2015-10-19X509AF: protect against a comparison with a NULL algorithm_id stringPascal Quantin1-1/+1
2015-10-18x509af: dissect subjectPublicKey for RSAPeter Wu1-16/+42
2015-10-07ssl-utils: load RSA keys based on their modulus+exponentPeter Wu1-9/+36
2015-09-15x509,ber: fix header field of large integersPeter Wu1-3/+3
2015-01-19Convert OID APIs to use wmem.Michael Mann1-2/+2
2015-01-17X509AF: dissect Certificate Serial Number as INT64 instead of INT32Pascal Quantin1-4/+4
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-7/+6
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-29/+39
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-9/+5
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-13/+11
2014-01-27Added back x509af_get_last_algorithm_id() removed in revision 54647 to Stig Bjørlykke1-8/+16
2014-01-08Make global algorithm_id in x509af dissector a direct_reference instead. Bug...Michael Mann1-15/+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-22More proper fix (per advice of bug 8515 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-5/+5
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-27/+27
2013-05-01Fix warning.Guy Harris1-1/+1
2013-05-01Remove some global variables in favor of private_data member of asn1_ctx_t. ...Michael Mann1-12/+9
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-2/+2
2012-12-07Added deltaRevocationList.Stig Bjørlykke1-5/+6
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-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
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-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-18/+18
2010-06-28Moved register_ber_syntax_dissector() and register_ber_oid_syntax() fromStig Bjørlykke1-9/+9
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-8/+8
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-74/+74
2010-04-21Export Certificate PDU so this can be dissected from non-asn dissectors.Stig Bjørlykke1-14/+14
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-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-3/+3
2009-09-24Remove check_col() guardKovarththanan Rajaratnam1-3/+1
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam1-2/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-10/+10