aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkixtsp/packet-pkixtsp-template.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-07- Make local functions static.Anders Broman1-0/+3
- Forward declaration of register functions. svn path=/trunk/; revision=53821
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45015
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL svn path=/trunk/; revision=44860
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32405
2009-09-24Remove check_col() guardKovarththanan Rajaratnam1-6/+2
svn path=/trunk/; revision=30124
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear ↵Kovarththanan Rajaratnam1-4/+0
(replace) any existing string (the fence still needs to be respected though) svn path=/trunk/; revision=30086
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
svn path=/trunk/; revision=29340
2008-07-23Get rid of some unused code warnings and fix an Id marking and some ↵Anders Broman1-1/+1
indentation changes. svn path=/trunk/; revision=25803
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster. Replace - col_append_fstr() with faster col_append_str() - col_add_str() with col_set_str() when it's safe svn path=/trunk/; revision=23252
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-2/+7
svn path=/trunk/; revision=21753
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-08-02Fix svn properties where needed:Jörg Mayer1-1/+1
Remove svn:executable Add svn:eol-style Add svn:keywords svn path=/trunk/; revision=15178
2004-12-05updates to pkix1implicit (we have to think about how to rewrite both ↵Ronnie Sahlberg1-0/+144
pkix1eplicit and pkix1implicit to avoid the crap with duplicate definitions from x509) New protocol : RFC3161 PKIX TimeStamp Protocol svn path=/trunk/; revision=12669