From Elliott: Add contrast to the border.
[obnox/wireshark/wip.git] / capture_opts.c
2009-04-27 tuexenAdd -n option to dumpcap. It will save the capture...
2009-02-23 guyHave the minimum snapshot length be 1 byte, and have...
2008-12-21 guyIf we don't have any of the pcap_datalink_XXX_to_YYY...
2008-11-03 stigUse correct type when printing remote_port.
2008-10-31 stigFix some "format not a string literal and no format...
2008-06-23 stigDo not only update the argument name, but also where...
2008-06-23 guyRename a variable to avoid collisions with a global...
2008-06-20 guycapture_opts_print_statistics() has nothing to do with...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-12 geraldIf we have pcap_open, call it instead of pcap_open_live...
2008-04-09 ulflreplace confusing #if checking for GlIB2.6.0 by #if...
2008-02-23 wmeierEnsure tshark/wireshark always get good err msgs from...
2008-02-07 stigRemoved some more "statement not reached" warnings.
2007-12-04 kukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-09-25 ulflas "advertised" some days ago:
2007-08-30 geraldChange the "--enable-setuid-install" option to install...
2007-08-28 wmeiercapture_opts_log: use dummy string if iface_desc is...
2007-08-22 morrissFix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2007-08-02 geraldAdd a "-S" flag to dumpcap, which prints out interface...
2007-07-20 geraldRemove the "-I" flag from dumpcap, and add a "-M" flag...
2007-06-25 sfisherFix bug #1665 / From Nikns Siankin:
2007-06-11 geraldFix compilation under VS6 (hopefully without breaking...
2007-06-11 geraldOne more step in privilege separation.
2007-01-21 guyHave the routines to get interface lists take a pointer...
2007-01-12 ulflWin32: MSVC > 6 doesn't work well with Unicode filenames!
2007-01-03 ulflfrom Laurent Rabret:
2007-01-01 wmeierFrom Pierre Juhen: patch to correct the bug 1220
2006-11-02 jmayerFrederic Heem:
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-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-04-21 ulflprepare to list the IP addresses in the command line...
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-01 guyA "-b" argument must have a : in it, as it has to speci...
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2006-02-11 ulflthe point of no return ...
2006-02-10 ulflremove all calls to exit() from the capture_opts.c...
2006-01-12 ulflfix #661
2006-01-07 ulflmove output_to_pipe flag from tethereal's loop_data...
2005-12-17 ulflWin32 bugfix: peeking the signal_pipe at capture_loop...
2005-12-13 ulflHUGE STEP (hopefully toward the right direction):
2005-12-05 ulfladd capture_opts_trim(), as this sequence is used three...
2005-12-03 ulflsplit capture.h into capture.h, capture_loop.h and...
2005-11-17 guyHandle "-G" only in Tethereal - it doesn't work in...
2005-11-12 ulflincluding io.h isn't needed
2005-10-07 ulflfix Ethereal so command line capture parameter will...
2005-05-30 ulflfix #148: (win32 only) use command line parameter ...
2005-05-26 ulfluse the log features of the GLib to have verbose output...
2005-04-27 ulfladd a state member to the capture_opts, and set it...
2005-04-12 ulflcapture engine:
2005-04-10 ulflWin32 only bugfix: as using TerminateProcess is the...
2005-03-28 ulflbugfixes: bring non real-time captures back to former...
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 guyThe "cf" field of a "capture_options" structure is...
2005-03-28 ulflmajor capture engine rework: use two task model for...
2005-02-27 guyMove "get_natural_int()" and "get_positive_int()" from...
2005-02-24 legoavoid capture stopping after just 1 packet in tethereal,
2005-02-24 guyInclude <string.h> and <ctype.h> to get the appropriate...
2005-02-23 ulflpass child capture filename to parent process (name...
2005-02-23 ulfluse the applications name (currently "ethereal" or...
2005-02-23 ulflmove capture_opts related things (init, command line...