aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_wrappers.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-22Fix some issues seen with cppcheckMartin Mathieson1-1/+1
2021-12-21Add a ws_posix_compat.h headerJoão Valverde1-1/+1
2021-10-22Add new global header wireshark.h with guidelineJoão Valverde1-3/+3
2021-10-18Add a comment to explain a cast done in file_fdopen().Guy Harris1-0/+18
2021-10-18wiretap: fix a warning on Raspberry 4Nardi Ivan1-1/+1
2021-09-15Support LZ4 versions earlier than 1.8.0Erik Rigtorp1-0/+10
2021-09-11wiretap: Add zstd and lz4 as WTAP compression typesJohn Thacker1-15/+51
2021-09-08Fix two memory leaks on ZSTD and LZ4 decompressionNardi Ivan1-0/+6
2021-09-07file_wrappers.c: use LZ4 if the library is 1.7.3 or laterPascal Quantin1-7/+12
2021-09-02Remove an out-of-date comment.Guy Harris1-5/+0
2021-09-02file_wrapper: fix compilation without LZ4.Dario Lombardo1-0/+2
2021-09-02Clean up handling of buffer size/offset/etc. types.Guy Harris1-13/+67
2021-09-01Fix build for debian and macOSErik Rigtorp1-5/+5
2021-09-01Add support for ZSTD and LZ4 decompressionErik Rigtorp1-11/+151
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-1/+2
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-6/+10
2020-10-11Fix many spelling errorsРоман Донченко1-1/+1
2019-12-05Back up to the beginning of the file if we don't have a gzip header.Guy Harris1-75/+126
2019-07-28HTTPS In Even More Places, update some links.Guy Harris1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-03-10Ask in a comment whether we should test HAVE_STRUCT_STAT_ST_BLKSIZE.Guy Harris1-1/+19
2018-11-20Add an API to get a list of compressed-file extensions, and use it.Guy Harris1-0/+59
2018-11-18Add an API to get the file extension for a compression type, and use it.Guy Harris1-13/+0
2018-05-07wiretap: Add a file_gets variant that returns a pointer to the NUL terminatorРоман Донченко1-3/+12
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