aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-03Eliminate duplicate code.Guy Harris1-6/+2
2020-04-02Remove duplicate status messages.Gerald Combs1-9/+7
2020-02-28Qt: Do not display alerts on repeated failed readsTomasz Moń1-0/+14
2020-01-12Allow Multiselection of packets to work during live capturesDylan Ulis1-1/+1
2019-12-20Use g_file_open_tmp within create_tempfileMichael Mann1-1/+0
2019-08-14Wiretap: Fix temporary filename memory corruptionTomasz Moń1-2/+2
2019-07-17file: remove use of g_get_current_timePeter Wu1-39/+18
2019-04-17Only do the read loop in the TRY block.Guy Harris1-26/+25
2019-04-15Hava a routine to read the currently-selected frome.Guy Harris1-15/+15
2019-04-11Use a local buffer for rescanning and finding records.Guy Harris1-55/+83
2019-04-08Consistently use NULL when setting current_frame.Guy Harris1-1/+1
2019-04-08Use a single wtap_rec and Buffer for an entire capture session.Guy Harris1-18/+7
2019-04-06Explicitly make cf->{rec,buf} the information for the selected packet.Guy Harris1-2/+24
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris1-7/+7
2019-04-06Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu1-91/+74
2019-04-05Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris1-74/+91
2019-04-05Pass Buffer pointers in some more instances.Guy Harris1-21/+25
2019-04-05Pass Buffer pointers rather than packet data pointers in some more cases.Guy Harris1-6/+4
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-19/+43
2019-04-04Use "buf" for Buffer pointers, "pd" for raw packet data pointers.Guy Harris1-5/+5
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2019-01-25Fix memory ownership when using cf_get_packet_commentPeter Wu1-1/+2
2019-01-18wiretap,file.c: ensure DSBs are reapplied on redissectionPeter Wu1-0/+12
2019-01-03file: remove redundant cast.Dario Lombardo1-1/+1
2019-01-03epan: use json_dumper for json outputs.Dario Lombardo1-3/+6