aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-07Update comments in `wiretap/file_access.c`David Perry1-90/+128
2023-02-07wiretap, pcapng: Distinguish WTAP_ENCAP_UNKNOWN and _NONEJohn Thacker1-2/+11
2023-01-30wiretap: Preserve NRBs with editcap, mergecap, and tsharkJohn Thacker1-1/+13
2023-01-24wiretap: treat file extensions case-insensitivelyDavid Perry1-1/+8
2022-08-26DLT: Adding support to open DLT filesDr. Lars Völker1-0/+3
2022-06-02NSIS: Update some target and filenames.Gerald Combs1-1/+1
2022-06-01file: Only change the file descriptors on a Save with CopyJohn Thacker1-0/+4
2022-04-13wiretap: Try opening systemd journal files before IxVeriWave.Gerald Combs1-1/+1
2022-04-06wiretap: Update a comment.Gerald Combs1-1/+1
2022-03-14wiretap: have wtap_dump_close() provide a "needs to be reloaded" indication.Guy Harris1-5/+4
2022-03-12Move Freedesktop files to resources/freedesktop.Gerald Combs1-1/+1
2022-02-09Specify directory for temporary capturesDavid Perry1-2/+2
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-12-15wiretap: have dummy IDBs set OPT_IDB_TSRESOL if neededJohn Thacker1-0/+6
2021-10-04Read eNode-B raw logsAnders Broman1-0/+3
2021-09-30Qt: Reload Lua FileHandler when having a capture fileStig Bjørlykke1-0/+14
2021-09-25libwiretap: fix test for built-in file types.Guy Harris1-1/+1
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