aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
AgeCommit message (Expand)AuthorFilesLines
2016-06-15Remove Nmake build systemPascal Quantin2-78/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-0/+19
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 Kanstrup2-1/+3
2016-02-27Fix appending the list of remote interfaces.Guy Harris1-2/+3
2016-02-27Replace extcap_interface_list() with append_extcap_interface_list().Guy Harris1-1/+1
2016-02-27Put the extcap interfaces at the *end* of the interface list.Guy Harris1-4/+7
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-0/+2
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-19/+3
2016-02-18Remove some {-I,/I} flags.Guy Harris2-6/+2
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris2-3/+2
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-10/+3
2016-01-26capture_sync(.h): fix api referenceAlexis La Goutte1-0/+1
2016-01-12extcap: Sort extcap interfaces alphabeticallyRoland Knall1-1/+1
2015-12-19Allow "capture info data" to not be a singleton.Michael Mann3-3/+7
2015-11-25Fix memory leak in capture_get_if_capabilitiesMikael Kanstrup1-0/+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-17Extcap: allow Wireshark to list extcap interfaces even when WinPcap / Npcap i...Pascal Quantin1-1/+1
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-10-16CMake: Add /WXGerald Combs1-2/+2
2015-10-04Fix various memleaksPeter Wu1-0/+1
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin3-3/+8
2015-06-29capchild: fix uninitialized data pointer on failurePeter Wu1-0/+1
2015-06-16Add the wireless toolbar.Gerald Combs1-1/+9
2015-06-10Squelch some type-clash warnings on Windows.Guy Harris1-10/+10
2015-06-10Rename wsutil/process.h to wsutil/processes.h to avoid collisions.Guy Harris1-1/+1
2015-06-10One more ws_process_id change.Guy Harris1-1/+1
2015-06-10Use pid_t on UN*X, and HANDLE on Windows, for the process ID.Guy Harris3-18/+20
2015-06-09[MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.Anders3-27/+29
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 Harris2-0/+3
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
2015-01-05Minor CMake updates to better group build artefactsGraham Bloice1-2/+3
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+2
2014-12-20Qt: Add a CaptureFile class.Gerald Combs3-7/+10
2014-10-17Get rid of unnecessary include of ctype.h.Guy Harris1-1/+0
2014-09-30Qt: Start capture from the command line.Gerald Combs1-0/+1