Add interface name when outputting packets dropped.
[metze/wireshark/wip.git] / capchild / capture_sync.c
2018-12-29 Michael MannAdd interface name when outputting packets dropped.
2018-11-09 Gerald CombsDumpcap+Qt: Add support for `-a packets:NUM` and `...
2018-11-01 Gerald CombsMove condition logic to dumpcap.c
2018-05-01 Stig BjørlykkeFix comment end after SPDX identifier
2018-03-13 Gerald CombsWindows: Always assign newly-created processes to our...
2018-02-16 Dario Lombardocapchild: remove double free (found by clang).
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-02 Dario Lombardocapchild: use SPDX identifiers.
2018-01-16 Dario Lombardocapchild: free memory on error.
2018-01-08 Dario Lombardoextcap: remove conditional compilation.
2017-12-23 Guy HarrisPut special pipe-handling code into libwsutil.
2017-12-08 Guy HarrisHave the frame_tvbuff.c routines not use the global...
2017-12-03 Guy HarrisUse cfile.h to define the capture_file type.
2017-10-15 Peter WuRename ui_util.h -> ws_ui_util.h
2017-08-28 Mikael Kanstrupiface_lists: Access ifaces member by reference
2017-08-23 Stig Bjørlykkeextcap: Create unique pipe names for each interface
2017-08-22 Ahmad FatoumAdd hardware timestamping support
2017-07-03 Sake BlokAdd option to use wall-clock intervals
2017-06-03 Guy HarrisIf has_snaplen isn't set, don't set the snapshot length...
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-02-20 Joerg MayerDon't use identical log messages for non-identical...
2016-09-23 Mikael Kanstrupcapchild: Support optional 802.11 channel parameters
2016-09-21 Dario Lombardocapture_sync: use ws_strtou function.
2016-07-30 Roland Knallextcap: Use stderr to print error message
2016-07-29 Roland Knallextcap: Restore functionality for options
2016-06-25 Roland Knallwsutil: Move Win32 helper routines from capchild
2016-06-06 Michael Mann*_stdup_printf -> strdup for "single string only" forma...
2016-04-29 Gerald CombsWin32: Make sure we zero out PROCESS_INFORMATION.
2016-04-28 Gerald CombsWin32: Pass a mutable string to CreateProcess.
2016-04-28 Gerald CombsRevert "Windows: Wait for dumpcap to initialize."
2016-04-27 Gerald CombsWindows: Wait for dumpcap to initialize.
2016-04-13 Gerald CombsWindows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.
2016-03-01 Mikael Kanstrupdumpcap: Add support for 802.11ac monitor modes
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...