aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Windows build.Michael Tüxen2011-08-051-3/+3
* Simplification suggested by Guy.Michael Tüxen2011-08-051-3/+1
* Generate the capure sync pipe correctly.Michael Tüxen2011-08-051-15/+37
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-281-15/+15
* Fix the bug reported by Guy. NowMichael Tüxen2011-06-271-6/+0
* Report the correct interface when there is a problem with a capture filter.Michael Tüxen2011-06-271-5/+11
* Get rid of old non-interface specific settings which are now interfaceMichael Tüxen2011-06-271-57/+8
* Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs2011-06-171-0/+2
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier2011-06-071-684/+684
* Fix the capturing from the GUI. Honor the iface variable.Michael Tüxen2011-05-211-0/+7
* In case we have no interface information in the array, use the global value.Michael Tüxen2011-05-191-0/+48
* Move the debug output for the generated command line arguments to the correct...Michael Tüxen2011-05-191-3/+3
* Only declare a variable if its going to be used.Martin Mathieson2011-05-191-0/+4
* We don't have the ability to set the capture buffer size on all platforms.Guy Harris2011-05-181-0/+2