aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ocsp/packet-ocsp-template.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-139/+0
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-2/+2
2015-09-06OCSP: get rid of an evil global variablePascal Quantin1-4/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+0
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+3
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-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-01-26packet-ocsp-template.c:47: warning: type defaults to 'int' in declaration of ...Anders Broman1-1/+1
2011-01-26From Kaspar Brand:Anders Broman1-1/+1
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-1/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2009-09-24Remove check_col() guardKovarththanan Rajaratnam1-6/+2
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam1-4/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-2/+7
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-1/+1
2005-08-02Fix svn properties where needed:Jörg Mayer1-1/+1
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs1-1/+1
2004-11-29new protocol : RFC2560 Online Certificate Status ProtocolRonnie Sahlberg1-0/+151