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