aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_wrappers.h
Commit message (Expand)AuthorAgeFilesLines
* file_skip() only needs to return a Boolean; if anybody cares what theGuy Harris2013-06-031-1/+1
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-31/+7
* Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey2013-02-281-0/+25
* replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann2013-01-041-1/+1
* Fix another instance of a variable/parameter name "shadowing" a library funct...Bill Meier2012-12-051-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Sigh. There appears to be no way to get Windows to allow us to rename aGuy Harris2012-06-011-2/+4
* Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris2012-05-241-0/+1
* Add a file_skip() routine to skip N bytes forward in the file - it'sGuy Harris2012-05-021-7/+6
* Fix wiretap headers to allow error-free ABI dumping.Balint Reczey2011-06-041-0/+4
* Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris2011-05-091-1/+1
* From Jakub Zawadzki: for file read progress bars, use the raw offset inGuy Harris2011-05-091-0/+1
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-1/+1
* From Jakub Zawadzki: speed up random access to gzipped files, as per theGuy Harris2011-04-121-0/+2
* Don't use the zlib I/O routines for writing compressed files, either;Guy Harris2011-04-111-0/+10
* From Jakub Zawadzki:Guy Harris2011-04-081-27/+10
* From Jakub Zawadzki:Guy Harris2011-04-071-0/+5
* From Jakub Zawadzki:Guy Harris2011-04-061-4/+4
* From Jakub Zawadzki:Guy Harris2011-04-061-4/+2
* Get rid of file_write(); nobody uses it, and file writers should useGuy Harris2010-06-061-3/+1
* Convert a bunch of ints to size_t in ngsniffer.c, and make sure file_readGerald Combs2009-03-091-1/+1
* Fix for bug 2875:Jaap Keuter2008-09-151-1/+1
* Fixes for Windows build w/o ZLIB Bill Meier2007-11-281-2/+4
* Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping2007-01-121-1/+1
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-6/+5
* If we're using libz, make file_open() construct the open() flagGuy Harris2005-11-071-2/+2
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-2/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-071-3/+3
* Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris2002-03-041-1/+5
* zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",Guy Harris2002-02-061-5/+3
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Removed the dependency on gzgetc and gzgets by implementing internalAshok Narayanan2001-09-201-3/+5
* Always declare, and define, "file_seek()" to return a "long", as it'sGuy Harris2000-01-261-3/+3
* "gztell()" is also affected by the libz mess on platforms where "off_t"Guy Harris2000-01-251-2/+2
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris2000-01-131-0/+52