remove some strcpy()
[metze/wireshark/wip.git] / capture_loop.c
2005-09-14 Ulf Lampingadded compression support for capture file output....
2005-08-06 Jörg MayerLast set of char -> const char trivial warning fixes.
2005-05-26 Ulf Lampingfix #125: as suggested, the data in rechdr has to be...
2005-05-26 Ulf Lampingsome cleanup of capture error notification handling
2005-05-26 Ulf Lampinguse the log features of the GLib to have verbose output...
2005-05-12 Guy HarrisUse "pcap_get_selectable_fd()" if we have it, and if...
2005-04-30 Ulf Lamping(hopefully) removed various gcc warnings
2005-04-16 Ulf Lampingbeautify an error message
2005-04-12 Ulf Lampingcapture engine:
2005-04-12 Ulf Lampingit should now be possible to use "Update packets in...
2005-04-11 Ulf Lampingfix some error handling
2005-04-10 Ulf Lampingfix a typo
2005-04-10 Ulf LampingWin32 only bugfix: as using TerminateProcess is the...
2005-04-10 Guy HarrisFix indentation.
2005-03-28 Ulf Lampingvarious (minor) capture code cleanup
2005-03-28 Ulf Lampingfix Solaris build (I've removed O_BINARY)
2005-03-28 Ulf Lampingremove capture_child flag from capture_opts as it's...
2005-03-28 Ulf Lampinga lot more capture engine code cleanup
2005-03-28 Ulf Lampingmajor capture engine rework: use two task model for...
2005-03-23 Guy HarrisIf we have "pcap_freecode()", use it to free the instru...
2005-03-21 Guy HarrisAdd a capture_fr() routine when capturing on Frame...
2005-02-23 Ulf Lampingpass child capture filename to parent process (name...
2005-02-15 Guy HarrisWinPcap 3.0 might support PPP/WAN capturing on Windows...
2005-02-06 Guy HarrisGet rid of a few cf_get_ references missed by the previ...
2005-02-06 Ulf Lampinganother two steps towards privilege seperation:
2005-02-04 Ulf Lampingremove #include "globals.h" and access to global cfile...
2005-02-04 Ulf Lamping(some) redesign of capture data structures.
2005-02-03 Ulf Lampingmove capture_file_fd field from capture_file to capture...
2005-02-03 Ulf Lampingprevent ringbuffer from having to know about capture_fi...
2005-01-13 Ulf Lampingfix a bug (reported by Greg Morris) caused by code...
2005-01-07 Guy HarrisFrom Thomas Boehne: fix a call to use errmsg_len rather...
2004-12-29 Guy HarrisPass "capture_opts" to "capture_loop_dispatch()", as
2004-12-29 Ulf Lampingmove global capture_child flag into capture_options
2004-12-29 Ulf LampingDon't use a global capture_opts in the capturing engine...
2004-12-29 Guy HarrisMake the tone of the error messages a bit less formal...
2004-12-29 Guy HarrisUse the "errmsg_len" argument to "capture_loop_open_out...
2004-12-28 Ulf Lampingsome code cleanup (comments changed)
2004-12-27 Ulf Lampinga lot of code cleanup/refactoring
2004-10-30 Guy HarrisMove some #defines and #includes around, and add some...
2004-10-30 Ulf Lampingsplit capture_loop from capture.c, some more code cleanup