Bugfixes of ASTERIX I034
[metze/wireshark/wip.git] / wiretap / file_wrappers.h
2018-05-07 Роман Донченкоwiretap: Add a file_gets variant that returns a pointer...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-20 Dario Lombardowiretap: use SPDX identifiers (partial work).
2016-12-03 Guy HarrisWhen opening the standard output for writing, dup it.
2016-09-28 Guy HarrisUse wtap_read_bytes() to skip over bytes when reading...
2016-04-04 João ValverdeRename "libz" to "zlib"
2015-11-10 Guy HarrisSkip only the actual file descriptor close when writing...
2014-03-19 Michael MannAdd capture file reader/writer support for Lua so scrip...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-08 Michael MannTFShark (Terminal Fileshark) v.001. Bug 9607 (https...
2013-06-03 Guy Harrisfile_skip() only needs to return a Boolean; if anybody...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-28 Balint ReczeyExport libwiretap symbols using WS_DLL_PUBLIC define
2013-01-04 Michael Mannreplace "unsigned" datatype with "guint". Some mpeg...
2012-12-05 Bill MeierFix another instance of a variable/parameter name ...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-01 Guy HarrisSigh. There appears to be no way to get Windows to...
2012-05-24 Guy HarrisKeep track, in Wiretap, of whether the file is compress...
2012-05-02 Guy HarrisAdd a file_skip() routine to skip N bytes forward in...
2011-06-04 Balint ReczeyFix wiretap headers to allow error-free ABI dumping.
2011-05-09 Guy HarrisGet rid of the fd member of a wth structure; the FILE_T...
2011-05-09 Guy HarrisFrom Jakub Zawadzki: for file read progress bars, use...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 Guy HarrisFrom Jakub Zawadzki: speed up random access to gzipped...
2011-04-11 Guy HarrisDon't use the zlib I/O routines for writing compressed...
2011-04-08 Guy HarrisFrom Jakub Zawadzki:
2011-04-07 Guy HarrisFrom Jakub Zawadzki:
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2010-06-06 Guy HarrisGet rid of file_write(); nobody uses it, and file write...
2009-03-09 Gerald CombsConvert a bunch of ints to size_t in ngsniffer.c, and...
2008-09-15 Jaap KeuterFix for bug 2875:
2007-11-28 Bill MeierFixes for Windows build w/o ZLIB
2007-01-12 Ulf LampingWin32: MSVC > 6 doesn't work well with Unicode filenames!
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2005-11-07 Guy HarrisIf we're using libz, make file_open() construct the...
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-06-07 Guy HarrisGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-03-04 Guy HarrisCheck for errors in seeks, "tell"s, and "stat()"s/...
2002-02-06 Guy Harriszlib 1.0.8 - the version that comes with X11 - does...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-09-20 Ashok NarayananRemoved the dependency on gzgetc and gzgets by implemen...
2000-01-26 Guy HarrisAlways declare, and define, "file_seek()" to return...
2000-01-25 Guy Harris"gztell()" is also affected by the libz mess on platfor...
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
2000-01-13 Guy HarrisWe are obliged to define HAVE_UNISTD_H in "config.h...