aboutsummaryrefslogtreecommitdiffstats
path: root/ui/capture.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-03Move what capture_info_close() does into its only caller.Guy Harris1-2/+5
2018-03-03More indentation cleanups.Guy Harris1-13/+13
2018-03-03Clean up indentation.Guy Harris1-2/+2
2018-03-03Fix a warning message.Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-14Check for gzipped files even if we don't have libz.Guy Harris1-0/+8
2017-12-19Bugfix capture_info_open() folded into ui/capture.cMichael Mann1-7/+9
2017-12-11[capture_info] Move capture_info_new_file() to capture.cAndersBroman1-1/+114
2017-12-11[capture_info] Fold the code of capture_info_open() into ui/capture.cAndersBroman1-1/+13
2017-12-04Use g_list_prepend() it's faster.AndersBroman1-2/+2
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-2/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+2
2017-11-30Reformat some top-level ui files.Gerald Combs1-545/+537
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1
2017-08-28iface_lists: Access ifaces member by referenceMikael Kanstrup1-5/+5
2017-08-28iface_lists: Access all_ifaces member by referenceMikael Kanstrup1-5/+5
2017-06-17Do not process UI events while reading from live capturePeter Wu1-6/+0
2017-03-16g_assert on device.if_info.name to prevent undefined behaviour.Joerg Mayer1-0/+1
2015-12-19Allow "capture info data" to not be a singleton.Michael Mann1-7/+7
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-04Fix various memleaksPeter Wu1-0/+1
2015-06-27Free a malloc'ed error message to not leak memoryEvan Huus1-0/+2
2015-06-10Use pid_t on UN*X, and HANDLE on Windows, for the process ID.Guy Harris1-2/+2
2015-06-09[MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.Anders1-2/+3
2015-04-06Reset the captured-packet count when we start or restart a capture.Guy Harris1-0/+1
2015-04-06Keep a captured-packet count in a capture_session and use that.Guy Harris1-8/+2
2015-04-05Have a common routine for constructing strings listing interfaces.Guy Harris1-29/+2
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-3/+3
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-1/+1
2014-12-20Qt: Add a CaptureFile class.Gerald Combs1-2/+2
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-09-25Update the simple dialog code.Gerald Combs1-13/+13
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-3/+3
2014-06-30Move capture.[ch] to libui.Guy Harris1-0/+799