aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-16BLF: Support for BLF file formatDr. Lars Völker1-2/+5
2021-06-16Replace g_log() calls with ws_log()João Valverde1-10/+12
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-7/+8
2021-05-11commview: add support for newer NCFX file format.Guy Harris1-2/+4
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-03-15Remove unnecessary includes of wiretap/pcap-encap.h.Guy Harris1-1/+0
2021-03-14libwiretap: make wtap_wtap_encap_to_pcap_encap() private to the library.Guy Harris1-8/+9
2021-03-11observer: rename source and update name.Guy Harris1-2/+2
2021-03-11libwiretap: don't have a central table of file type/subtype name mappings.Guy Harris1-23/+34
2021-03-11Observer is now a product of Viavi.Guy Harris1-1/+1
2021-02-24wiretap: make WTAP_FILE_TYPE_SUBTYPE_UNKNOWN -1 rather than an index.Guy Harris1-33/+4
2021-02-24wiretap: add some additional bounds checks for file type/subtype values.Guy Harris1-83/+96
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-3/+12
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-172/+84
2021-02-22wiretap: fix use of wrong index as array subscript.Guy Harris1-11/+14
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-76/+213
2021-02-20BER: get rid of WTAP_FILE_TYPE_SUBTYPE_BER.Guy Harris1-8/+2
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-14/+0
2021-02-17wiretap: fix return value of wtap_register_file_type_subtypes().Guy Harris1-13/+15
2021-02-17wiretap: update the count of builtin types early.Guy Harris1-2/+5
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-178/+421
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-365/+0
2021-02-13iseries: report Unicode files as Unicode rather than ASCII.Guy Harris1-1/+1
2021-02-13wiretap: remove spaces from file format names.Guy Harris1-1/+1
2021-02-13wiretap: file types have a name and a description.Guy Harris1-26/+26
2021-02-09wiretap: clean up WTAP_BLOCK_ names.Guy Harris1-2/+2
2021-02-07btsnoop: fix writing of btsnoop files.Guy Harris1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2020-12-10Linux: rename metadata according to specPeter Eszlari1-1/+1
2020-10-22editcap, tshark: process IDBs in the middle of input files.Guy Harris1-12/+35
2020-10-21Add a routine to make a newly-allocated copy of a block.Guy Harris1-2/+1
2020-10-21Add a routine to get the next as-yet-unfetched interface description.Guy Harris1-0/+5
2020-10-20Add an API to determine whether a file type uses interface IDs.Guy Harris1-0/+18
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