aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-06another two steps towards privilege seperation:Ulf Lamping1-4/+4
2005-02-05rename kill_capture_child to capture_kill_child to have a common prefixUlf Lamping1-1/+1
2005-02-05minor enhancements to Guy's last updateUlf Lamping1-3/+3
2005-02-05Put "cf_status_t" back.Guy Harris1-6/+6
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-23/+29
2005-02-04remove access to global cfile, use access functions and capture_opts insteadUlf Lamping1-6/+7
2005-02-04add missing conversion to new use of save_file and fork_childRonnie Sahlberg1-4/+4
2005-02-04(some) redesign of capture data structures.Ulf Lamping1-49/+48
2005-02-03move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping1-2/+2
2004-12-29Fix it to compile on systems without "pcap_datalink_val_to_name()" (orGuy Harris1-1/+1
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping1-48/+52
2004-10-30Move some #defines and #includes around, and add some other #includes,Guy Harris1-0/+40
2004-10-30code cleanup: split capture_sync from capture.c into it's own file. Ulf Lamping1-0/+796