aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-33/+33
2018-11-20Add new Secrets API and allow TLS to use pcapng decryption secretsPeter Wu1-0/+2
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-12/+14
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-19/+23
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-8/+8
2018-11-12wiretap: refactor common parameters for pcapng dump routinesPeter Wu1-22/+16
2018-09-29Define the wtap_rec next to the Buffer.Guy Harris1-1/+1
2018-08-22Fixed a bug related to epan initializationAdam Morrison1-5/+5
2018-08-01No need to tell the BER dissector the file name for RFC 7468 files.Guy Harris1-2/+1
2018-07-10If we explicitly started a new page, print a column header line if necessary.Guy Harris1-0/+7
2018-07-06Plug extension list leak.Guy Harris1-1/+2
2018-07-06Fix the calculation of a file's "basename".Guy Harris1-0/+46
2018-07-03file: add more sanity checks to detect UI/file loading issuesPeter Wu1-0/+18
2018-07-03Qt: fix crash on opening a capture file while loading/saving anotherPeter Wu1-0/+9
2018-07-03file: fix packet list update after dfilter change during live capturePeter Wu1-3/+24
2018-06-28file: do not perform recursive redissections to avoid crashesPeter Wu1-7/+55
2018-05-25Qt: fix use-after-free on error while saving exported packetsPeter Wu1-0/+1
2018-05-24Qt: Support search without a selected packetStig Bjørlykke1-106/+105
2018-05-16Eliminate some unneeded header checks.Guy Harris1-3/+1
2018-05-15wiretap: Add a reader for files in the PEM-like format specified by RFC 7468Роман Донченко1-1/+2
2018-04-17Remove some GTK+-only code.Gerald Combs1-31/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-133/+98
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-08Get rid of a calculation whose result is not used.Guy Harris1-7/+0
2018-02-05Speak of records, not packets.Guy Harris1-1/+1
2018-01-30file.c: Fix read from array index out of bounds.Jakub Zawadzki1-1/+1
2018-01-19file: free memory on exit (found by clang).Dario Lombardo1-1/+3
2018-01-18file: stop printing packets if 0 columns are asked (found by clang).Dario Lombardo1-0/+4
2018-01-02Add columns (_ws.col) to output formats json, ek, pdmlMerlin Chlosta1-2/+2
2017-12-29No need to remove the old name after a save-with-move; it was, well, *moved*.Guy Harris1-1/+1