| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #148: (win32 only) use command line parameter -B to set capture buffer size | Ulf Lamping | 2005-05-30 | 1 | -0/+5 |
* | some cleanup of capture error notification handling | Ulf Lamping | 2005-05-26 | 1 | -6/+10 |
* | use the log features of the GLib to have verbose output of the capturing engi... | Ulf Lamping | 2005-05-26 | 1 | -4/+26 |
* | forgot to init savefilestring = NULL; | Ulf Lamping | 2005-05-25 | 1 | -0/+1 |
* | fix #199: encapsulate capture filename, to avoid problems with spaces in the ... | Ulf Lamping | 2005-05-25 | 1 | -5/+16 |
* | (hopefully) removed various gcc warnings | Ulf Lamping | 2005-04-30 | 1 | -2/+1 |
* | capture engine: | Ulf Lamping | 2005-04-12 | 1 | -46/+34 |
* | it should now be possible to use "Update packets in real time" even if used w... | Ulf Lamping | 2005-04-12 | 1 | -198/+151 |
* | various capture code cleanup and fixes: | Ulf Lamping | 2005-04-11 | 1 | -61/+54 |
* | Win32 only bugfix: as using TerminateProcess is the brute force way and somet... | Ulf Lamping | 2005-04-10 | 1 | -21/+55 |
* | refactoring of the capture startup (while the capture parent waits for the ch... | Ulf Lamping | 2005-04-10 | 1 | -81/+104 |
* | Clean up white space, and tweak a comment slightly ("message" in the | Guy Harris | 2005-04-10 | 1 | -6/+6 |
* | some minor changes | Ulf Lamping | 2005-03-28 | 1 | -1/+1 |
* | bugfixes: bring non real-time captures back to former behaviour, other minor ... | Ulf Lamping | 2005-03-28 | 1 | -1/+1 |
* | remove capture_child flag from capture_opts as it's no longer required | Ulf Lamping | 2005-03-28 | 1 | -3/+0 |
* | a lot more capture engine code cleanup | Ulf Lamping | 2005-03-28 | 1 | -150/+31 |
* | major capture engine rework: use two task model for EVERY capture mode | Ulf Lamping | 2005-03-28 | 1 | -17/+48 |
* | Another step towards using the parent/child mode for ALL captures. | Ulf Lamping | 2005-02-28 | 1 | -71/+94 |
* | if capture filename passed to parent, save it. Will currently take no effect. | Ulf Lamping | 2005-02-24 | 1 | -3/+11 |
* | pass child capture filename to parent process (name currently unused) and som... | Ulf Lamping | 2005-02-23 | 1 | -8/+58 |
* | change nmake makefiles in /trunk and /trunk/epan so that | Lars Roland | 2005-02-13 | 1 | -4/+0 |
* | when building the argv string, use save_file_fd_str instead of save_file_fd t... | Ulf Lamping | 2005-02-07 | 1 | -3/+3 |
* | In the child process, capture_opts->fork_child is 0, not -1, so, in that | Guy Harris | 2005-02-07 | 1 | -14/+21 |
* | Declare "cf_callback_t" before using it in a further declaration. | Guy Harris | 2005-02-07 | 1 | -1/+1 |
* | Get rid of a few cf_get_ references missed by the previous checkin. | Guy Harris | 2005-02-06 | 1 | -2/+2 |
* | another two steps towards privilege seperation: | Ulf Lamping | 2005-02-06 | 1 | -4/+4 |
* | rename kill_capture_child to capture_kill_child to have a common prefix | Ulf Lamping | 2005-02-05 | 1 | -1/+1 |
* | minor enhancements to Guy's last update | Ulf Lamping | 2005-02-05 | 1 | -3/+3 |
* | Put "cf_status_t" back. | Guy Harris | 2005-02-05 | 1 | -6/+6 |
* | huge cleanup of capture file API (functions in file.c/file.h). | Ulf Lamping | 2005-02-04 | 1 | -23/+29 |
* | remove access to global cfile, use access functions and capture_opts instead | Ulf Lamping | 2005-02-04 | 1 | -6/+7 |
* | add missing conversion to new use of save_file and fork_child | Ronnie Sahlberg | 2005-02-04 | 1 | -4/+4 |
* | (some) redesign of capture data structures. | Ulf Lamping | 2005-02-04 | 1 | -49/+48 |
* | move capture_file_fd field from capture_file to capture_opts type, as this is... | Ulf Lamping | 2005-02-03 | 1 | -2/+2 |
* | Fix it to compile on systems without "pcap_datalink_val_to_name()" (or | Guy Harris | 2004-12-29 | 1 | -1/+1 |
* | Don't use a global capture_opts in the capturing engine (this isn't a good id... | Ulf Lamping | 2004-12-29 | 1 | -48/+52 |
* | Move some #defines and #includes around, and add some other #includes, | Guy Harris | 2004-10-30 | 1 | -0/+40 |
* | code cleanup: split capture_sync from capture.c into it's own file. | Ulf Lamping | 2004-10-30 | 1 | -0/+796 |