aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-13/+26
2020-10-03Update URLs pointing to the bug database.Guy Harris1-1/+1
2020-08-09wiretap: have wtap_dump_flush(), and its callers, check for errors.Guy Harris1-4/+11
2020-07-29wiretap: have the file's time stamp resolution be a dump parameter.Guy Harris1-1/+31
2020-05-02wiretap: move the "fake an IDB for pcap files" code to libpcap.c.Guy Harris1-23/+0
2020-05-02wiretap: add a routine that adds a wtap_block_t for an IDB to a wtap.Guy Harris1-1/+1
2020-01-14wiretap: Add MP4 readerJakub Adam1-0/+8
2019-12-20Use g_file_open_tmp within create_tempfileMichael Mann1-5/+3
2019-08-14Wiretap: Fix temporary filename memory corruptionTomasz Moń1-1/+1
2019-08-03wiretap: Add support for Busmaster log file formatMaksim Salau1-0/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-11wiretap: Add support of candump logsMaksim Salau1-0/+2
2019-07-08wiretap: Add a phone log reader.Anders Broman1-2/+11
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-5/+0
2019-03-03Say what short name already exists, to help the developer somewhat.Guy Harris1-1/+1
2019-02-19Add --discard-all-secrets to remove decryption secrets.Guy Harris1-0/+22
2019-01-24wiretap: fix leak of options_buf and document memory handlingPeter Wu1-1/+3
2019-01-18ebhscr: increasing ebhscr snaplenPantar Ana1-0/+3
2018-12-29Lua: fix crash in reloading Lua plugins that use FileHandlerPeter Wu1-1/+9
2018-12-17wiretap: use appropriate extension for temporary filesJaap Keuter1-1/+11
2018-11-20Explicitly say "no extensions, no entry in this table".Guy Harris1-0/+5
2018-11-20Don't put file types without extensions into the file_type_extensions_base ta...Guy Harris1-1/+0
2018-11-20wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu1-0/+4
2018-11-20Add an API to get a list of compressed-file extensions, and use it.Guy Harris1-71/+75
2018-11-19Convert enum increment into int incrementJaap Keuter1-10/+10
2018-11-18Add an API to get the file extension for a compression type, and use it.Guy Harris1-37/+70
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-29/+41
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-25/+26
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-36/+7
2018-11-12wiretap: refactor common parameters for pcapng dump routinesPeter Wu1-29/+20
2018-09-26Make systemd journal entries events.Gerald Combs1-2/+12
2018-08-31Add a systemd Journal Export Format parser and dissector.Gerald Combs1-1/+3
2018-08-01RFC 7468 is PEM-inspired, but it's not PEM.Guy Harris1-4/+4
2018-07-20If we have fseek/ftell variants with 64-bit offsets, use them.Guy Harris1-2/+2
2018-07-06Fix the calculation of a file's "basename".Guy Harris1-7/+36
2018-06-07wiretap: add support for ruby marshal object files.Dario Lombardo1-2/+5
2018-05-20Make the two names for Unigraf DPA-400 captures the same.Guy Harris1-1/+1
2018-05-20Make the two file type descriptions for WTAP_FILE_TYPE_SUBTYPE_MPLOG the same.Guy Harris1-1/+1
2018-05-15wiretap: Add a reader for files in the PEM-like format specified by RFC 7468Роман Донченко1-0/+7
2018-05-10wiretap: DPA-400 logfile supportDirk Eibach1-0/+7
2018-05-08wiretap: make open_info_base[] constРоман Донченко1-1/+1
2018-05-07Revert "wiretap: DPA-400 logfile support"Guy Harris1-7/+0
2018-05-07wiretap: DPA-400 logfile supportDirk Eibach1-0/+7
2018-04-28Pick the *first* usable file type as the default, not the *last* one.Guy Harris1-0/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-4/+4
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-19Don't do pcap heuristics on a pipe.Guy Harris1-0/+3
2018-01-09Use pcapng as the name of the file format.Guy Harris1-3/+3
2017-12-29Do the right check for "no name resolution information to save".Guy Harris1-0/+8