aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_wrappers.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-05Making "had" a ptrdiff_t caused warnings, even if it eliminated aGuy Harris1-1/+6
2012-06-05From Jakub Zawadzki: when seeking backwards, if the seek will put you atGuy Harris1-1/+13
2012-06-02Try to squelch warningsAnders Broman1-5/+5
2012-06-02Try to squelch warningsAnders Broman1-8/+8
2012-06-01Sigh. There appears to be no way to get Windows to allow us to rename aGuy Harris1-4/+28
2012-05-24Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris1-3/+14
2012-05-19Z_BLOCK was added in zlib-1.2.0.5Jakub Zawadzki1-2/+8
2012-05-02Add a file_skip() routine to skip N bytes forward in the file - it'sGuy Harris1-0/+13
2012-05-02Put all the comments about the "don't check the CRC" flag together, andGuy Harris1-11/+10
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-01-21Replace wtap_file_extensions_string() with a routine that returns aGuy Harris1-0/+31
2011-11-17Return *some* error if we end up trying to seek before the beginning ofGuy Harris1-1/+1
2011-06-15Strings are not writable, and the compiler warns that assigning aGuy Harris1-1/+1
2011-06-09The only place where we care about zlib is file_wrappers.c; includeGuy Harris1-0/+4
2011-05-09Note that compressed Windows Sniffer files might have a CRC, just notGuy Harris1-0/+9
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris1-2/+14
2011-05-09From Jakub Zawadzki: for file read progress bars, use the raw offset inGuy Harris1-0/+5
2011-05-09If a gzipped file's name ends in .caz, don't check the CRC - it'sGuy Harris1-2/+22
2011-04-29configure: remove test for gzclearerr (not used anymore), add test for inflat...Jakub Zawadzki1-3/+16
2011-04-21In file_wrappers.c, explicitly set err_info to null for all errors thatGuy Harris1-2/+17
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-13/+36
2011-04-20Always check whether NEXT() failed - and rename it to GZ_GETC(), as itGuy Harris1-44/+169
2011-04-15Return ENOMEM if we run out of memory. (We're either running on UN*X,Guy Harris1-3/+7
2011-04-12From Jakub Zawadski: some small fixes.Guy Harris1-6/+5
2011-04-12Update and expand some comments.Guy Harris1-35/+59
2011-04-12A parameter isn't used if ZLIB isn't enabled.Martin Mathieson1-1/+1
2011-04-12From Jakub Zawadzki: speed up random access to gzipped files, as per theGuy Harris1-51/+282
2011-04-11Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.Guy Harris1-1/+1
2011-04-11Don't use the zlib I/O routines for writing compressed files, either;Guy Harris1-0/+265
2011-04-10Use AC_SYS_LARGEFILE to turn on large file support on platforms thatGuy Harris1-15/+3
2011-04-10Point to RFC 1952 as a description of the gzip file format.Guy Harris1-0/+10
2011-04-10Move the definition of the structure pointed to by a FILE_T intoGuy Harris1-6/+31
2011-04-08To squelch some compiler warnings, temporarily cast the argument toGuy Harris1-2/+12
2011-04-08From Jakub Zawadzki:Guy Harris1-189/+627
2011-04-06From Jakub Zawadzki:Guy Harris1-23/+4
2010-03-25Update a comment to discuss how zlib and z_off_t has gotten messier lately.Guy Harris1-0/+8
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-3/+3
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gJeff Morriss1-1/+1
2006-11-06fix the return value of file_seek, as noted by SteveUlf Lamping1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-21/+79
2005-11-10Include <unistd.h> if available, to get "close()" declared.Guy Harris1-14/+20
2005-11-07If we're using libz, make file_open() construct the open() flagGuy Harris1-8/+37
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-0/+22
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/+31
2002-02-06zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",Guy Harris1-25/+1
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-1/+25
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-2/+2