ssl,dtls: use ProtocolVersion from Server Hello
[metze/wireshark/wip.git] / fileset.c
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-02-14 Guy HarrisWe use GLib's directory-reading routines, so we don...
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-12 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2012-10-22 Anders Bromang_strcmp0 first occures in GLIB 2.16 define it localy...
2012-10-01 Gerald CombsImplement file sets.
2012-10-01 Gerald CombsAdd a window pointer so that we can figure out from...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-24 Anders BromanFrom Evan Huus:
2011-04-10 Guy HarrisDefine ws_statb64 to be the appropriate "struct XXX...
2011-04-10 Guy HarrisAdd ws_fstat64(), defined to be fstat on UN*X and _fsta...
2010-10-12 Bill MeierDefine some vars & fcns as static;
2010-08-20 Jeff MorrissWhen freeing the fileset entries, free the entry itself...
2010-03-02 Guy HarrisSquelch some compiler warnings.
2009-11-10 Stig BjørlykkeRemoved some unused assignments.
2009-08-26 Bill Meier(FWIW) One step towards including stdio.h & stdlib...
2009-04-16 Gerald CombsFix the last(?) of the Win64 compilation problems.
2008-10-27 Gerald CombsETH -> WS updates.
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2007-07-14 Guy HarrisFix yet more casts of ctype.h macro arguments - and...
2006-11-30 Tomas Kukosasuffix in file set is optional
2006-08-29 Ulf Lampingfix a minor bug: don't show a single file twice in...
2006-05-21 Ronnie Sahlbergname change
2005-11-07 Guy HarrisUse eth_dir_open(), not g_dir_open(); g_dir_open()...
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-08-18 Ulf Lampingwhile sorting the entries, don't use the file creation...
2005-08-14 Jörg MayerSome 'no previous declararion' warning fixes
2005-05-18 Ulf Lampingdo some code cleanup (from the previous commit) and...
2005-05-18 Ulf Lampingdon't crash, if the given filename doesn't contain...
2005-04-30 Ulf Lamping(hopefully) removed various gcc warnings
2005-04-30 Ulf Lampingfix buildbot reported problems (unix related), part...
2005-04-30 Ulf Lampingfix buildbot reported problems (unix related), part...
2005-04-29 Ulf Lampingfix buildbot reported problems (unix related), part...
2005-04-29 Ulf Lampingfix buildbot reported problems (unix related), part 1
2005-04-29 Ulf Lampingadd a new feature: list the files of a "File Set" ...