aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.c
Commit message (Expand)AuthorAgeFilesLines
* (hopefully) removed various gcc warningsUlf Lamping2005-04-301-1/+1
* beautify an error messageUlf Lamping2005-04-161-7/+11
* capture engine: Ulf Lamping2005-04-121-24/+38
* it should now be possible to use "Update packets in real time" even if used w...Ulf Lamping2005-04-121-0/+5
* fix some error handlingUlf Lamping2005-04-111-5/+17
* fix a typoUlf Lamping2005-04-101-1/+1
* Win32 only bugfix: as using TerminateProcess is the brute force way and somet...Ulf Lamping2005-04-101-0/+17
* Fix indentation.Guy Harris2005-04-101-10/+10
* various (minor) capture code cleanupUlf Lamping2005-03-281-0/+16
* fix Solaris build (I've removed O_BINARY)Ulf Lamping2005-03-281-13/+10
* remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping2005-03-281-37/+8
* a lot more capture engine code cleanupUlf Lamping2005-03-281-21/+76
* major capture engine rework: use two task model for EVERY capture modeUlf Lamping2005-03-281-0/+26
* If we have "pcap_freecode()", use it to free the instructions for a BPFGuy Harris2005-03-231-0/+6
* Add a capture_fr() routine when capturing on Frame Relay.Guy Harris2005-03-211-0/+5
* pass child capture filename to parent process (name currently unused) and som...Ulf Lamping2005-02-231-0/+1
* WinPcap 3.0 might support PPP/WAN capturing on Windows OT, so lump itGuy Harris2005-02-151-7/+11
* Get rid of a few cf_get_ references missed by the previous checkin.Guy Harris2005-02-061-1/+1
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-5/+5
* remove #include "globals.h" and access to global cfile, use access functions ...Ulf Lamping2005-02-041-17/+16
* (some) redesign of capture data structures.Ulf Lamping2005-02-041-10/+10
* move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping2005-02-031-4/+4
* prevent ringbuffer from having to know about capture_file type at all (decoup...Ulf Lamping2005-02-031-3/+3
* fix a bug (reported by Greg Morris) caused by code cleanup (blame it on me): Ulf Lamping2005-01-131-1/+2
* From Thomas Boehne: fix a call to use errmsg_len rather than sizeofGuy Harris2005-01-071-1/+1
* Pass "capture_opts" to "capture_loop_dispatch()", asGuy Harris2004-12-291-3/+3
* move global capture_child flag into capture_optionsUlf Lamping2004-12-291-17/+18
* Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping2004-12-291-33/+34
* Make the tone of the error messages a bit less formal, by usingGuy Harris2004-12-291-2/+2
* Use the "errmsg_len" argument to "capture_loop_open_output()" -Guy Harris2004-12-291-3/+3
* some code cleanup (comments changed)Ulf Lamping2004-12-281-1/+7
* a lot of code cleanup/refactoringUlf Lamping2004-12-271-295/+393
* Move some #defines and #includes around, and add some other #includes,Guy Harris2004-10-301-2/+21
* split capture_loop from capture.c, some more code cleanupUlf Lamping2004-10-301-0/+1355