aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kdp.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+5
2015-01-25Cleanup:Bill Meier1-117/+113
2015-01-23Remove incorrect 'if (tree)'Bill Meier1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-125/+137
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+2
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
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-20/+20
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2011-02-24From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-3/+2
2011-02-24Initialize option_len to avoid a (false positive) unitialized variable warning.Jeff Morriss1-6/+7
2011-02-24From Wade Hennessey:Jaap Keuter1-8/+76
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-01-03Changed abbrev for XML Body.Stig Bjørlykke1-1/+1
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
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-23/+23
2009-04-23From Wade Hennessey:Anders Broman1-0/+1
2009-03-23Removed some "initializer does not fit or is out of range" warnings.Stig Bjørlykke1-3/+3
2009-03-17(Minor): Remove some unneccessary code; Fix a typo;Bill Meier1-12/+6
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-10-05Minor cleanup related to proto_register and/or proto_reg_handoffBill Meier1-5/+3
2008-09-30From Wade Hennessey:Anders Broman1-0/+361