aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-17false bool is not NULLJohn Thacker1-1/+1
2024-08-12wiretap: Simplify ifdefsJohn Thacker1-19/+8
2024-08-12Qt: Add GUI support for saving in LZ4 formatJohn Thacker1-1/+1
2024-08-12wiretap: Add support for writing LZ4John Thacker1-29/+65
2024-07-16wiretap: More refactoring of wtap_open_offline.Darius Davis1-77/+71
2024-07-13wiretap: De-duplicate file-opening code.Darius Davis1-207/+91
2024-07-04Convert a bunch of gconstpointers to const void pointersGerald Combs1-2/+2
2024-06-19Make sure .scap is a valid pcapng extensionGerald Combs1-1/+1
2024-06-18mp2t: Support files like BDAV M2TS with a headerJohn Thacker1-1/+1
2024-06-08Make .c files in wiretap include the corresponding .h firstNicolás Alvarez1-1/+1
2024-06-05ZLIB-NG: Add posibillity to use ZLIB-NG.Anders Broman1-8/+8
2024-05-21Replace all "sizeof x / sizeof x[0]" with array_length.Darius Davis1-2/+2
2024-04-20editcap, libwiretap: Don't use array of initial DSBs after freeingJohn Thacker1-1/+1
2024-04-05Remove init to zero for static variablesStig Bjørlykke1-5/+5
2024-03-23wiretap: Recursion updatesGerald Combs1-0/+1
2024-03-20Convert Wiretap to C99John Thacker1-183/+183
2024-03-07cllog: add support for log files from CLX000 CAN loggers from CSS Electronics.Guy Harris1-0/+4
2024-01-07Fix some spelling errorsMartin Mathieson1-1/+1
2024-01-03Add ".snoop" to the list of capture file extensions.Guy Harris1-4/+9
2023-12-07Improve interface displaying and writing with multiple sectionsJohn Thacker1-0/+4
2023-11-21GNSS: add wiretap for EGNOS Message Server (EMS) filesTimo Warns1-0/+3
2023-10-19Sysdig: Use libsinsp for native syscallsGerald Combs1-3/+3
2023-10-10wiretap: don't include wslog.h if you don't use anything from it.Guy Harris1-1/+0
2023-09-28pcapng: Add Sysdig meta event typesGerald Combs1-0/+14
2023-09-13Add support for the new timestamp precisions to NetMon.Guy Harris1-2/+2
2023-09-01Remove extension lists for magic-number open routines.Guy Harris1-8/+11
2023-09-01More comment expansion and fixing. [skip ci]Guy Harris1-6/+21
2023-08-31Cleanup comments about file extensions.Guy Harris1-55/+63
2023-08-30wiretap: Add the .scap extensionGerald Combs1-2/+2
2023-06-03wiretap: Generate IDBs from packets when necessaryJohn Thacker1-2/+4
2023-06-03wiretap: Unify IDB generation into a common functionJohn Thacker1-69/+2
2023-04-16wiretap: Add .mpeg extension to filter list, heuristicsJohn Thacker1-3/+3
2023-04-13Add rtpdump read and parse supportDavid Perry1-0/+3
2023-03-30wiretap dump: automatically increase bytes_dumpedDavid Perry1-1/+2
2023-03-21wiretap: rename the wtap_dumper field "encap" to "file_encap".Guy Harris1-1/+1
2023-03-17wiretap: give a routine a clearer name.Guy Harris1-2/+2
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