aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wtls.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier2012-05-151-139/+141
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-2/+2
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-3/+3
* All: Fix proto_tree_add_item() encoding parameter:Bill Meier2011-10-051-61/+61
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier2011-07-181-4/+0
* Don't assign to a proto_item* if the value won't be used: Coverity 1124-1128;Bill Meier2011-03-241-89/+89
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-4/+4
* Use value_string_ext fcns to access certain value_string arrays;Bill Meier2010-11-031-18/+26
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2009-12-191-4/+4
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-3/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-68/+68
* Add a common routine for adding session IDs. Have it handle session IDsGuy Harris2006-09-021-58/+34
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-4/+4
* various code cleanup:Ulf Lamping2005-08-081-8/+4
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-2/+2
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+1627