aboutsummaryrefslogtreecommitdiffstats
path: root/ui/capture.c
Commit message (Expand)AuthorAgeFilesLines
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* Check for gzipped files even if we don't have libz.Guy Harris2018-01-141-0/+8
* Bugfix capture_info_open() folded into ui/capture.cMichael Mann2017-12-191-7/+9
* [capture_info] Move capture_info_new_file() to capture.cAndersBroman2017-12-111-1/+114
* [capture_info] Fold the code of capture_info_open() into ui/capture.cAndersBroman2017-12-111-1/+13
* Use g_list_prepend() it's faster.AndersBroman2017-12-041-2/+2
* Put the structure of a capture_file back in cfile.h.Guy Harris2017-12-041-2/+0
* Use cfile.h to define the capture_file type.Guy Harris2017-12-031-0/+2
* Reformat some top-level ui files.Gerald Combs2017-11-301-545/+537
* Rename ui_util.h -> ws_ui_util.hPeter Wu2017-10-151-1/+1
* iface_lists: Access ifaces member by referenceMikael Kanstrup2017-08-281-5/+5
* iface_lists: Access all_ifaces member by referenceMikael Kanstrup2017-08-281-5/+5
* Do not process UI events while reading from live capturePeter Wu2017-06-171-6/+0
* g_assert on device.if_info.name to prevent undefined behaviour.Joerg Mayer2017-03-161-0/+1
* Allow "capture info data" to not be a singleton.Michael Mann2015-12-191-7/+7
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-4/+0
* Don't include "file.h" if you don't need it.Guy Harris2015-11-041-0/+1
* Fix various memleaksPeter Wu2015-10-041-0/+1
* Free a malloc'ed error message to not leak memoryEvan Huus2015-06-271-0/+2
* Use pid_t on UN*X, and HANDLE on Windows, for the process ID.Guy Harris2015-06-101-2/+2
* [MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.Anders2015-06-091-2/+3
* Reset the captured-packet count when we start or restart a capture.Guy Harris2015-04-061-0/+1
* Keep a captured-packet count in a capture_session and use that.Guy Harris2015-04-061-8/+2
* Have a common routine for constructing strings listing interfaces.Guy Harris2015-04-051-29/+2
* Change a lot of http:// URLs to https://.Gerald Combs2015-03-101-3/+3
* Clean up ftype-conversion and dfilter error message string handling.Guy Harris2015-01-181-1/+1
* Qt: Add a CaptureFile class.Gerald Combs2014-12-201-2/+2
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-0/+13
* Update the simple dialog code.Gerald Combs2014-09-251-13/+13
* Move utility routines for capturing into a libcaputils static library.Guy Harris2014-07-041-3/+3
* Move capture.[ch] to libui.Guy Harris2014-06-301-0/+799