Fix more "no previous declaration" warnings
[obnox/wireshark/wip.git] / capture_loop.c
2005-05-26 ulflfix #125: as suggested, the data in rechdr has to be...
2005-05-26 ulflsome cleanup of capture error notification handling
2005-05-26 ulfluse the log features of the GLib to have verbose output...
2005-05-12 guyUse "pcap_get_selectable_fd()" if we have it, and if...
2005-04-30 ulfl(hopefully) removed various gcc warnings
2005-04-16 ulflbeautify an error message
2005-04-12 ulflcapture engine:
2005-04-12 ulflit should now be possible to use "Update packets in...
2005-04-11 ulflfix some error handling
2005-04-10 ulflfix a typo
2005-04-10 ulflWin32 only bugfix: as using TerminateProcess is the...
2005-04-10 guyFix indentation.
2005-03-28 ulflvarious (minor) capture code cleanup
2005-03-28 ulflfix Solaris build (I've removed O_BINARY)
2005-03-28 ulflremove capture_child flag from capture_opts as it's...
2005-03-28 ulfla lot more capture engine code cleanup
2005-03-28 ulflmajor capture engine rework: use two task model for...
2005-03-23 guyIf we have "pcap_freecode()", use it to free the instru...
2005-03-21 guyAdd a capture_fr() routine when capturing on Frame...
2005-02-23 ulflpass child capture filename to parent process (name...
2005-02-15 guyWinPcap 3.0 might support PPP/WAN capturing on Windows...
2005-02-06 guyGet rid of a few cf_get_ references missed by the previ...
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-04 ulflremove #include "globals.h" and access to global cfile...
2005-02-04 ulfl(some) redesign of capture data structures.
2005-02-03 ulflmove capture_file_fd field from capture_file to capture...
2005-02-03 ulflprevent ringbuffer from having to know about capture_fi...
2005-01-13 ulflfix a bug (reported by Greg Morris) caused by code...
2005-01-07 guyFrom Thomas Boehne: fix a call to use errmsg_len rather...
2004-12-29 guyPass "capture_opts" to "capture_loop_dispatch()", as
2004-12-29 ulflmove global capture_child flag into capture_options
2004-12-29 ulflDon't use a global capture_opts in the capturing engine...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-12-29 guyUse the "errmsg_len" argument to "capture_loop_open_out...
2004-12-28 ulflsome code cleanup (comments changed)
2004-12-27 ulfla lot of code cleanup/refactoring
2004-10-30 guyMove some #defines and #includes around, and add some...
2004-10-30 ulflsplit capture_loop from capture.c, some more code cleanup