| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Fix warning found by doxygen | Alexis La Goutte | 2013-12-15 | 1 | -0/+2 |
* | get main_window_update out of the way... pass an update_cb to the capture_syn... | Luis Ontanon | 2013-06-27 | 1 | -1/+1 |
* | AAAAAArgh. The capture_input_new_XXX routines are called from | Guy Harris | 2013-05-22 | 1 | -40/+0 |
* | Pull the capture-session state information out of capture_opts and put | Guy Harris | 2013-05-22 | 1 | -11/+24 |
* | Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters. | Evan Huus | 2013-04-26 | 1 | -1/+1 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Add an explicit capture_cb_capture_failed indication for the case where | Guy Harris | 2012-03-13 | 1 | -1/+2 |
* | Third try. This time pipes and stdin are supported and the | Michael Tüxen | 2012-01-25 | 1 | -1/+1 |
* | We need a 3rd try. (After learning how to run the testuite on Windows locally). | Michael Tüxen | 2012-01-24 | 1 | -1/+1 |
* | Second try. This time pipes and stdin are supported. | Michael Tüxen | 2012-01-24 | 1 | -1/+1 |
* | Add 'extern "C"' wrappers and #include guards to various header files. | Gerald Combs | 2011-12-29 | 1 | -0/+8 |
* | Back out infrastructure change. We missed supporting | Michael Tüxen | 2011-10-20 | 1 | -1/+1 |
* | Use a global list containing all interfaces and only change | Michael Tüxen | 2011-10-20 | 1 | -1/+1 |
* | Get rid of old non-interface specific settings which are now interface | Michael Tüxen | 2011-06-27 | 1 | -1/+1 |
* | Doxygen fixes. | Anders Broman | 2010-08-26 | 1 | -1/+1 |
* | If dumpcap exits abnormally, report the error. | Guy Harris | 2010-05-26 | 1 | -2/+3 |
* | If something is only supposed to be included if we have libpcap, don't | Guy Harris | 2010-05-14 | 1 | -3/+0 |
* | In Wireshark and TShark, run dumpcap to get interface lists and lists of | Guy Harris | 2010-03-04 | 1 | -10/+0 |
* | The packet counts and drop counts reported by libpcap are unsigned. | Guy Harris | 2008-08-19 | 1 | -1/+1 |
* | Have separate callback mechanisms in file.c and capture.c; pass the | Guy Harris | 2008-06-24 | 1 | -0/+20 |
* | Constify some arguments. | Guy Harris | 2008-02-21 | 1 | -1/+1 |
* | Add a "-S" flag to dumpcap, which prints out interface statistics. Use | Gerald Combs | 2007-08-02 | 1 | -0/+23 |
* | Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify | Gerald Combs | 2007-07-20 | 1 | -0/+5 |
* | One more step in privilege separation. | Gerald Combs | 2007-06-11 | 1 | -1/+6 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ... | Ulf Lamping | 2006-03-13 | 1 | -1/+1 |
* | Pass two strings in capture child messages, so the child can send | Guy Harris | 2006-03-05 | 1 | -5/+11 |
* | split capture.h into capture.h, capture_loop.h and capture_opts.h and place t... | Ulf Lamping | 2005-12-03 | 1 | -117/+1 |
* | add missing functions (to complete/cleanup of interface): | Ulf Lamping | 2005-12-03 | 1 | -0/+10 |
* | Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn't | Guy Harris | 2005-11-17 | 1 | -1/+1 |
* | use the log features of the GLib to have verbose output of the capturing engi... | Ulf Lamping | 2005-05-26 | 1 | -0/+6 |
* | add a state member to the capture_opts, and set it according to the capture e... | Ulf Lamping | 2005-04-27 | 1 | -0/+10 |
* | rename capture_clear() to capture_restart() | Ulf Lamping | 2005-04-16 | 1 | -2/+2 |
* | capture engine: | Ulf Lamping | 2005-04-12 | 1 | -2/+6 |
* | Win32 only bugfix: as using TerminateProcess is the brute force way and somet... | Ulf Lamping | 2005-04-10 | 1 | -0/+3 |
* | various (minor) capture code cleanup | Ulf Lamping | 2005-03-28 | 1 | -17/+9 |
* | fix Solaris build (I've removed O_BINARY) | Ulf Lamping | 2005-03-28 | 1 | -2/+1 |
* | remove capture_child flag from capture_opts as it's no longer required | Ulf Lamping | 2005-03-28 | 1 | -5/+9 |
* | a lot more capture engine code cleanup | Ulf Lamping | 2005-03-28 | 1 | -4/+12 |
* | - pcap.h needs to be included before capture.h | Jörg Mayer | 2005-03-07 | 1 | -4/+2 |
* | Another step towards using the parent/child mode for ALL captures. | Ulf Lamping | 2005-02-28 | 1 | -0/+6 |
* | some clarification of the capture child thing | Ulf Lamping | 2005-02-27 | 1 | -1/+1 |
* | minor comment additions | Ulf Lamping | 2005-02-27 | 1 | -2/+4 |
* | CHILD_NAME is only used #ifdef HAVE_LIBPCAP | Ulf Lamping | 2005-02-23 | 1 | -2/+2 |
* | use the applications name (currently "ethereal" or "tethereal") in capture_op... | Ulf Lamping | 2005-02-23 | 1 | -1/+1 |
* | Clean up indentation. | Guy Harris | 2005-02-06 | 1 | -24/+24 |
* | another two steps towards privilege seperation: | Ulf Lamping | 2005-02-06 | 1 | -3/+8 |
* | instead of initializing the capture_options in main.c, use the new function c... | Ulf Lamping | 2005-02-06 | 1 | -0/+4 |
* | rename kill_capture_child to capture_kill_child to have a common prefix | Ulf Lamping | 2005-02-05 | 1 | -1/+1 |