aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-23Hopefully fixMichael Tüxen1-0/+2
2011-08-05Fix Windows build.Michael Tüxen1-3/+3
2011-08-05Simplification suggested by Guy.Michael Tüxen1-3/+1
2011-08-05Generate the capure sync pipe correctly.Michael Tüxen1-15/+37
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-15/+15
2011-06-27Fix the bug reported by Guy. NowMichael Tüxen1-6/+0
2011-06-27Report the correct interface when there is a problem with a capture filter.Michael Tüxen1-5/+11
2011-06-27Get rid of old non-interface specific settings which are now interfaceMichael Tüxen1-57/+8
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs1-0/+2
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-684/+684
2011-05-21Fix the capturing from the GUI. Honor the iface variable.Michael Tüxen1-0/+7
2011-05-19In case we have no interface information in the array, use the global value.Michael Tüxen1-0/+48
2011-05-19Move the debug output for the generated command line arguments to the correct...Michael Tüxen1-3/+3
2011-05-19Only declare a variable if its going to be used.Martin Mathieson1-0/+4
2011-05-18We don't have the ability to set the capture buffer size on all platforms.Guy Harris1-0/+2
2011-05-18Use the interface specific parameter array.Michael Tüxen1-69/+75
2011-04-11Back out Jeff Morris's change to make the autostop file size 64-bit - itGuy Harris1-2/+2
2011-04-11Jeff Morris's change to make the autostop file size 64-bit. Fixes bugGuy Harris1-2/+2
2010-07-02STATUS_UNWIND_CONSOLIDATE "should not happen", so don't include it -Guy Harris1-2/+0