aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* Regenerate asn.1 dissectors.Jakub Zawadzki2012-09-241-6/+6
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Regenerate all asn.1 dissectors.Jakub Zawadzki2012-09-101-2/+2
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-2/+2
* Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier2011-10-151-1/+1
* Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke2011-05-131-14/+14
* packet-ocsp-template.c:47: warning: type defaults to 'int' in declaration of ...Anders Broman2011-01-261-1/+1
* From Kaspar Brand:Anders Broman2011-01-261-3/+3
* Add a little more code to avoid not-very-useful blurbs:Jeff Morriss2010-05-111-3/+3
* Regenerate a few more of the ASN.1 dissectorsJeff Morriss2010-05-111-51/+51
* #include <string.h> and/or #include <stdio.h> not needed.Bill Meier2010-04-071-7/+6
* #include <stdio.h> not needed.Bill Meier2010-04-061-7/+6
* Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam2009-10-091-3/+3
* Remove check_col() guardKovarththanan Rajaratnam2009-09-241-6/+2
* Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam2009-09-231-4/+0
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-4/+2
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-6/+6
* Regenerate all asn2wrs generated dissectors.Stig Bjørlykke2009-05-161-5/+5
* fix problem with X.411 asn2wrs compilation, all dissectors regeneratedTomas Kukosa2008-11-101-1/+1
* Regenerate all asn2wrs generated dissectorsAnders Broman2008-11-011-4/+4
* Add id-pkix-ocsp-nocheck.Anders Broman2008-10-301-3/+14
* Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman2008-01-041-1/+1
* Update do use the -X and -T asn2wrs flags.Anders Broman2007-11-041-265/+127
* get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon2007-08-251-1/+1
* Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman2007-05-221-59/+59
* actx in the rest of dissect_ber..()lAnders Broman2007-05-151-13/+13
* Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2007-05-131-171/+186
* Start introducing actx to ber functions.Anders Broman2007-05-061-45/+45
* EXTERNAL type is handled in asn2wrs nowTomas Kukosa2007-05-031-1/+1
* change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg2007-03-211-84/+84
* ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa2006-08-161-50/+50
* - remove some #.MODULE_IMPORT from .cng filesTomas Kukosa2006-05-241-4/+4
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris2005-12-081-15/+18
* - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2005-11-141-7/+4
* Regenerate dissectors with the current asn2eth.Guy Harris2005-09-021-21/+40
* change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg2005-07-211-14/+18
* Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris2005-07-091-12/+16
* make dissect_ber_choice take a guint* that will return theRonnie Sahlberg2005-06-261-16/+16
* Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs2005-04-221-1/+1
* update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg2005-02-231-31/+31
* Fix the following gcc-4 error:Jörg Mayer2004-12-141-2/+2
* update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg2004-12-131-20/+20
* update the helper for BER GeneralizedTime to handle implicit tag and update a...Ronnie Sahlberg2004-12-121-6/+6
* updates from tomas and andersRonnie Sahlberg2004-12-121-7/+7
* new protocol : RFC2560 Online Certificate Status ProtocolRonnie Sahlberg2004-11-291-0/+1079