aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
Commit message (Expand)AuthorAgeFilesLines
* Don't use identical log messages for non-identical error cases.Joerg Mayer2017-02-221-2/+2
* extcap: Use stderr to print error messageRoland Knall2016-08-041-1/+1
* extcap: Restore functionality for optionsRoland Knall2016-08-041-1/+1
* Remove Makefile.common filesJoão Valverde2016-06-302-47/+15
* wsutil: Move Win32 helper routines from capchildRoland Knall2016-06-251-143/+1
* Remove Nmake build systemPascal Quantin2016-06-152-78/+1
* *_stdup_printf -> strdup for "single string only" formatting.Michael Mann2016-06-061-1/+1
* Add checkAPI calls to CMake.Graham Bloice2016-05-021-0/+19
* Win32: Make sure we zero out PROCESS_INFORMATION.Gerald Combs2016-04-291-2/+4
* Win32: Pass a mutable string to CreateProcess.Gerald Combs2016-04-281-2/+12
* Revert "Windows: Wait for dumpcap to initialize."Gerald Combs2016-04-281-31/+2
* Windows: Wait for dumpcap to initialize.Gerald Combs2016-04-271-2/+31
* Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs2016-04-131-4/+4
* dumpcap: Add support for 802.11ac monitor modesMikael Kanstrup2016-03-012-1/+3
* Fix appending the list of remote interfaces.Guy Harris2016-02-271-2/+3
* Replace extcap_interface_list() with append_extcap_interface_list().Guy Harris2016-02-271-1/+1
* Put the extcap interfaces at the *end* of the interface list.Guy Harris2016-02-271-4/+7
* autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde2016-02-211-0/+2
* Add inet_pton/inet_ntop interface to libwsutilJoão Valverde2016-02-191-19/+3
* Remove some {-I,/I} flags.Guy Harris2016-02-182-6/+2
* Don't add the wiretap directory to the list of include directories.Guy Harris2016-02-182-3/+2
* autotools: Don't use "user variables" to set build flagsJoão Valverde2016-01-281-10/+3
* capture_sync(.h): fix api referenceAlexis La Goutte2016-01-261-0/+1
* extcap: Sort extcap interfaces alphabeticallyRoland Knall2016-01-121-1/+1
* Allow "capture info data" to not be a singleton.Michael Mann2015-12-193-3/+7
* Fix memory leak in capture_get_if_capabilitiesMikael Kanstrup2015-11-251-0/+2
* More spelling fixes found by lintianBalint Reczey2015-11-201-1/+1
* Check for ECHILD, not for "not ECHILD".Guy Harris2015-11-181-8/+34
* Error from waitpid(): Fix Code is unreachableStephan Kappertz2015-11-181-3/+3
* Win32: Try to fix handle leaks in capture_sync.Gerald Combs2015-11-171-0/+6
* Extcap: allow Wireshark to list extcap interfaces even when WinPcap / Npcap i...Pascal Quantin2015-11-171-1/+1
* Create C handles for pipes before running dumpcap.Guy Harris2015-11-171-39/+90
* Catch failure of _open_osfhandle().Guy Harris2015-11-161-0/+24
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-8/+0
* CMake: Add /WXGerald Combs2015-10-161-2/+2
* Fix various memleaksPeter Wu2015-10-041-0/+1
* Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin2015-07-223-3/+8
* capchild: fix uninitialized data pointer on failurePeter Wu2015-06-291-0/+1
* Add the wireless toolbar.Gerald Combs2015-06-161-1/+9
* Squelch some type-clash warnings on Windows.Guy Harris2015-06-101-10/+10
* Rename wsutil/process.h to wsutil/processes.h to avoid collisions.Guy Harris2015-06-101-1/+1
* One more ws_process_id change.Guy Harris2015-06-101-1/+1
* Use pid_t on UN*X, and HANDLE on Windows, for the process ID.Guy Harris2015-06-103-18/+20
* [MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.Anders2015-06-093-27/+29
* Fix typo.Guy Harris2015-05-191-2/+2
* Pass the executable path to CreateProcess(), and end it with ".exe".Guy Harris2015-05-191-3/+7
* Keep a captured-packet count in a capture_session and use that.Guy Harris2015-04-062-0/+3
* Have a #define for whether the capture buffer size can be set.Guy Harris2015-03-251-2/+2
* Fix for waitpid return EINTR sometimes on launch.Vik2015-03-161-29/+38
* Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris2015-01-131-2/+1