Reflect the move of dftest.c back to the top-level directory.
[obnox/wireshark/wip.git] / capture_opts.c
2012-01-25 guyActually, you only have monitor mode support if you...
2012-01-25 morrissmonitor_mode_enabled is only available on WIN32 or...
2012-01-25 tuexenThird try. This time pipes and stdin are supported...
2012-01-24 tuexenWe need a 3rd try. (After learning how to run the testu...
2012-01-24 tuexenSecond try. This time pipes and stdin are supported.
2011-12-29 guyAdd an additional DONT_HAVE_PCAP return value from...
2011-10-20 tuexenBack out infrastructure change. We missed supporting
2011-10-20 tuexenUse a global list containing all interfaces and only...
2011-08-29 geraldReplace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as...
2011-07-21 tuexenUndo the checking of command line interfaces. It might...
2011-07-21 tuexenMake sure that the interfaces listed in ifaces really...
2011-07-11 geraldHaving a non-NULL capture_opts->save_file might make...
2011-07-11 geraldIn version_info.c, assume we always have the "matches...
2011-06-30 guyOops, indented one of the "Promiscuous" ones.
2011-06-30 guyLine up the colons.
2011-06-30 guyIt's not made from semolina. :-)
2011-06-30 tuexenCleanup.
2011-06-28 tuexenCode cleanup.
2011-06-27 tuexenGet rid of old non-interface specific settings which...
2011-06-17 geraldMake pcap-ng the default. Add a compile-time option...
2011-06-16 tuexenReally print the rpcap username when logging, not
2011-05-31 tuexenGet rid of has_cfilter to simplify the handling of...
2011-05-19 tuexenIt is not an error (anymore) to specify multiple captur...
2011-05-16 tuexenMake remote capturing settings a per interface thing...
2011-05-16 tuexenMake pcap samping a per interface setting.
2011-05-16 tuexen* Fix a bug when printing a pointer.
2011-05-13 tuexenGet -L and -d working with multiple interface. Internal...
2011-05-13 tuexenUse the same default value for the snaplen in the new...
2011-05-12 tuexenAdd support for handling multiple interfaces as command...
2011-05-12 tuexenAnother whitespace cleanup.
2011-05-12 tuexenClean up some indentation. A purely whitespace change.
2011-04-11 guyBack out Jeff Morris's change to make the autostop...
2011-04-11 guyJeff Morris's change to make the autostop file size...
2011-04-10 guyRename ws_stat to ws_stat64, and make it take a pointer...
2011-03-28 cmaynardUse fprintf_stderr() instead of printf() so "wireshark...
2011-03-01 tuexenMake HAVE_PCAP_REMOTE and HAVE_PCAP_SETSAMPLING independent
2010-09-08 sfisherFollow up to rev 34073: Since "-b files:0" is no longer...
2010-08-28 sakeAs mentioned on the users-mailinglist[1], it could...
2010-05-27 geraldSet RINGBUFFER_MAX_NUM_FILES to 100000. Use it to gener...
2010-05-27 guyMake -q not a capture option again - it's used by tshar...
2010-05-26 guyAdd a -q flag to dumpcap, to squelch its reporting...
2010-05-14 guyUm, no, the problem with the Leopard x86 build is that...
2010-05-14 guySee whether the Leopard x86 buildbot is upset because...
2010-05-13 guyFetch an indication of whether the interface supports...
2010-05-08 guyPrune some includes.
2010-05-07 guyAs with the list of data link types, so with the list...
2010-05-07 guyAdd routines vfprintf_stderr() and fprintf_stderr(...
2010-05-07 guyFor TShark and Wireshark, get the list of link-layer...
2010-05-07 guyHandle -I in the options processing.
2010-05-06 guyJust check for pcap_create(); it first appeared in...
2010-05-06 etxrabChecking in Stigs changes from
2010-03-04 guySquelch some compiler warnings.
2010-03-04 guyIn Wireshark and TShark, run dumpcap to get interface...
2010-01-29 wmeierFix various gcc -Wshadow warnings.
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...
next