aboutsummaryrefslogtreecommitdiffstats
path: root/capchild/capture_sync.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-13Windows: Always assign newly-created processes to our job.Gerald Combs1-12/+5
2018-02-16capchild: remove double free (found by clang).Dario Lombardo1-70/+29
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02capchild: use SPDX identifiers.Dario Lombardo1-14/+1
2018-01-16capchild: free memory on error.Dario Lombardo1-1/+3
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-11/+0
2017-12-23Put special pipe-handling code into libwsutil.Guy Harris1-33/+8
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-1/+1
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1
2017-08-28iface_lists: Access ifaces member by referenceMikael Kanstrup1-30/+30
2017-08-23extcap: Create unique pipe names for each interfaceStig Bjørlykke1-11/+4
2017-08-22Add hardware timestamping supportAhmad Fatoum1-0/+5
2017-07-03Add option to use wall-clock intervalsSake Blok1-0/+7
2017-06-03If has_snaplen isn't set, don't set the snapshot length with pcap_create()/pc...Guy Harris1-1/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-02-20Don't use identical log messages for non-identical error cases.Joerg Mayer1-2/+2
2016-09-23capchild: Support optional 802.11 channel parametersMikael Kanstrup1-1/+5
2016-09-21capture_sync: use ws_strtou function.Dario Lombardo1-2/+6
2016-07-30extcap: Use stderr to print error messageRoland Knall1-1/+1
2016-07-29extcap: Restore functionality for optionsRoland Knall1-1/+1
2016-06-25wsutil: Move Win32 helper routines from capchildRoland Knall1-143/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2016-04-29Win32: Make sure we zero out PROCESS_INFORMATION.Gerald Combs1-2/+4
2016-04-28Win32: Pass a mutable string to CreateProcess.Gerald Combs1-2/+12
2016-04-28Revert "Windows: Wait for dumpcap to initialize."Gerald Combs1-31/+2
2016-04-27Windows: Wait for dumpcap to initialize.Gerald Combs1-2/+31
2016-04-13Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs1-4/+4
2016-03-01dumpcap: Add support for 802.11ac monitor modesMikael Kanstrup1-1/+2
2016-01-12extcap: Sort extcap interfaces alphabeticallyRoland Knall1-1/+1
2015-12-19Allow "capture info data" to not be a singleton.Michael Mann1-1/+2
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-18Check for ECHILD, not for "not ECHILD".Guy Harris1-8/+34
2015-11-18Error from waitpid(): Fix Code is unreachableStephan Kappertz1-3/+3
2015-11-17Win32: Try to fix handle leaks in capture_sync.Gerald Combs1-0/+6
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