aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
Commit message (Expand)AuthorAgeFilesLines
...
* At least on UN*X, the first argument - argv[0] - is supposed to be theGuy Harris2006-02-121-4/+7
* Distinguish between pipe_read_block() returning 0 (EOF) or a negativeGuy Harris2006-02-121-2/+10
* Instead of using (commented-out) g_warning() calls to log errors readingGuy Harris2006-02-121-9/+26
* add a minor commentUlf Lamping2006-02-121-0/+1
* Add a routine to attempt to get the absolute pathname of the executableGuy Harris2006-02-121-4/+2
* Fix up indentation.Guy Harris2006-02-121-6/+2
* we still need sync_pipe_errmsg_to_parent() for the *NIX buildUlf Lamping2006-02-121-0/+12
* the point of no return ...Ulf Lamping2006-02-111-164/+117
* only a backup, nothing changed for now.Ulf Lamping2006-02-101-2/+50
* remove the setting of no longer required command line options:Ulf Lamping2005-12-151-14/+18
* we don't use the command line option -W any longer, remove it from a commentUlf Lamping2005-12-131-1/+0
* move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping2005-12-041-18/+1
* add missing functions (to complete/cleanup of interface):Ulf Lamping2005-12-031-7/+3
* precise some pipe message commentsUlf Lamping2005-12-031-2/+6
* Make the message length in the sync pipe message header 3 bytes ofGuy Harris2005-11-181-18/+29
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-19/+11
* fix Ethereal so command line capture parameter will work with kilobytes (again)Ulf Lamping2005-10-071-2/+0
* capture_sync.c(290) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping2005-08-201-4/+4
* Some 'no previous declararion' warning fixesJörg Mayer2005-08-141-1/+1
* various code cleanup:Ulf Lamping2005-08-081-33/+19
* Last set of char -> const char trivial warning fixes.Jörg Mayer2005-08-061-6/+6
* fix #148: (win32 only) use command line parameter -B to set capture buffer sizeUlf Lamping2005-05-301-0/+5
* some cleanup of capture error notification handlingUlf Lamping2005-05-261-6/+10
* use the log features of the GLib to have verbose output of the capturing engi...Ulf Lamping2005-05-261-4/+26
* forgot to init savefilestring = NULL;Ulf Lamping2005-05-251-0/+1
* fix #199: encapsulate capture filename, to avoid problems with spaces in the ...Ulf Lamping2005-05-251-5/+16
* (hopefully) removed various gcc warningsUlf Lamping2005-04-301-2/+1
* capture engine: Ulf Lamping2005-04-121-46/+34
* it should now be possible to use "Update packets in real time" even if used w...Ulf Lamping2005-04-121-198/+151
* various capture code cleanup and fixes: Ulf Lamping2005-04-111-61/+54
* Win32 only bugfix: as using TerminateProcess is the brute force way and somet...Ulf Lamping2005-04-101-21/+55
* refactoring of the capture startup (while the capture parent waits for the ch...Ulf Lamping2005-04-101-81/+104
* Clean up white space, and tweak a comment slightly ("message" in theGuy Harris2005-04-101-6/+6
* some minor changesUlf Lamping2005-03-281-1/+1
* bugfixes: bring non real-time captures back to former behaviour, other minor ...Ulf Lamping2005-03-281-1/+1
* remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping2005-03-281-3/+0
* a lot more capture engine code cleanupUlf Lamping2005-03-281-150/+31
* major capture engine rework: use two task model for EVERY capture modeUlf Lamping2005-03-281-17/+48
* Another step towards using the parent/child mode for ALL captures.Ulf Lamping2005-02-281-71/+94
* if capture filename passed to parent, save it. Will currently take no effect.Ulf Lamping2005-02-241-3/+11
* pass child capture filename to parent process (name currently unused) and som...Ulf Lamping2005-02-231-8/+58
* change nmake makefiles in /trunk and /trunk/epan so thatLars Roland2005-02-131-4/+0
* when building the argv string, use save_file_fd_str instead of save_file_fd t...Ulf Lamping2005-02-071-3/+3
* In the child process, capture_opts->fork_child is 0, not -1, so, in thatGuy Harris2005-02-071-14/+21
* Declare "cf_callback_t" before using it in a further declaration.Guy Harris2005-02-071-1/+1
* Get rid of a few cf_get_ references missed by the previous checkin.Guy Harris2005-02-061-2/+2
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-4/+4
* rename kill_capture_child to capture_kill_child to have a common prefixUlf Lamping2005-02-051-1/+1
* minor enhancements to Guy's last updateUlf Lamping2005-02-051-3/+3
* Put "cf_status_t" back.Guy Harris2005-02-051-6/+6