aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-19coverity 281214Martin Kaiser1-6/+8
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-11Replace a question in a comment with a better explanation (that answers the q...Jeff Morriss1-3/+2
2013-08-29Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard1-16/+16
2013-08-24Add a routine to create a dummy signal pipe and pass it to dumpcap whenGerald Combs1-1/+27
2013-08-01pass --capture-comment from tshark to dumpcapMartin Kaiser1-0/+5
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+1
2013-06-27MS: list interfaces!Luis Ontanon1-1/+17
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon1-17/+17
2013-06-04From Mike Garratt:Anders Broman1-2/+39
2013-05-23No need for those arguments to be pointers to arrays of const pointers,Guy Harris1-15/+15
2013-05-22Fix the Windows side to look for the signal pipe stuff in cap_session.Guy Harris1-3/+3
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-32/+47
2013-03-25From Michal Labedzki: linktype_val_to_name() returns a string, not aGuy Harris1-3/+1
2013-03-05it seems that g_free() needs a gpointerMartin Kaiser1-3/+3
2013-03-05Use explicit casts.Anders Broman1-7/+7
2013-02-28Add a #define for the default capture buffer size and use it.Jeff Morriss1-2/+1
2013-02-27Increase the default buffer size to 2MB.Anders Broman1-1/+2
2013-01-14Declare count as ssize_t instead of size_t, since read(), and thus ws_read(),...Chris Maynard1-1/+1
2012-12-29Add a few consts to fix some compiler (GCC) errors.Bill Meier1-1/+1
2012-12-26Make sure we don't sign-extend the (binary) bytes of the message length.Guy Harris1-1/+1
2012-12-26Use casts rather than changing the prototype of pipe_convert_header.Evan Huus1-9/+9
2012-12-26Squash some sign-conversion warnings that g++ picks up but gcc doesEvan Huus1-3/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-22/+23
2012-12-12Make the "-g" argument to tshark actually work (by passing it to dumpcap).Jeff Morriss1-0/+4
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-3/+3
2012-11-05From Bill Parker:Anders Broman1-0/+4
2012-10-11Make sure sync_interface_stats_close calls sync_pipe_kill on allGerald Combs1-0/+7
2012-10-08Add a cast.Gerald Combs1-1/+1
2012-10-08Log the time we spend waiting for the capture child to exit.Gerald Combs1-1/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-24Revert r44644 and 44645. g_source_*, g_timeout_, and g_io_* all dependGerald Combs1-1/+0
2012-08-23Move the pipe input routines to the common UI directory.Gerald Combs1-0/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-20Comment back in the body of tb80211_do_set_channel to avoid warnings aboutJörg Mayer1-0/+47
2012-06-09Undo an accidental portion of the last commit.Chris Maynard1-1/+1
2012-06-09Be sure to specify FORMAT_MESSAGE_IGNORE_INSERTS in the dwFlags arg to all Fo...Chris Maynard1-3/+3
2012-04-13From Evan Huus: fix memory leak. Fixes bug 7081.Guy Harris1-0/+3
2012-03-11If the length is bogus in a message received from the sync pipe, dumpGuy Harris1-2/+3
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen1-0/+2
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen1-2/+0
2012-01-24Second try. This time pipes and stdin are supported.Michael Tüxen1-0/+2
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+3
2012-01-04Expand, and fix, a comment. Change a function argument name to matchGuy Harris1-7/+16
2011-11-16Get rid of unnecessary assignment (the code below it always assigns aGuy Harris1-1/+0
2011-10-20Back out infrastructure change. We missed supportingMichael Tüxen1-2/+0
2011-10-20Use a global list containing all interfaces and only changeMichael Tüxen1-0/+2
2011-08-24Fix prematurely-terminated comment.Guy Harris1-1/+1
2011-08-24Fix a comment; this includes describing an additional way in which weGuy Harris1-5/+13