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