aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-1/+1
2021-02-20BER: get rid of WTAP_FILE_TYPE_SUBTYPE_BER.Guy Harris1-6/+0
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2020-10-26Impose limits on the number of records we read.Guy Harris1-1/+39
2020-10-25Revert "Apparently, WS_WIKI_URL() is unworkable not only in C++ but in C."Guy Harris1-2/+2
2020-10-24Apparently, WS_WIKI_URL() is unworkable not only in C++ but in C.Guy Harris1-2/+2
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-16/+20
2020-10-02Clean up URLs.Guy Harris1-2/+3
2020-05-06Qt: Stretch last packet list header sectionTomasz Moń1-5/+5
2020-05-01Remove some single-SHB assumptions.Guy Harris1-24/+23