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