Generate randpkt_core/doxygen.cfg.
[metze/wireshark/wip.git] / capchild /
2016-01-28 João Valverdeautotools: Don't use "user variables" to set build...
2016-01-26 Alexis La Gouttecapture_sync(.h): fix api reference
2016-01-12 Roland Knallextcap: Sort extcap interfaces alphabetically
2015-12-19 Michael MannAllow "capture info data" to not be a singleton.
2015-11-25 Mikael KanstrupFix memory leak in capture_get_if_capabilities
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 Pascal QuantinExtcap: allow Wireshark to list extcap interfaces even...
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-10-16 Gerald CombsCMake: Add /WX
2015-10-04 Peter WuFix various memleaks
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-16 Gerald CombsAdd the wireless toolbar.
2015-06-10 Guy HarrisSquelch some type-clash warnings on Windows.
2015-06-10 Guy HarrisRename wsutil/process.h to wsutil/processes.h to avoid...
2015-06-10 Guy HarrisOne more ws_process_id change.
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...
2015-01-05 Graham BloiceMinor CMake updates to better group build artefacts
2015-01-02 Bill MeierAdd '*.nativecodeanalysis.xml' to 'clean' targets
2014-12-20 Gerald CombsQt: Add a CaptureFile class.
2014-10-17 Guy HarrisGet rid of unnecessary include of ctype.h.
2014-09-30 Gerald CombsQt: Start capture from the command line.
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-08-21 Roland KnallExtcap Capture Interface
2014-07-22 Guy HarrisGet rid of NO_INTERFACES_FOUND - it's not an error.
2014-07-22 Guy HarrisDon't return an error string for NO_INTERFACES_FOUND.
2014-07-20 Роман ДонченкоUse forward slashes in paths to runlex.sh
2014-07-04 Guy HarrisMove utility routines for capturing into a libcaputils...
2014-07-02 Irene RuengelerManage Interfaces
2014-06-30 Guy HarrisMove capture.[ch] to libui.
2014-06-30 Guy HarrisMove capture_session.h to capchild; what it declares...
2014-06-27 Guy HarrisReport more information on a sync_xxx_open() call failure.
2014-06-24 Guy HarrisGet rid of trailing blanks.
2014-06-24 Guy HarrisAdd a doxygen.cfg.in file for the capture child library.
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...