| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | At least on UN*X, the first argument - argv[0] - is supposed to be the | Guy Harris | 2006-02-12 | 1 | -4/+7 |
* | Distinguish between pipe_read_block() returning 0 (EOF) or a negative | Guy Harris | 2006-02-12 | 1 | -2/+10 |
* | Instead of using (commented-out) g_warning() calls to log errors reading | Guy Harris | 2006-02-12 | 1 | -9/+26 |
* | add a minor comment | Ulf Lamping | 2006-02-12 | 1 | -0/+1 |
* | Add a routine to attempt to get the absolute pathname of the executable | Guy Harris | 2006-02-12 | 1 | -4/+2 |
* | Fix up indentation. | Guy Harris | 2006-02-12 | 1 | -6/+2 |
* | we still need sync_pipe_errmsg_to_parent() for the *NIX build | Ulf Lamping | 2006-02-12 | 1 | -0/+12 |
* | the point of no return ... | Ulf Lamping | 2006-02-11 | 1 | -164/+117 |
* | only a backup, nothing changed for now. | Ulf Lamping | 2006-02-10 | 1 | -2/+50 |
* | remove the setting of no longer required command line options: | Ulf Lamping | 2005-12-15 | 1 | -14/+18 |
* | we don't use the command line option -W any longer, remove it from a comment | Ulf Lamping | 2005-12-13 | 1 | -1/+0 |
* | move the complete functionality of the capture info dialog from capture_loop.... | Ulf Lamping | 2005-12-04 | 1 | -18/+1 |
* | add missing functions (to complete/cleanup of interface): | Ulf Lamping | 2005-12-03 | 1 | -7/+3 |
* | precise some pipe message comments | Ulf Lamping | 2005-12-03 | 1 | -2/+6 |
* | Make the message length in the sync pipe message header 3 bytes of | Guy Harris | 2005-11-18 | 1 | -18/+29 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -19/+11 |
* | fix Ethereal so command line capture parameter will work with kilobytes (again) | Ulf Lamping | 2005-10-07 | 1 | -2/+0 |
* | capture_sync.c(290) : warning C4090: 'function' : different 'const' qualifiers | Ulf Lamping | 2005-08-20 | 1 | -4/+4 |
* | Some 'no previous declararion' warning fixes | Jörg Mayer | 2005-08-14 | 1 | -1/+1 |
* | various code cleanup: | Ulf Lamping | 2005-08-08 | 1 | -33/+19 |
* | Last set of char -> const char trivial warning fixes. | Jörg Mayer | 2005-08-06 | 1 | -6/+6 |
* | 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 |