aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_wrappers.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-03When opening the standard output for writing, dup it.Guy Harris1-1/+1
2016-09-28Use wtap_read_bytes() to skip over bytes when reading a record.Guy Harris1-1/+0
2016-04-04Rename "libz" to "zlib"João Valverde1-2/+2
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris1-1/+1
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann1-2/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann1-2/+2
2013-06-03file_skip() only needs to return a Boolean; if anybody cares what theGuy Harris1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-31/+7
2013-02-28Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+25
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-12-05Fix another instance of a variable/parameter name "shadowing" a library funct...Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-01Sigh. There appears to be no way to get Windows to allow us to rename aGuy Harris1-2/+4
2012-05-24Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris1-0/+1
2012-05-02Add a file_skip() routine to skip N bytes forward in the file - it'sGuy Harris1-7/+6
2011-06-04Fix wiretap headers to allow error-free ABI dumping.Balint Reczey1-0/+4
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris1-1/+1
2011-05-09From Jakub Zawadzki: for file read progress bars, use the raw offset inGuy Harris1-0/+1
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-1/+1
2011-04-12From Jakub Zawadzki: speed up random access to gzipped files, as per theGuy Harris1-0/+2
2011-04-11Don't use the zlib I/O routines for writing compressed files, either;Guy Harris1-0/+10
2011-04-08From Jakub Zawadzki:Guy Harris1-27/+10
2011-04-07From Jakub Zawadzki:Guy Harris1-0/+5
2011-04-06From Jakub Zawadzki:Guy Harris1-4/+4
2011-04-06From Jakub Zawadzki:Guy Harris1-4/+2
2010-06-06Get rid of file_write(); nobody uses it, and file writers should useGuy Harris1-3/+1
2009-03-09Convert a bunch of ints to size_t in ngsniffer.c, and make sure file_readGerald Combs1-1/+1
2008-09-15Fix for bug 2875:Jaap Keuter1-1/+1
2007-11-28Fixes for Windows build w/o ZLIB Bill Meier1-2/+4
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-6/+5
2005-11-07If we're using libz, make file_open() construct the open() flagGuy Harris1-2/+2
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-3/+3
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-1/+5
2002-02-06zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",Guy Harris1-5/+3
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-09-20Removed the dependency on gzgetc and gzgets by implementing internalAshok Narayanan1-3/+5
2000-01-26Always declare, and define, "file_seek()" to return a "long", as it'sGuy Harris1-3/+3
2000-01-25"gztell()" is also affected by the libz mess on platforms where "off_t"Guy Harris1-2/+2
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris1-0/+52