aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp-sss.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-32/+32
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-12/+12
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-2/+2
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus aJeff Morriss1-42/+45
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-3/+3
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-01-19Even better - don't use a global variable in the first place, as itsGuy Harris1-53/+13
2010-01-19Fix gcc -Wshadow warningsBill Meier1-5/+5
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-45/+45
2009-05-05The expert_item pointers and expert_status values don't need to beGuy Harris1-2/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-10-31Fix several cases of writing to COL_PROTOCOL w/o checking firstBill Meier1-3/+5
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-83/+83
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-35/+35
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for someStig Bjørlykke1-1/+1
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-33/+34
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-4/+4
2007-03-23fix a lot more warningsUlf Lamping1-1/+1
2006-08-29Fixes and updated files:Greg Morris1-2/+9
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-10-19From Greg Morris:Gilbert Ramirez1-0/+977