aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-17Qt: Ensure that add frame comments trigger recoloring, count updatesJohn Thacker1-2/+4
2023-02-16tshark: Support multiple -j and -J options, including mixedJohn Thacker1-2/+2
2023-02-07Move ui/version_info.[ch] to wsutilJoão Valverde1-1/+1
2023-02-07Qt: Add ability to cancel sortingJohn Thacker1-8/+9
2023-01-28epan: Use hash table for dependent framesTomasz Moń1-2/+2
2023-01-21wiretap: Reprocess Name Resolution Blocks during redissectJohn Thacker1-6/+9
2023-01-07dftest: More code cleanups and enhancementsJoão Valverde1-1/+1
2023-01-06epan: Allow nested dependent packetsSake Blok1-1/+1
2022-11-28dfilter: Return an error object instead of stringJoão Valverde1-4/+4
2022-11-08Fix more unused variables and enable unused-but-set-variable errors.Gerald Combs1-5/+0
2022-07-27Convert capture file regex search to PCRE2.João Valverde1-10/+10
2022-07-12epan: Respect custom column resolved/unresolved status everywhereJohn Thacker1-4/+6
2022-07-05Prevent null dereference in `rescan_file()`David Perry1-1/+3
2022-06-29Ui: Centralize PacketList helper prototypesRoland Knall1-0/+1
2022-06-28Ui: Cleanup row number and select packetRoland Knall1-10/+2
2022-06-28Ui: Further simplify ws_ui_utilRoland Knall1-8/+3
2022-06-28Ui: Remove time column reformat callbackRoland Knall1-19/+0
2022-06-01file: Free fname_new when rename successful.John Thacker1-0/+1
2022-06-01file: Only change the file descriptors on a Save with CopyJohn Thacker1-8/+6
2022-04-06Fix a log messageJoão Valverde1-1/+1
2022-03-31Fix commentJoão Valverde1-1/+1
2022-03-29dfilter: Refactor macro tree referencesJoão Valverde1-3/+5
2022-03-28dfilter: Add more logging for bytecodeJoão Valverde1-0/+5
2022-03-28Revert "epan: Allow nested dependent packets"João Valverde1-1/+1
2022-03-14wiretap: have wtap_dump_close() provide a "needs to be reloaded" indication.Guy Harris1-8/+6
2022-03-06epan: Allow nested dependent packetsSake Blok1-1/+1
2022-02-20Remove editor modelines and .editorconfig exceptions from root filesDavid Perry1-4099/+4098
2022-02-18file: Eliminate pointer subtractionJohn Thacker1-9/+9
2022-02-17file: Optimize Find PacketJohn Thacker1-86/+343
2022-02-10Qt: Allow omitting secondary data sources when printingJohn Thacker1-1/+1
2022-02-09Specify directory for temporary capturesDavid Perry1-2/+2
2022-02-08file: Fix memory leak in Find PacketJohn Thacker1-0/+1
2022-01-13tshark: Add new long option --hexdump <hexoption>Jim Young1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-3/+3
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-13/+13
2021-10-04Qt: Handle errors when reloading Lua FileHandlerStig Bjørlykke1-7/+7
2021-09-09Qt: JSON Export - Statusbar info correctedDeveloper Alexander1-1/+1
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-5/+2
2021-08-28capture file: remove redundant API ref_time_packets()Developer Alexander1-9/+2
2021-08-10[#17478] free blocks in more placesDavid Perry1-0/+5
2021-07-08Change "edited" to "modified" in one more place when referring to blocks.Guy Harris1-6/+6
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-14/+14
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-49/+58
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde1-31/+32
2021-06-16Replace g_log() calls with ws_log()João Valverde1-8/+10
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-5/+0
2021-05-22Plug another leak.Guy Harris1-0/+1
2021-05-22Remove a duplicate unlink.Guy Harris1-4/+5
2021-05-22Plug a memory leak.Guy Harris1-1/+3