add capture_opts_trim(), as this sequence is used three times now (will replace the...
[obnox/wireshark/wip.git] / capture_loop.c
2005-12-05 ulflI've forgot to put one line under _WIN32, should fix...
2005-12-05 ulflWin32: fix signal_pipe handling if we run dumpcap as...
2005-12-04 ulflmove the complete functionality of the capture info...
2005-12-03 ulflsplit some parts of the packet counting functions into...
2005-12-03 ulflsplit capture.h into capture.h, capture_loop.h and...
2005-12-03 ulflthe function capture_loop_popup_errmsg seems to be...
2005-12-02 ulflperformance improvement: if the packet info dialog...
2005-11-28 ulfldumpcap.c doesn't need to link with file.c!
2005-11-28 ulflfirst steps towards a separated capture tool, working...
2005-11-25 ulflrephrase the error dialog if an interface couldn't...
2005-11-07 guyFix a typo.
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-10-30 guyMake capture filter (and capture filter error message...
2005-10-07 ulflfix Ethereal so command line capture parameter will...
2005-10-06 ulflbugfix: reset the packet counter to zero, if switching...
2005-10-04 guyAdd a note about 64-bit support in WinPcap to the captu...
2005-09-27 ulflmention "wiki.ethereal.com/CaptureSetup" in the error...
2005-09-22 guyLibpcap uses u_char; use it in our calls to libpcap...
2005-09-22 guyUpdate to current reality (WinPcap 3.1) the messages...
2005-09-14 ulfladded compression support for capture file output....
2005-08-06 jmayerLast set of char -> const char trivial warning fixes.
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