aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wtls.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-2/+2
2015-03-25Replace HF_EMPTY and ETT_EMPTY with -1Michael Mann1-76/+76
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-0/+13
2014-09-07Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-4/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-10/+7
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+5
2012-12-10Re-generate value_string array for MIBenum mapping char set names from latest...Bill Meier1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-139/+141
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
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