| Commit message (Expand) | Author | Age | Files | Lines |
* | When including <epan/prefs.h> don't force inclusion of <epan/uat.h> | Jakub Zawadzki | 2013-12-03 | 1 | -0/+1 |
* | Move the epan/filesystem.c routines to wsutil; they're not specific to | Guy Harris | 2013-11-17 | 1 | -1/+1 |
* | Replace a question in a comment with a better explanation (that answers the q... | Jeff Morriss | 2013-10-11 | 1 | -3/+2 |
* | Handle the 2GiB boundary case of the max filesize autostop condition properly... | Chris Maynard | 2013-08-29 | 1 | -16/+16 |
* | Add a routine to create a dummy signal pipe and pass it to dumpcap when | Gerald Combs | 2013-08-24 | 1 | -1/+27 |
* | pass --capture-comment from tshark to dumpcap | Martin Kaiser | 2013-08-01 | 1 | -0/+5 |
* | Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th... | Jeff Morriss | 2013-07-15 | 1 | -1/+1 |
* | MS: list interfaces! | Luis Ontanon | 2013-06-27 | 1 | -1/+17 |
* | get main_window_update out of the way... pass an update_cb to the capture_syn... | Luis Ontanon | 2013-06-27 | 1 | -17/+17 |
* | From Mike Garratt: | Anders Broman | 2013-06-04 | 1 | -2/+39 |
* | No need for those arguments to be pointers to arrays of const pointers, | Guy Harris | 2013-05-23 | 1 | -15/+15 |
* | Fix the Windows side to look for the signal pipe stuff in cap_session. | Guy Harris | 2013-05-22 | 1 | -3/+3 |
* | Pull the capture-session state information out of capture_opts and put | Guy Harris | 2013-05-22 | 1 | -32/+47 |
* | From Michal Labedzki: linktype_val_to_name() returns a string, not a | Guy Harris | 2013-03-25 | 1 | -3/+1 |
* | 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 |