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