| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | updated some comments | Ulf Lamping | 2005-02-05 | 1 | -4/+8 |
* | (some) redesign of capture data structures. | Ulf Lamping | 2005-02-04 | 1 | -2/+7 |
* | move capture_file_fd field from capture_file to capture_opts type, as this is... | Ulf Lamping | 2005-02-03 | 1 | -0/+1 |
* | move global capture_child flag into capture_options | Ulf Lamping | 2004-12-29 | 1 | -3/+1 |
* | Don't use a global capture_opts in the capturing engine (this isn't a good id... | Ulf Lamping | 2004-12-29 | 1 | -11/+8 |
* | split capture_loop from capture.c, some more code cleanup | Ulf Lamping | 2004-10-30 | 1 | -10/+16 |
* | move quit_after_cap into capture_opts | Ulf Lamping | 2004-10-30 | 1 | -4/+8 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Make sure child processes don't create a splash screen. Make the verbs in | Gerald Combs | 2004-07-06 | 1 | -3/+3 |
* | added an option to "avoid" the capture info dialog completely. | Ulf Lamping | 2004-06-20 | 1 | -1/+2 |
* | add more details for doxygen | Ulf Lamping | 2004-06-04 | 1 | -37/+46 |
* | From Jon Oberheide: Add interface name to the capture and ethereal window | Michael Tüxen | 2004-04-13 | 1 | -2/+3 |
* | experimental: make usage of pcap_setbuff to increase the kernel buffer size | Ulf Lamping | 2004-03-13 | 1 | -1/+4 |
* | fixed differences between capture GUI frontend and backend | Ulf Lamping | 2004-03-04 | 1 | -13/+12 |
* | implemented capture dialog 3rd (+x) proposal | Ulf Lamping | 2004-03-02 | 1 | -8/+16 |
* | Capturing: "Number of files" switches between normal and multiple mode, | Ulf Lamping | 2004-02-28 | 1 | -2/+2 |
* | quit_after_cap should be a gboolean, not an int, and it should be initialized | Ulf Lamping | 2004-02-21 | 1 | -2/+2 |
* | rework of capture.c: better seperation of sync and capture pipe by using | Ulf Lamping | 2004-02-21 | 1 | -5/+1 |
* | seperated capture dialog from capture.c and put into new gtk/capture_info_dlg.c | Ulf Lamping | 2003-11-15 | 1 | -1/+34 |
* | Based on a patch from Brian Fundakowski Feldman, add support for setting | Guy Harris | 2003-11-01 | 1 | -1/+3 |
* | Don't pop up tap windows specified with "-z" options until we have a | Guy Harris | 2003-09-15 | 1 | -5/+5 |
* | Implement a ring buffer switch duration: | Laurent Deniel | 2003-05-15 | 1 | -1/+3 |
* | From Albert Chin: "sync_pipe[]" isn't exported by "capture.c", so it | Guy Harris | 2003-01-09 | 1 | -2/+1 |
* | From Graeme Hewson: | Guy Harris | 2002-09-09 | 1 | -2/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | Put all the capture options into a structure. | Guy Harris | 2002-02-24 | 1 | -11/+22 |