aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp-sss.c
AgeCommit message (Expand)AuthorFilesLines
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