aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wtls.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-3/+3
2011-10-05All: Fix proto_tree_add_item() encoding parameter:wmeier1-61/+61
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-4/+0
2011-03-24Don't assign to a proto_item* if the value won't be used: Coverity 1124-1128;wmeier1-89/+89
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-11-03Use value_string_ext fcns to access certain value_string arrays;wmeier1-18/+26
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-4/+4
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-68/+68
2006-09-02Add a common routine for adding session IDs. Have it handle session IDsguy1-58/+34
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2005-08-08various code cleanup:ulfl1-8/+4
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1627