Fix a couple (value) mistakes in a value_string, taking the values from the IDL
[obnox/wireshark/wip.git] / fileset.c
2011-04-10 guyDefine ws_statb64 to be the appropriate "struct XXX...
2011-04-10 guyAdd ws_fstat64(), defined to be fstat on UN*X and _fsta...
2010-10-12 wmeierDefine some vars & fcns as static;
2010-08-20 morrissWhen freeing the fileset entries, free the entry itself...
2010-03-02 etxrabFrom Hitoshi Irino:
2009-11-10 stigRemoved some unused assignments.
2009-08-26 wmeier(FWIW) One step towards including stdio.h & stdlib...
2009-04-16 geraldFix the last(?) of the Win64 compilation problems.
2008-10-27 geraldETH -> WS updates.
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2007-07-14 guyFix yet more casts of ctype.h macro arguments - and...
2006-11-30 kukosasuffix in file set is optional
2006-08-29 ulflfix a minor bug: don't show a single file twice in...
2006-05-21 sahlbergname change
2005-11-07 guyUse eth_dir_open(), not g_dir_open(); g_dir_open()...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-08-18 ulflwhile sorting the entries, don't use the file creation...
2005-08-14 jmayerSome 'no previous declararion' warning fixes
2005-05-18 ulfldo some code cleanup (from the previous commit) and...
2005-05-18 ulfldon't crash, if the given filename doesn't contain...
2005-04-30 ulfl(hopefully) removed various gcc warnings
2005-04-30 ulflfix buildbot reported problems (unix related), part...
2005-04-30 ulflfix buildbot reported problems (unix related), part...
2005-04-29 ulflfix buildbot reported problems (unix related), part...
2005-04-29 ulflfix buildbot reported problems (unix related), part 1
2005-04-29 ulfladd a new feature: list the files of a "File Set" ...