Add option to use wall-clock intervals
[metze/wireshark/wip.git] / capture_opts.c
2017-07-03 Sake BlokAdd option to use wall-clock intervals
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2017-04-25 Stig BjørlykkeQt: Add interface toolbar support
2017-04-09 Guy HarrisMove the filter file reading code to libui.
2017-02-14 Dario Lombardowiretap: add cleanup routine.
2017-02-02 Dario Lombardocapture_opts: free memory on exit to avoid leak.
2016-09-11 Guy HarrisMore signed vs. unsigned argument cleanups.
2016-07-30 Roland Knallextcap: Use stderr to print error message
2016-07-05 Roland Knallextcap: Remove g_spawn_helper support
2016-06-28 Guy HarrisPull quit_after_cap out of the global capture options.
2016-01-27 Mike78Allow/Create an option to use "capture filter" labels...
2015-12-11 Mikael KanstrupFix memory leaks in all_ifaces when interface list...
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-11-04 Guy HarrisDon't include stuff from libwireshark.
2015-11-04 Guy HarrisDon't include "file.h" if you don't need it.
2015-04-13 Pascal QuantinFix extcap interface capture with tshark
2015-03-25 Guy HarrisHave a #define for whether the capture buffer size...
2014-10-17 Guy HarrisGet rid of some no-longer-necessary casts.
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-12 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-10-04 Tomasz MońUpdate capture_opts in extcap_cleanup().
2014-08-26 Pascal QuantinExtcap: prevent a GLib assert when interface_opts.extca...
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-08-21 Roland KnallExtcap Capture Interface
2014-07-22 Guy HarrisGet rid of NO_INTERFACES_FOUND - it's not an error.
2014-07-14 Graham BloiceRename parameter if_index to stop clang warning:
2014-07-12 Martin Kaiserfix scan_local_interfaces()
2014-07-04 Guy HarrisMove utility routines for capturing into a libcaputils...
2014-06-30 Guy HarrisMove capture_ui_utils.[ch] to libui.
2014-06-29 Guy HarrisMove some more stuff into wsutil.
2014-06-24 Guy HarrisFor capchild headers, include <capchild/XXX.h>.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-03-02 Roland KnallFix ui/iface_lists.c - type attribute is not copied
2013-12-03 Jakub ZawadzkiWhen including <epan/prefs.h> don't force inclusion...
2013-12-02 Chris MaynardSpecify SI units for the max filesize autostop conditio...
2013-11-26 Guy HarrisAdd a comment explaining what setting
2013-10-23 Michael MannBugfix "Restart the running live capture" when using...
2013-08-29 Chris MaynardHandle the 2GiB boundary case of the max filesize autos...
2013-07-27 Martin Kaiseronly one --capture-comment option may be given to dumpcap
2013-07-27 Martin Kaisercommand line option --capture-comment for dumpcap
2013-07-27 Martin Kaiseradd capture_comment to the capture_options structure
2013-06-27 Luis Ontanonforgot from the las commit...
2013-06-04 Anders BromanFrom Mike Garratt:
2013-05-22 Guy HarrisPull the capture-session state information out of captu...
2013-05-22 Guy HarrisRename capture_opts_trim_iface() to
2013-05-13 Guy HarrisDon't fill in err_str if we're not going to use it.
2013-05-13 Guy HarrisEliminate some includes of ui/simple_dialog.h by files...
2013-04-25 Guy HarrisSend the output of the -D and -L options to the standar...
2013-03-13 Irene RüngelerAdd interface options preferences.
2013-02-28 Jeff MorrissAdd a #define for the default capture buffer size and...
2013-02-27 Anders BromanIncrease the default buffer size to 2MB.
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-12 Jeff MorrissMake the "-g" argument to tshark actually work (by...
2012-11-22 Guy HarrisOn UN*X, if an interface has a description, use it...
2012-11-21 Guy HarrisIn capture_opts_add_iface_opt(), only *require* us...
2012-11-21 Guy HarrisIf we don't find the specified interface name in the...
2012-11-21 Guy HarrisOn error, have capture_opts_trim_iface() return the...
2012-11-20 Guy HarrisWe don't use get_windows_interface_friendlyname() in...
2012-11-19 Jeff MorrissFailure to find the interface should cause *shark to...
2012-11-19 Jeff MorrissAs suggested by Evan: just make the variable a size_t...
2012-11-19 Jeff MorrissI'm pretty confident the string length will fit in...
2012-11-19 Anders BromanFrom Mike Garratt:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-15 Irene RüngelerFix for bug #7634. Print 'unspecified' in case a string...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-04-23 ruengelerRemove lines that are not needed.
2012-04-23 ruengelerFix bug #7178 reported by aparan
2012-03-13 Guy HarrisClosing a capture file has nothing to do with the list...
2012-03-12 Guy Harriscapture_opts_add_iface_opt() is not used outside captur...
2012-03-11 Guy HarrisAdd a comment to indicate what collect_ifaces() does.
2012-01-25 Guy HarrisActually, you only have monitor mode support if you...
2012-01-25 Jeff Morrissmonitor_mode_enabled is only available on WIN32 or...
2012-01-25 Michael TüxenThird try. This time pipes and stdin are supported...
2012-01-24 Michael TüxenWe need a 3rd try. (After learning how to run the testu...
2012-01-24 Michael TüxenSecond try. This time pipes and stdin are supported.
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.
next