| Commit message (Expand) | Author | Age | Files | Lines |
* | it seems that g_free() needs a gpointer | Martin Kaiser | 2013-03-05 | 1 | -3/+3 |
* | Use explicit casts. | Anders Broman | 2013-03-05 | 1 | -7/+7 |
* | Add a #define for the default capture buffer size and use it. | Jeff Morriss | 2013-02-28 | 1 | -2/+1 |
* | Increase the default buffer size to 2MB. | Anders Broman | 2013-02-27 | 1 | -1/+2 |
* | Declare count as ssize_t instead of size_t, since read(), and thus ws_read(),... | Chris Maynard | 2013-01-14 | 1 | -1/+1 |
* | Add a few consts to fix some compiler (GCC) errors. | Bill Meier | 2012-12-29 | 1 | -1/+1 |
* | Make sure we don't sign-extend the (binary) bytes of the message length. | Guy Harris | 2012-12-26 | 1 | -1/+1 |
* | Use casts rather than changing the prototype of pipe_convert_header. | Evan Huus | 2012-12-26 | 1 | -9/+9 |
* | Squash some sign-conversion warnings that g++ picks up but gcc does | Evan Huus | 2012-12-26 | 1 | -3/+3 |
* | Fix a bunch of warnings. | Guy Harris | 2012-12-26 | 1 | -22/+23 |
* | Make the "-g" argument to tshark actually work (by passing it to dumpcap). | Jeff Morriss | 2012-12-12 | 1 | -0/+4 |
* | Fix numerous instances of a variable/parameter name "shadowing" a library fun... | Bill Meier | 2012-12-05 | 1 | -3/+3 |
* | From Bill Parker: | Anders Broman | 2012-11-05 | 1 | -0/+4 |
* | Make sure sync_interface_stats_close calls sync_pipe_kill on all | Gerald Combs | 2012-10-11 | 1 | -0/+7 |
* | Add a cast. | Gerald Combs | 2012-10-08 | 1 | -1/+1 |
* | Log the time we spend waiting for the capture child to exit. | Gerald Combs | 2012-10-08 | 1 | -1/+13 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -3/+1 |
* | Revert r44644 and 44645. g_source_*, g_timeout_, and g_io_* all depend | Gerald Combs | 2012-08-24 | 1 | -1/+0 |
* | Move the pipe input routines to the common UI directory. | Gerald Combs | 2012-08-23 | 1 | -0/+1 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Comment back in the body of tb80211_do_set_channel to avoid warnings about | Jörg Mayer | 2012-06-20 | 1 | -0/+47 |
* | Undo an accidental portion of the last commit. | Chris Maynard | 2012-06-09 | 1 | -1/+1 |
* | Be sure to specify FORMAT_MESSAGE_IGNORE_INSERTS in the dwFlags arg to all Fo... | Chris Maynard | 2012-06-09 | 1 | -3/+3 |
* | From Evan Huus: fix memory leak. Fixes bug 7081. | Guy Harris | 2012-04-13 | 1 | -0/+3 |
* | If the length is bogus in a message received from the sync pipe, dump | Guy Harris | 2012-03-11 | 1 | -2/+3 |
* | Third try. This time pipes and stdin are supported and the | Michael Tüxen | 2012-01-25 | 1 | -0/+2 |
* | We need a 3rd try. (After learning how to run the testuite on Windows locally). | Michael Tüxen | 2012-01-24 | 1 | -2/+0 |
* | Second try. This time pipes and stdin are supported. | Michael Tüxen | 2012-01-24 | 1 | -0/+2 |
* | Move some headers for UI stuff, and the alert_box.c UI-specific file, to | Guy Harris | 2012-01-16 | 1 | -1/+3 |
* | Expand, and fix, a comment. Change a function argument name to match | Guy Harris | 2012-01-04 | 1 | -7/+16 |
* | Get rid of unnecessary assignment (the code below it always assigns a | Guy Harris | 2011-11-16 | 1 | -1/+0 |
* | Back out infrastructure change. We missed supporting | Michael Tüxen | 2011-10-20 | 1 | -2/+0 |
* | Use a global list containing all interfaces and only change | Michael Tüxen | 2011-10-20 | 1 | -0/+2 |
* | Fix prematurely-terminated comment. | Guy Harris | 2011-08-24 | 1 | -1/+1 |
* | Fix a comment; this includes describing an additional way in which we | Guy Harris | 2011-08-24 | 1 | -5/+13 |
* | Hopefully fix | Michael Tüxen | 2011-08-23 | 1 | -0/+2 |
* | Fix Windows build. | Michael Tüxen | 2011-08-05 | 1 | -3/+3 |
* | Simplification suggested by Guy. | Michael Tüxen | 2011-08-05 | 1 | -3/+1 |
* | Generate the capure sync pipe correctly. | Michael Tüxen | 2011-08-05 | 1 | -15/+37 |
* | Replace all strerror() with g_strerror(). | Stig Bjørlykke | 2011-06-28 | 1 | -15/+15 |
* | Fix the bug reported by Guy. Now | Michael Tüxen | 2011-06-27 | 1 | -6/+0 |
* | Report the correct interface when there is a problem with a capture filter. | Michael Tüxen | 2011-06-27 | 1 | -5/+11 |
* | Get rid of old non-interface specific settings which are now interface | Michael Tüxen | 2011-06-27 | 1 | -57/+8 |
* | Make pcap-ng the default. Add a compile-time option to prefer pcap-ng or | Gerald Combs | 2011-06-17 | 1 | -0/+2 |
* | Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings; | Bill Meier | 2011-06-07 | 1 | -684/+684 |
* | Fix the capturing from the GUI. Honor the iface variable. | Michael Tüxen | 2011-05-21 | 1 | -0/+7 |
* | In case we have no interface information in the array, use the global value. | Michael Tüxen | 2011-05-19 | 1 | -0/+48 |
* | Move the debug output for the generated command line arguments to the correct... | Michael Tüxen | 2011-05-19 | 1 | -3/+3 |
* | Only declare a variable if its going to be used. | Martin Mathieson | 2011-05-19 | 1 | -0/+4 |
* | We don't have the ability to set the capture buffer size on all platforms. | Guy Harris | 2011-05-18 | 1 | -0/+2 |