cdma2k: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
[metze/wireshark/wip.git] / capture_opts.c
2011-12-29 Guy HarrisAdd an additional DONT_HAVE_PCAP return value from...
2011-10-20 Michael TüxenBack out infrastructure change. We missed supporting
2011-10-20 Michael TüxenUse a global list containing all interfaces and only...
2011-08-29 Gerald CombsReplace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as...
2011-07-21 Michael TüxenUndo the checking of command line interfaces. It might...
2011-07-21 Michael TüxenMake sure that the interfaces listed in ifaces really...
2011-07-11 Gerald CombsHaving a non-NULL capture_opts->save_file might make...
2011-07-11 Gerald CombsIn version_info.c, assume we always have the "matches...
2011-06-30 Guy HarrisOops, indented one of the "Promiscuous" ones.
2011-06-30 Guy HarrisLine up the colons.
2011-06-30 Guy HarrisIt's not made from semolina. :-)
2011-06-30 Michael TüxenCleanup.
2011-06-28 Michael TüxenCode cleanup.
2011-06-27 Michael TüxenGet rid of old non-interface specific settings which...
2011-06-17 Gerald CombsMake pcap-ng the default. Add a compile-time option...
2011-06-16 Michael TüxenReally print the rpcap username when logging, not
2011-05-31 Michael TüxenGet rid of has_cfilter to simplify the handling of...
2011-05-19 Michael TüxenIt is not an error (anymore) to specify multiple captur...
2011-05-16 Michael TüxenMake remote capturing settings a per interface thing...
2011-05-16 Michael TüxenMake pcap samping a per interface setting.
2011-05-16 Michael Tüxen* Fix a bug when printing a pointer.
2011-05-13 Michael TüxenGet -L and -d working with multiple interface. Internal...
2011-05-13 Michael TüxenUse the same default value for the snaplen in the new...
2011-05-12 Michael TüxenAdd support for handling multiple interfaces as command...
2011-05-12 Michael TüxenAnother whitespace cleanup.
2011-05-12 Michael TüxenClean up some indentation. A purely whitespace change.
2011-04-11 Guy HarrisBack out Jeff Morris's change to make the autostop...
2011-04-11 Guy HarrisJeff Morris's change to make the autostop file size...
2011-04-10 Guy HarrisRename ws_stat to ws_stat64, and make it take a pointer...
2011-03-28 Chris MaynardUse fprintf_stderr() instead of printf() so "wireshark...
2011-03-01 Michael TüxenMake HAVE_PCAP_REMOTE and HAVE_PCAP_SETSAMPLING independent
2010-09-08 Stephen FisherFollow up to rev 34073: Since "-b files:0" is no longer...
2010-08-28 Sake BlokAs mentioned on the users-mailinglist[1], it could...
2010-05-27 Gerald CombsSet RINGBUFFER_MAX_NUM_FILES to 100000. Use it to gener...
2010-05-27 Guy HarrisMake -q not a capture option again - it's used by tshar...
2010-05-26 Guy HarrisAdd a -q flag to dumpcap, to squelch its reporting...
2010-05-14 Guy HarrisUm, no, the problem with the Leopard x86 build is that...
2010-05-14 Guy HarrisSee whether the Leopard x86 buildbot is upset because...
2010-05-13 Guy HarrisFetch an indication of whether the interface supports...
2010-05-08 Guy HarrisPrune some includes.
2010-05-07 Guy HarrisAs with the list of data link types, so with the list...
2010-05-07 Guy HarrisAdd routines vfprintf_stderr() and fprintf_stderr(...
2010-05-07 Guy HarrisFor TShark and Wireshark, get the list of link-layer...
2010-05-07 Guy HarrisHandle -I in the options processing.
2010-05-06 Guy HarrisJust check for pcap_create(); it first appeared in...
2010-05-06 Anders BromanChecking in Stigs changes from
2010-03-04 Guy HarrisSquelch some compiler warnings.
2010-03-04 Guy HarrisIn Wireshark and TShark, run dumpcap to get interface...
2010-01-29 Bill MeierFix various gcc -Wshadow warnings.
2009-04-27 Michael TüxenAdd -n option to dumpcap. It will save the capture...
2009-02-23 Guy HarrisHave the minimum snapshot length be 1 byte, and have...
2008-12-21 Guy HarrisIf we don't have any of the pcap_datalink_XXX_to_YYY...
2008-11-03 Stig BjørlykkeUse correct type when printing remote_port.
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-06-23 Stig BjørlykkeDo not only update the argument name, but also where...
2008-06-23 Guy HarrisRename a variable to avoid collisions with a global...
2008-06-20 Guy Harriscapture_opts_print_statistics() has nothing to do with...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-12 Gerald CombsIf we have pcap_open, call it instead of pcap_open_live...
2008-04-09 Ulf Lampingreplace confusing #if checking for GlIB2.6.0 by #if...
2008-02-23 Bill MeierEnsure tshark/wireshark always get good err msgs from...
2008-02-07 Stig BjørlykkeRemoved some more "statement not reached" warnings.
2007-12-04 Tomas KukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-09-25 Ulf Lampingas "advertised" some days ago:
2007-08-30 Gerald CombsChange the "--enable-setuid-install" option to install...
2007-08-28 Bill Meiercapture_opts_log: use dummy string if iface_desc is...
2007-08-22 Jeff MorrissFix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2007-08-02 Gerald CombsAdd a "-S" flag to dumpcap, which prints out interface...
2007-07-20 Gerald CombsRemove the "-I" flag from dumpcap, and add a "-M" flag...
2007-06-25 Stephen FisherFix bug #1665 / From Nikns Siankin:
2007-06-11 Gerald CombsFix compilation under VS6 (hopefully without breaking...
2007-06-11 Gerald CombsOne more step in privilege separation.
2007-01-21 Guy HarrisHave the routines to get interface lists take a pointer...
2007-01-12 Ulf LampingWin32: MSVC > 6 doesn't work well with Unicode filenames!
2007-01-03 Ulf Lampingfrom Laurent Rabret:
2007-01-01 Bill MeierFrom Pierre Juhen: patch to correct the bug 1220
2006-11-02 Jörg MayerFrederic Heem:
2006-08-26 Guy HarrisGo back to setting the capture filter to an empty strin...
2006-08-21 Guy HarrisInitialize the cfilter field of a capture_opts structur...
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-04-21 Ulf Lampingprepare to list the IP addresses in the command line...
2006-04-03 Guy HarrisIn Tethereal, don't save to a temporary file if "-w...
2006-03-24 Ulf Lampingremove some XXX markers in comments which are no (longe...
2006-03-01 Guy HarrisA "-b" argument must have a : in it, as it has to speci...
2006-02-17 Ulf Lampingremove dependencies to pcap.h, so getting an idea what...
2006-02-11 Ulf Lampingthe point of no return ...
2006-02-10 Ulf Lampingremove all calls to exit() from the capture_opts.c...
2006-01-12 Ulf Lampingfix #661
2006-01-07 Ulf Lampingmove output_to_pipe flag from tethereal's loop_data...
2005-12-17 Ulf LampingWin32 bugfix: peeking the signal_pipe at capture_loop...
2005-12-13 Ulf LampingHUGE STEP (hopefully toward the right direction):
2005-12-05 Ulf Lampingadd capture_opts_trim(), as this sequence is used three...
2005-12-03 Ulf Lampingsplit capture.h into capture.h, capture_loop.h and...
2005-11-17 Guy HarrisHandle "-G" only in Tethereal - it doesn't work in...
2005-11-12 Ulf Lampingincluding io.h isn't needed
2005-10-07 Ulf Lampingfix Ethereal so command line capture parameter will...
2005-05-30 Ulf Lampingfix #148: (win32 only) use command line parameter ...
2005-05-26 Ulf Lampinguse the log features of the GLib to have verbose output...
next