aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kdp.c
AgeCommit message (Expand)AuthorFilesLines
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