aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_wrappers.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-23wiretap: zero memory on allocation.Dario Lombardo1-1/+1
2018-02-13more SPDX convertions.Dario Lombardo1-14/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
2018-01-18Remove an unnecessary test.Guy Harris1-49/+44
2018-01-18Don't insist on reading a full buffer from the input file.Guy Harris1-155/+266
2018-01-15Test explicitly against 0 for integers and NULL for pointers, but not booleans.Guy Harris1-20/+20
2018-01-14Add a URL for RFC 1952.Guy Harris1-1/+5
2018-01-14Check for gzipped files even if we don't have libz.Guy Harris1-3/+7
2017-12-27Add lzip to the "other compressed formats" comment.Guy Harris1-0/+2
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