Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;
[obnox/wireshark/wip.git] / epan / dissectors / packet-ncp-sss.c
2011-06-20 wmeierFix some gcc 4.6 "set but not used [-Wunused-but-set...
2011-05-17 morrissAs suggested by Chris: use val_to_str_const() instead...
2010-06-09 wmeierDo some constifying [or other] based upon gcc -Wwrite...
2010-04-06 wmeier#include <string.h> not needed.
2010-01-19 guyEven better - don't use a global variable in the first...
2010-01-19 wmeierFix gcc -Wshadow warnings
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-05 guyThe expert_item pointers and expert_status values don...
2008-12-20 wmeierFix various typos and spelling errors (mostly in text...
2008-10-31 wmeierFix several cases of writing to COL_PROTOCOL w/o checki...
2008-08-25 wmeier#include <prefs.h> not req'd
2008-03-04 morrissmatch_strval() may return NULL so don't blindly pass...
2008-03-01 stigRewrote to use g_strlcpy and g_strlcat.
2008-02-08 stigAdded missing "svn:keywords Id" and "svn:eol-style...
2008-02-02 stigRewrote some prohibited APIs in epan/dissectors/ (sprin...
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-04-14 standelfix MacOSX gcc-3.3 warnings about unused tfs/value_stri...
2007-03-23 ulflfix a lot more warnings
2006-08-29 gmorrisFixes and updated files:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-10-19 gramFrom Greg Morris: