aboutsummaryrefslogtreecommitdiffstats
path: root/ui/capture.c
AgeCommit message (Expand)AuthorFilesLines
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