aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-4/+2
2017-09-25Docbook: Automatically generate the tools help output.Gerald Combs1-1/+1
2017-07-17ERF_TYPE_META write and comment supportAnthony Coddington1-1/+5
2017-06-15Miscellaneous texual corrections and additionJaap Keuter1-2/+2
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-0/+19
2017-06-03Don't keep the pcap/pcapng link-layer header type as interface data.Guy Harris1-3/+0
2017-04-18No need to close a descriptor that didn't get duped-to in the first place.Guy Harris1-1/+0
2017-04-18Just say "pcap" in the short names of all pcap variants.Guy Harris1-9/+22
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-5/+5
2017-02-26wsutil: fix bugs in plugins_cleanup().Dario Lombardo1-1/+2
2017-02-18Only cleanup open_routines if not NULLMichael Mann1-5/+7
2017-02-18wiretap: add open_routines cleanup function.Dario Lombardo1-0/+14
2017-02-16"NULL" is not what you use for a null pointer.Guy Harris1-1/+1
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-7/+0