aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-29Eliminate some double-frees.Guy Harris1-2/+0
2017-04-24Move UI-only stuff out of libwireshark.Guy Harris1-2/+6
2017-04-20Take the error message generation out of the merge_files routines.Guy Harris1-4/+20
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris1-9/+7
2017-04-19Have a common "capture file write failure alert box" routine.Guy Harris1-63/+2
2017-04-19Have a common "capture file close alert box" routine.Guy Harris1-95/+10
2017-04-18Have a common "capture file close alert box" routine.Guy Harris1-43/+2
2017-04-18Have a commont "capture file open alert box" routine.Guy Harris1-147/+9
2017-04-17Fix backwards test.Guy Harris1-1/+1
2017-04-17Rename some routines and structure members.Guy Harris1-10/+13
2017-04-12Prime the epan_dissect_t with postdissector wanted fields if necessary.Guy Harris1-0/+6
2017-04-12Rename routines to clarify what they do.Guy Harris1-3/+3
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris1-15/+82
2017-02-09Make the capture file's interface description filterableJim Young1-0/+1