Migrate more SVN content to Git+Gerrit.
[metze/wireshark/wip.git] / capture_sync.c
2014-01-19 martinkcoverity 281214
2013-12-03 darkjamesWhen including <epan/prefs.h> don't force inclusion...
2013-11-17 guyMove the epan/filesystem.c routines to wsutil; they...
2013-10-11 morrissReplace a question in a comment with a better explanati...
2013-08-29 cmaynardHandle the 2GiB boundary case of the max filesize autos...
2013-08-24 geraldAdd a routine to create a dummy signal pipe and pass...
2013-08-01 martinkpass --capture-comment from tshark to dumpcap
2013-07-15 morrissMove report_err.{h,c} from epan into wsutil: there...
2013-06-27 legoMS: list interfaces!
2013-06-27 legoget main_window_update out of the way... pass an update...
2013-06-04 etxrabFrom Mike Garratt:
2013-05-23 guyNo need for those arguments to be pointers to arrays...
2013-05-22 guyFix the Windows side to look for the signal pipe stuff...
2013-05-22 guyPull the capture-session state information out of captu...
2013-03-25 guyFrom Michal Labedzki: linktype_val_to_name() returns...
2013-03-05 martinkit seems that g_free() needs a gpointer
2013-03-05 etxrabUse explicit casts.
2013-02-28 morrissAdd a #define for the default capture buffer size and...
2013-02-27 etxrabIncrease the default buffer size to 2MB.
2013-01-14 cmaynardDeclare count as ssize_t instead of size_t, since read...
2012-12-29 wmeierAdd a few consts to fix some compiler (GCC) errors.
2012-12-26 guyMake sure we don't sign-extend the (binary) bytes of...
2012-12-26 eapacheUse casts rather than changing the prototype of pipe_co...
2012-12-26 eapacheSquash some sign-conversion warnings that g++ picks...
2012-12-26 guyFix a bunch of warnings.
2012-12-12 morrissMake the "-g" argument to tshark actually work (by...
2012-12-05 wmeierFix numerous instances of a variable/parameter name...
2012-11-05 etxrabFrom Bill Parker:
2012-10-11 geraldMake sure sync_interface_stats_close calls sync_pipe_ki...
2012-10-08 geraldAdd a cast.
2012-10-08 geraldLog the time we spend waiting for the capture child...
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-24 geraldRevert r44644 and 44645. g_source_*, g_timeout_, and...
2012-08-23 geraldMove the pipe input routines to the common UI directory.
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-06-20 jmayerComment back in the body of tb80211_do_set_channel...
2012-06-09 cmaynardUndo an accidental portion of the last commit.
2012-06-09 cmaynardBe sure to specify FORMAT_MESSAGE_IGNORE_INSERTS in...
2012-04-13 guyFrom Evan Huus: fix memory leak. Fixes bug 7081.
2012-03-11 guyIf the length is bogus in a message received from the...
2012-01-25 tuexenThird try. This time pipes and stdin are supported...
2012-01-24 tuexenWe need a 3rd try. (After learning how to run the testu...
2012-01-24 tuexenSecond try. This time pipes and stdin are supported.
2012-01-16 guyMove some headers for UI stuff, and the alert_box.c...
2012-01-04 guyExpand, and fix, a comment. Change a function argument...
2011-11-16 guyGet rid of unnecessary assignment (the code below it...
2011-10-20 tuexenBack out infrastructure change. We missed supporting
2011-10-20 tuexenUse a global list containing all interfaces and only...
2011-08-24 guyFix prematurely-terminated comment.
2011-08-24 guyFix a comment; this includes describing an additional...
2011-08-23 tuexenHopefully fix
2011-08-05 tuexenFix Windows build.
2011-08-05 tuexenSimplification suggested by Guy.
2011-08-05 tuexenGenerate the capure sync pipe correctly.
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-27 tuexenFix the bug reported by Guy. Now
2011-06-27 tuexenReport the correct interface when there is a problem...
2011-06-27 tuexenGet rid of old non-interface specific settings which...
2011-06-17 geraldMake pcap-ng the default. Add a compile-time option...
2011-06-07 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-21 tuexenFix the capturing from the GUI. Honor the iface variable.
2011-05-19 tuexenIn case we have no interface information in the array...
2011-05-19 tuexenMove the debug output for the generated command line...
2011-05-19 martinmOnly declare a variable if its going to be used.
2011-05-18 guyWe don't have the ability to set the capture buffer...
2011-05-18 tuexenUse the interface specific parameter array.
2011-04-11 guyBack out Jeff Morris's change to make the autostop...
2011-04-11 guyJeff Morris's change to make the autostop file size...
2010-07-02 guySTATUS_UNWIND_CONSOLIDATE "should not happen", so don...
2010-07-02 guyInclude <Winbase.h> to get error statuses.
2010-07-02 guyAttempt to detect when dumpcap dies due to an exception...
2010-07-02 guyHave sync_pipe_wait_for_child() return the child's...
2010-07-01 guyFrom Petr Lautrbach: when capturing, return the exit...
2010-05-27 guyClean up the error reporting. An EOF from the sync...
2010-05-26 stigUntabify.
2010-05-26 guyDon't report EINTR - it might be from a ^C.
2010-05-26 guyUse the right system call name.
2010-05-26 guyIf dumpcap exits abnormally, report the error.
2010-05-19 guyFix comments.
2010-05-18 guyFix some errors. Use FormatMessageA(), as we need...
2010-05-18 guyAdd a routine to convert Win32 error statuses into...
2010-05-17 guyMake -Z always generate machine-readable output, and...
2010-05-17 guyUpdate a comment.
2010-05-17 guyWhen dumpcap is run to get an interface list, interface...
2010-05-13 guyFetch an indication of whether the interface supports...
2010-05-07 guyAdd monitor mode support to TShark.
2010-05-06 guyJust check for pcap_create(); it first appeared in...
2010-05-06 etxrabChecking in Stigs changes from
2010-03-04 guyIn Wireshark and TShark, run dumpcap to get interface...
2010-03-02 etxrabFrom Hitoshi Irino:
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-09-13 morrissDon't use SIGUSR1 to tell dumpcap to exit, use SIGINT...
2009-06-15 stigAdded a preference to capture in Pcap-NG from GUI.
2008-12-21 guyIf we don't have any of the pcap_datalink_XXX_to_YYY...
2008-11-03 stigDo not set buffer size for remote interfaces or when...
2008-08-19 guyThe packet counts and drop counts reported by libpcap...
2008-06-30 morrissMove privileges.c and unicode-utils.c from epan to...
2008-06-23 guyRename an argument to avoid colliding with pipe().
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-04-30 guyUse report_failure() to report failures in capture_sync...
next