aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-29Do the right check for "no name resolution information to save".Guy Harris1-5/+6
2017-12-29If we save a temporary file by copying or writing, remove it when we're done.Guy Harris1-1/+10
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-15/+37
2017-12-08Hand the packet provider functions to epan_new().Guy Harris1-10/+9
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-108/+107
2017-12-06frame user comments: move to epan, add support for user comments in sharkd.Jakub Zawadzki1-39/+4
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-114/+114
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-2/+3
2017-12-01Get rid of some void pointers.Gerald Combs1-7/+3
2017-11-24GTK: Remove packet editorJoão Valverde1-67/+0
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-10-31Remove unused netdb.h #includesJoão Valverde1-4/+0
2017-10-26CMake: Don't check for windows.h or winsock2.h.Gerald Combs1-4/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-9/+3
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-07-17Rename cf_get_comment() to reflect what comment it gets.Guy Harris1-2/+10
2017-07-17Rename section comment get/set routines.Guy Harris1-5/+7
2017-07-17ERF_TYPE_META write and comment supportAnthony Coddington1-6/+27
2017-06-22Add --no-duplicate-keys tshark option.Daan De Meyer1-1/+1
2017-06-19Update the capture file load time each time we update the progress bar.Jeff Morriss1-0/+2
2017-06-17Qt: fix hang on exiting Qt while loading capture filePeter Wu1-0/+18
2017-06-12Add support for color xml attributes in psml and pdml formats.Michael Mann1-2/+2
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-12/+0
2017-05-01file: (trivial) initialize "passed" when it's declaredMartin Kaiser1-2/+1