aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-08-21Extcap Capture InterfaceRoland Knall2-6/+77
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-3/+2
2014-07-22Don't return an error string for NO_INTERFACES_FOUND.Guy Harris1-4/+1
2014-07-20Use forward slashes in paths to runlex.shРоман Донченко1-1/+1
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris4-125/+3
2014-07-02Manage InterfacesIrene Ruengeler1-0/+6
2014-06-30Move capture.[ch] to libui.Guy Harris1-1/+1
2014-06-30Move capture_session.h to capchild; what it declares is defined there.Guy Harris3-1/+72
2014-06-27Report more information on a sync_xxx_open() call failure.Guy Harris1-2/+6
2014-06-24Get rid of trailing blanks.Guy Harris1-18/+18
2014-06-24Add a doxygen.cfg.in file for the capture child library.Guy Harris1-0/+81
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris2-3/+3
2014-06-23Move the routines to talk to dumpcap into a static libcapchild.Guy Harris8-0/+2961