aboutsummaryrefslogtreecommitdiffstats
path: root/capchild/capture_sync.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-17Create C handles for pipes before running dumpcap.Guy Harris1-39/+90
2015-11-16Catch failure of _open_osfhandle().Guy Harris1-0/+24
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-8/+0
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin1-1/+5
2015-06-29capchild: fix uninitialized data pointer on failurePeter Wu1-0/+1
2015-06-10Squelch some type-clash warnings on Windows.Guy Harris1-10/+10
2015-06-10Use pid_t on UN*X, and HANDLE on Windows, for the process ID.Guy Harris1-12/+12
2015-06-09[MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.Anders1-14/+15
2015-05-19Fix typo.Guy Harris1-2/+2
2015-05-19Pass the executable path to CreateProcess(), and end it with ".exe".Guy Harris1-3/+7
2015-04-06Keep a captured-packet count in a capture_session and use that.Guy Harris1-0/+2
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-2/+2
2015-03-16Fix for waitpid return EINTR sometimes on launch.Vik1-29/+38
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-2/+1
2014-12-20Qt: Add a CaptureFile class.Gerald Combs1-1/+1
2014-10-17Get rid of unnecessary include of ctype.h.Guy Harris1-1/+0
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-08-21Extcap Capture InterfaceRoland Knall1-6/+46
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-2/+2
2014-06-30Move capture.[ch] to libui.Guy Harris1-1/+1
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris1-1/+1
2014-06-23Move the routines to talk to dumpcap into a static libcapchild.Guy Harris1-0/+2127