aboutsummaryrefslogtreecommitdiffstats
path: root/capchild/capture_sync.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-2100/+0
2021-03-25Add dumpcap options to set the name and description for a capture source.Guy Harris1-0/+9
2020-10-30add support for compression of capture fileMasaru Tsuchiyama1-0/+4
2020-03-25Have callback function pointers in a capture_session structure.Guy Harris1-8/+18
2019-11-07Qt: Keep extcap control channels when capturing to multiple filesStig Bjørlykke1-1/+1
2019-09-23extcap: Multiple extcap instance support on WindowsTomasz Moń1-5/+9
2019-07-17capchild,ifaces: use g_get_monotonic_timePeter Wu1-18/+8
2019-03-18More constification, to squelch warnings.Guy Harris1-1/+1
2019-03-18More constification, to squelch warnings.Guy Harris1-1/+1
2019-02-01Have win32strerror() return interned strings.Guy Harris1-20/+10
2019-02-01Have win32strerror() return a g_malloc()ated UTF-8 error message.Guy Harris1-10/+20
2018-12-29Add interface name when outputting packets dropped.Michael Mann1-9/+18
2018-11-09Dumpcap+Qt: Add support for `-a packets:NUM` and `-b packets:NUM`.Gerald Combs1-20/+19
2018-11-01Move condition logic to dumpcap.cGerald Combs1-2/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
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