aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp-sss.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-1/+1
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-32/+32
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-12/+12
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-6/+6
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-2/+2
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus amorriss1-42/+45
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.wmeier1-3/+3
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-01-19Even better - don't use a global variable in the first place, as itsguy1-53/+13
2010-01-19Fix gcc -Wshadow warningswmeier1-5/+5
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-6/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-45/+45
2009-05-05The expert_item pointers and expert_status values don't need to beguy1-2/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-10-31Fix several cases of writing to COL_PROTOCOL w/o checking firstwmeier1-3/+5
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...morriss1-83/+83
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-35/+35
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for somestig1-1/+1
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-33/+34
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-4/+4
2007-03-23fix a lot more warningsulfl1-1/+1
2006-08-29Fixes and updated files:gmorris1-2/+9
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-10-19From Greg Morris:gram1-0/+977