aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xcsl.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update FSF address - part II.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-6/+6
2011-05-23Use correct subtree for proto_tree_add_item in several places: Coverity 1130 ...Bill Meier1-224/+227
2011-05-17Use val_to_str() instead of blindly passing the return value from match_strval()Jeff Morriss1-2/+2
2010-10-17Removed unused hf_xcsl.Stig Bjørlykke1-8/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-26Fix some gcc -Wshadow warningsBill Meier1-14/+14
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-04-08More ethereal --> wiresharkBill Meier1-1/+1
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-03-14Added check for length in heuristic check so we don't dissect unknownStig Bjørlykke1-2/+4
2008-03-10From Dick Gooris:Jaap Keuter1-0/+368