Use "2.0.0" for symbols that are in 2.0.
[metze/wireshark/wip.git] / capchild /
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...