aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* tshark: Add new long option --hexdump <hexoption>Jim Young2022-01-131-1/+1
* Replace g_strdup_printf() with ws_strdup_printf()João Valverde2021-12-191-3/+3
* Replace g_snprintf() with snprintf()João Valverde2021-12-191-13/+13
* Qt: Handle errors when reloading Lua FileHandlerStig Bjørlykke2021-10-041-7/+7
* Qt: JSON Export - Statusbar info correctedDeveloper Alexander2021-09-091-1/+1
* wiretap: always allocate a block for a record.Guy Harris2021-08-291-5/+2
* capture file: remove redundant API ref_time_packets()Developer Alexander2021-08-281-9/+2
* [#17478] free blocks in more placesDavid Perry2021-08-101-0/+5
* Change "edited" to "modified" in one more place when referring to blocks.Guy Harris2021-07-081-6/+6
* Consistently refer to blocks that have been modified as "modified".Guy Harris2021-07-081-14/+14
* Use wtap_blocks for packet commentsDavid Perry2021-07-071-49/+58
* Move version_info.[ch] to ui/João Valverde2021-07-041-1/+1
* Replace g_assert() with ws_assert()João Valverde2021-06-191-31/+32
* Replace g_log() calls with ws_log()João Valverde2021-06-161-8/+10
* Refactor our logging and extend the wslog APIJoão Valverde2021-06-111-5/+0
* Plug another leak.Guy Harris2021-05-221-0/+1
* Remove a duplicate unlink.Guy Harris2021-05-221-4/+5
* Plug a memory leak.Guy Harris2021-05-221-1/+3
* wiretap: have file handlers advertise blocks and options supported.Guy Harris2021-02-211-1/+1
* BER: get rid of WTAP_FILE_TYPE_SUBTYPE_BER.Guy Harris2021-02-201-6/+0
* Detect and replace bad allocation patternsMoshe Kaplan2020-12-221-2/+2
* Impose limits on the number of records we read.Guy Harris2020-10-261-1/+39
* Revert "Apparently, WS_WIKI_URL() is unworkable not only in C++ but in C."Guy Harris2020-10-251-2/+2
* Apparently, WS_WIKI_URL() is unworkable not only in C++ but in C.Guy Harris2020-10-241-2/+2
* Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris2020-10-141-16/+20
* Clean up URLs.Guy Harris2020-10-021-2/+3
* Qt: Stretch last packet list header sectionTomasz Moń2020-05-061-5/+5
* Remove some single-SHB assumptions.Guy Harris2020-05-011-24/+23
* Eliminate duplicate code.Guy Harris2020-04-031-6/+2
* Remove duplicate status messages.Gerald Combs2020-04-021-9/+7
* Qt: Do not display alerts on repeated failed readsTomasz Moń2020-02-281-0/+14
* Allow Multiselection of packets to work during live capturesDylan Ulis2020-01-121-1/+1
* Use g_file_open_tmp within create_tempfileMichael Mann2019-12-201-1/+0
* Wiretap: Fix temporary filename memory corruptionTomasz Moń2019-08-141-2/+2
* file: remove use of g_get_current_timePeter Wu2019-07-171-39/+18
* Only do the read loop in the TRY block.Guy Harris2019-04-171-26/+25
* Hava a routine to read the currently-selected frome.Guy Harris2019-04-151-15/+15
* Use a local buffer for rescanning and finding records.Guy Harris2019-04-111-55/+83
* Consistently use NULL when setting current_frame.Guy Harris2019-04-081-1/+1
* Use a single wtap_rec and Buffer for an entire capture session.Guy Harris2019-04-081-18/+7
* Explicitly make cf->{rec,buf} the information for the selected packet.Guy Harris2019-04-061-2/+24
* 1514 is a better initial Buffer size than 1500.Guy Harris2019-04-061-7/+7
* Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu2019-04-061-91/+74
* Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris2019-04-051-74/+91
* Pass Buffer pointers in some more instances.Guy Harris2019-04-051-21/+25
* Pass Buffer pointers rather than packet data pointers in some more cases.Guy Harris2019-04-051-6/+4
* Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris2019-04-051-19/+43
* Use "buf" for Buffer pointers, "pd" for raw packet data pointers.Guy Harris2019-04-041-5/+5
* epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs2019-04-041-1/+1
* Fix memory ownership when using cf_get_packet_commentPeter Wu2019-01-251-1/+2