remove ref to ansi_map/README in the Makefile
[obnox/wireshark/wip.git] / capture_loop.c
2007-02-19 wmeierOutput error msgs when using dumpcap from cmd-line...
2007-02-19 wmeierFix error handling for invalid named pipe;
2007-02-10 geraldWindows named pipe support, which was disabled several...
2007-01-01 wmeierFix "dumpcap -w -" to use binmode on stdout if Windows;
2006-11-07 guyAs Ulf Lamping notes:
2006-11-02 jmayerFrederic Heem:
2006-10-08 ulflfrom Richard van der Hoff:
2006-10-02 tuexenDo not show the Windows specific message on non-Windows...
2006-09-25 sahlbergmake sure we still compile for all out rh71 users
2006-09-23 ulflsquelch some compiler warnings due to currently disable...
2006-09-22 geraldAdd support for reading from stdin under Windows. ...
2006-08-26 guyGo back to setting the capture filter to an empty strin...
2006-08-21 guyInitialize the cfilter field of a capture_opts structur...
2006-07-01 guyExplicitly note that a "Please report this to the Wires...
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 sahlbergethereal->wireshark
2006-05-21 guyFix the only gerald@ethereal.com references left.
2006-05-21 guyIf we have pcap_breakloop(), at least on UN*X we can...
2006-05-20 guyThe timeout is needed if you don't have pcap_breakloop...
2006-05-20 guyDumpcap doesn't need to ensure that it doesn't block...
2006-04-29 guyHave the ring buffer routines take a pointer to a ...
2006-04-03 guyPut the low-level sync routines into a common file...
2006-04-03 guyIn Tethereal, don't save to a temporary file if "-w...
2006-03-24 ulflremove some XXX markers in comments which are no (longe...
2006-03-21 guySimplify the argument list to cap_pipe_dispatch().
2006-03-13 ulflfix bug #803: sync pipe on Win32 wasn't set to binary...
2006-03-09 ulflfix two bugs causing crashes on Win32:
2006-03-05 guyAdd in a variable we need on Windows.
2006-03-05 guyIn the capture_loop.c code, open the capture device...
2006-03-05 guyMake some routines not used outside capture_loop.c...
2006-03-05 guyPass two strings in capture child messages, so the...
2006-03-04 guyWhen capturing, we only support writing to libpcap...
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2006-02-12 guyMove create_tempfile() to tempfile.c out of util.c...
2006-02-12 ulflmark an unused parameter
2006-02-11 ulflthe point of no return ...
2006-01-07 ulflmove output_to_pipe flag from tethereal's loop_data...
2006-01-06 ulflcode cleanup: use "-" for all places, where stdin/stdou...
2006-01-04 guyHandle a null-string file name in "capture_loop_open_ou...
2005-12-31 ulflOoops, remove a debug message in the Win32 code part...
2005-12-17 ulflWin32 bugfix: peeking the signal_pipe at capture_loop...
2005-12-14 guyConstify a bunch of arguments and variables, to squelch...
2005-12-13 ulflHUGE STEP (hopefully toward the right direction):
2005-12-06 ulflrename pcap-....c/.h files to capture-pcap-....c/.h
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...
next