aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xcsl.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-6/+6
2011-05-23Use correct subtree for proto_tree_add_item in several places: Coverity 1130 ...wmeier1-224/+227
2011-05-17Use val_to_str() instead of blindly passing the return value from match_strval()morriss1-2/+2
2010-10-17Removed unused hf_xcsl.stig1-8/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-26Fix some gcc -Wshadow warningswmeier1-14/+14
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-04-08More ethereal --> wiresharkwmeier1-1/+1
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2008-03-14Added check for length in heuristic check so we don't dissect unknownstig1-2/+4
2008-03-10From Dick Gooris:jake1-0/+368