aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor CMake updates to better group build artefactsGraham Bloice2015-01-051-2/+3
* Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier2015-01-021-1/+2
* Qt: Add a CaptureFile class.Gerald Combs2014-12-203-7/+10
* Get rid of unnecessary include of ctype.h.Guy Harris2014-10-171-1/+0
* Qt: Start capture from the command line.Gerald Combs2014-09-301-0/+1
* Fix spelling: cant-->can't, wont-->won't, etcBill Meier2014-09-161-1/+1
* Extcap Capture InterfaceRoland Knall2014-08-212-6/+77
* Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris2014-07-221-3/+2
* Don't return an error string for NO_INTERFACES_FOUND.Guy Harris2014-07-221-4/+1
* Use forward slashes in paths to runlex.shРоман Донченко2014-07-201-1/+1
* Move utility routines for capturing into a libcaputils static library.Guy Harris2014-07-044-125/+3
* Manage InterfacesIrene Ruengeler2014-07-021-0/+6
* Move capture.[ch] to libui.Guy Harris2014-06-301-1/+1