aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kdp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-20/+20
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-5/+5
2011-02-24From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-3/+2
2011-02-24Initialize option_len to avoid a (false positive) unitialized variable warning.morriss1-6/+7
2011-02-24From Wade Hennessey:jake1-8/+76
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-01-03Changed abbrev for XML Body.stig1-1/+1
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOkrj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-23/+23
2009-04-23From Wade Hennessey:etxrab1-0/+1
2009-03-23Removed some "initializer does not fit or is out of range" warnings.stig1-3/+3
2009-03-17(Minor): Remove some unneccessary code; Fix a typo;wmeier1-12/+6
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-10-05Minor cleanup related to proto_register and/or proto_reg_handoffwmeier1-5/+3
2008-09-30From Wade Hennessey:etxrab1-0/+361