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