aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_wrappers.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Squelch a warning from VS Code Analysis.Guy Harris1-2/+2
2016-12-03When opening the standard output for writing, dup it.Guy Harris1-12/+4
2016-09-28Use wtap_read_bytes() to skip over bytes when reading a record.Guy Harris1-23/+11
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-2/+1
2016-04-04Rename "libz" to "zlib"João Valverde1-17/+17
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-1/+6
2016-01-29No need for a routine to return a GSList of extensions for compressed files.Guy Harris1-19/+1
2015-12-16Make zlib API constness-aware, take 2.Guy Harris1-1/+17
2015-12-16Revert "Make zlib API constness-aware"Guy Harris1-3/+6
2015-12-16Make zlib API constness-awareJoão Valverde1-6/+3
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris1-4/+12
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris1-4/+4
2015-11-08More unnecessary <stdio.h> includes.Guy Harris1-1/+0
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-7/+0
2015-05-09Make everything unsigned.Guy Harris1-1/+1
2014-11-19Wiretap: Added file_seek SEEK_END support.Stig Bjørlykke1-4/+13
2014-10-25Expand comments.Guy Harris1-6/+52
2014-10-08No need to set *err_info if there's no error.Guy Harris1-2/+0
2014-10-08Make sure we don't dereference a null pointer.Gerald Combs1-1/+2
2014-10-08Set err_info to null for errors that don't have an informaton string.Guy Harris1-1/+2
2014-09-22Try to fix some buildbot warningsMichal Labedzki1-0/+4
2014-09-10Various minor changes:Bill Meier1-1033/+1046
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-07-25Replace lseek/fstat by ws_lseek64/ws_fstat64Peter Wu1-2/+2
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann1-0/+47
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03allow tshark reading from pipesPeter Hatina1-1/+2
2013-10-29simplify file_error()Martin Kaiser1-5/+4
2013-10-29allow err_info==NULL in file_error()Martin Kaiser1-1/+2
2013-07-23Don't cast away constness (except where APIs render that impossible).Guy Harris1-1/+1
2013-07-23Handle operating systems that are anticipating the day when files shouldGuy Harris1-1/+9
2013-06-03file_skip() only needs to return a Boolean; if anybody cares what theGuy Harris1-2/+4
2013-03-19From beroset:Anders Broman1-1/+1
2013-01-06Make some Boolean flags gbooleans, rename one of them to more clearlyGuy Harris1-51/+57
2013-01-06Clean up comment alignment.Guy Harris1-4/+4
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-16/+16
2012-12-21Microsoft CRT's _write expects an unsigned int.Gerald Combs1-1/+1
2012-12-21Squelch a warning - the code shouldn't ever let "have" get so large thatGuy Harris1-1/+1
2012-12-21Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris1-8/+22
2012-12-05Fix another instance of a variable/parameter name "shadowing" a library funct...Bill Meier1-5/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-05Casting a negative value to unsigned makes it positive; I'm not sureGuy Harris1-3/+16
2012-06-05Add another cast to make it build on Win32.Anders Broman1-1/+1
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