aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* No need to remove the old name after a save-with-move; it was, well, *moved*.Guy Harris2017-12-291-1/+1
* Do the right check for "no name resolution information to save".Guy Harris2017-12-291-5/+6
* If we save a temporary file by copying or writing, remove it when we're done.Guy Harris2017-12-291-1/+10
* ERF_TYPE_META write and comment supportAnthony Coddington2017-07-171-6/+27
* Rename cf_get_comment() to reflect what comment it gets.Guy Harris2017-07-171-2/+10
* Rename section comment get/set routines.Guy Harris2017-07-171-5/+7
* Qt: fix hang on exiting Qt while loading capture filePeter Wu2017-06-171-0/+18
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-12/+0
* file: (trivial) initialize "passed" when it's declaredMartin Kaiser2017-05-011-2/+1
* Eliminate some double-frees.Guy Harris2017-04-291-2/+0
* Move UI-only stuff out of libwireshark.Guy Harris2017-04-241-2/+6
* Take the error message generation out of the merge_files routines.Guy Harris2017-04-201-4/+20
* Have separate routines for open-for-reading and open-for-writing errors.Guy Harris2017-04-201-9/+7
* Have a common "capture file write failure alert box" routine.Guy Harris2017-04-191-63/+2
* Have a common "capture file close alert box" routine.Guy Harris2017-04-191-95/+10
* Have a common "capture file close alert box" routine.Guy Harris2017-04-181-43/+2
* Have a commont "capture file open alert box" routine.Guy Harris2017-04-181-147/+9
* Fix backwards test.Guy Harris2017-04-171-1/+1
* Rename some routines and structure members.Guy Harris2017-04-171-10/+13
* Prime the epan_dissect_t with postdissector wanted fields if necessary.Guy Harris2017-04-121-0/+6
* Rename routines to clarify what they do.Guy Harris2017-04-121-3/+3
* Add an API to let a postdissector specify fields whose values it needs.Guy Harris2017-04-121-15/+82
* Make the capture file's interface description filterableJim Young2017-02-091-0/+1
* PDML: protocol filter incorrectly filters desired subfieldsMartin Kacer2017-02-051-2/+2
* Qt: Show merge progress.Gerald Combs2017-01-211-5/+12
* Remove some GtkCList comments and code.Gerald Combs2016-12-121-45/+1
* Get rid of some GTK+-only routines in file.c.Guy Harris2016-12-121-17/+0
* Mark routines GTK+ only.Gerald Combs2016-12-121-0/+1
* Have separate merge APIs for regular file/temporary file/standard output.Guy Harris2016-12-041-32/+10
* CMake: Allow setting per target compiler warningsJoão Valverde2016-08-231-2/+2
* No need to check for string option values being null.Guy Harris2016-07-211-5/+3
* Mark the file as having unsaved data if you change address resolution.Guy Harris2016-07-181-0/+18
* Use timers instead of packet counts to update our UI.Gerald Combs2016-07-161-127/+111
* Redo the block options APIs.Guy Harris2016-07-141-15/+34
* tshark fields filter added for other outputsMartin Kacer2016-06-291-2/+2
* tshark JSON and Elasticsearch output fixMartin Kacer2016-06-211-1/+1
* Add JSON export to Qt/GTK UIPascal Quantin2016-06-201-0/+80
* Add data structures necessary to support multiple Name Resolution blocks.Michael Mann2016-06-011-8/+8
* Add data structures necessary to support multiple Section Header blocks.Michael Mann2016-06-011-8/+8
* Allow create_tempfile to support a suffix.Michael Mann2016-06-011-1/+1
* Link version code statically againJoão Valverde2016-04-211-1/+1
* Lua: Fix add and remove Fields when reload Lua pluginsStig Bjørlykke2016-04-111-0/+6
* Don't show a progress bar when previewing for the Qt print dialog.Guy Harris2016-03-011-13/+15
* Qt: Select matching tree item and bytes in Find PacketStig Bjørlykke2016-02-231-1/+7
* Making wiretap option blocks more generic.Michael Mann2016-02-231-4/+4
* Qt: Add regex support in Find PacketStig Bjørlykke2016-02-181-30/+73
* file: fix variable ‘progbar’ might be clobbered by ‘longjmp’ or ‘vf...Alexis La Goutte2016-02-121-1/+1
* Make file indices consistently unsigned in the merge code.Guy Harris2016-02-111-1/+1
* Don’t adjust time column widths in cf_openStig Bjørlykke2016-02-051-3/+0
* Qt: Add check for field extractorsStig Bjørlykke2016-02-051-5/+5