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