aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-23/+29
* remove access to global cfile, use access functions and capture_opts insteadUlf Lamping2005-02-041-6/+7
* add missing conversion to new use of save_file and fork_childRonnie Sahlberg2005-02-041-4/+4
* (some) redesign of capture data structures.Ulf Lamping2005-02-041-49/+48
* move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping2005-02-031-2/+2
* Fix it to compile on systems without "pcap_datalink_val_to_name()" (orGuy Harris2004-12-291-1/+1
* Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping2004-12-291-48/+52
* Move some #defines and #includes around, and add some other #includes,Guy Harris2004-10-301-0/+40
* code cleanup: split capture_sync from capture.c into it's own file. Ulf Lamping2004-10-301-0/+796