Add inet_pton/inet_ntop interface to libwsutil
[gd/wireshark/.git] / capchild / capture_sync.c
2016-01-12 Roland Knallextcap: Sort extcap interfaces alphabetically
2015-12-19 Michael MannAllow "capture info data" to not be a singleton.
2015-11-20 Balint ReczeyMore spelling fixes found by lintian
2015-11-18 Guy HarrisCheck for ECHILD, not for "not ECHILD".
2015-11-18 Stephan KappertzError from waitpid(): Fix Code is unreachable
2015-11-17 Gerald CombsWin32: Try to fix handle leaks in capture_sync.
2015-11-17 Guy HarrisCreate C handles for pipes before running dumpcap.
2015-11-16 Guy HarrisCatch failure of _open_osfhandle().
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-07-22 Pascal QuantinFix retrieval of data link type supported by remote...
2015-06-29 Peter Wucapchild: fix uninitialized data pointer on failure
2015-06-10 Guy HarrisSquelch some type-clash warnings on Windows.
2015-06-10 Guy HarrisUse pid_t on UN*X, and HANDLE on Windows, for the proce...
2015-06-09 Anders[MSVC 2015] Use intptr_t for "pointer stored as int...
2015-05-19 Guy HarrisFix typo.
2015-05-19 Guy HarrisPass the executable path to CreateProcess(), and end...
2015-04-06 Guy HarrisKeep a captured-packet count in a capture_session and...
2015-03-25 Guy HarrisHave a #define for whether the capture buffer size...
2015-03-16 VikFix for waitpid return EINTR sometimes on launch.
2015-01-13 Guy HarrisConsistently use the "g_string_free returns a C string...
2014-12-20 Gerald CombsQt: Add a CaptureFile class.
2014-10-17 Guy HarrisGet rid of unnecessary include of ctype.h.
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-08-21 Roland KnallExtcap Capture Interface
2014-07-04 Guy HarrisMove utility routines for capturing into a libcaputils...
2014-06-30 Guy HarrisMove capture.[ch] to libui.
2014-06-24 Guy HarrisFor capchild headers, include <capchild/XXX.h>.
2014-06-23 Guy HarrisMove the routines to talk to dumpcap into a static...