Tweak ws_cpuid so that Valgrind is happy.
[metze/wireshark/wip.git] / capture_opts.h
2018-03-02 Gerald CombsMore spawned process handling updates.
2018-03-02 Gerald CombsGeneralize our process spawning code.
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-08 Dario Lombardoextcap: remove conditional compilation.
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2017-08-28 Mikael Kanstrupiface_lists: Remove locked field
2017-08-28 Håkon Øye Amundsenextcap: Interface Toolbar support on Windows
2017-08-23 Stig Bjørlykkeextcap: Create unique pipe names for each interface
2017-08-22 Ahmad FatoumFix requesting hardware timestamps without -k
2017-08-22 Ahmad FatoumAdd hardware timestamping support
2017-07-03 Sake BlokAdd option to use wall-clock intervals
2017-04-25 Stig BjørlykkeQt: Add interface toolbar support
2017-03-19 Joerg MayerFix various compile warnings turning error on Linux...
2017-02-02 Dario Lombardocapture_opts: free memory on exit to avoid leak.
2016-10-30 Guy HarrisHave routines for parsing options that affect dissection.
2016-10-24 Guy HarrisMove --fullscreen out of LONGOPT_CAPTURE_COMMON.
2016-10-23 Dario LombardoQt: add fullscreen feature.
2016-07-05 Roland Knallextcap: Remove g_spawn_helper support
2016-06-28 Guy HarrisPull quit_after_cap out of the global capture options.
2015-12-13 Gerald CombsStart deprecating the capture info API.
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
2015-12-11 Mikael KanstrupFix memory leaks in all_ifaces when interface list...
2015-09-02 Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-07-17 Jim YoungAdd new long options to GUIs to allow arbitrary protoco...
2015-03-25 Guy HarrisHave a #define for whether the capture buffer size...
2015-03-19 Guy HarrisMake the snapshot-length member of interface_t an int.
2014-10-14 Bill MeierAlways put editor-modelines at the end of the file ...
2014-10-12 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-10-04 Tomasz MońUpdate capture_opts in extcap_cleanup().
2014-10-04 Tomasz MońWait for extcap to connect to pipe on Windows.
2014-08-21 Roland KnallExtcap Capture Interface
2014-07-25 Guy HarrisHandle empty interface lists when the list changes.
2014-07-14 Graham BloiceRename parameter if_index to stop clang warning:
2014-07-12 Martin Kaiserfix scan_local_interfaces()
2014-07-11 Irene RuengelerGTK Remote Capturing
2014-07-08 Martin Kaiserbetter description of ifaces and all_ifaces
2014-07-04 Guy HarrisMove utility routines for capturing into a libcaputils...
2014-06-23 Guy HarrisMove the routines to talk to dumpcap into a static...
2014-06-20 Guy HarrisMove the "capture-comment" long option to LONGOPT_CAPTU...
2014-06-20 Guy HarrisFix builds without pcap.
2014-06-20 Guy HarrisAdd long names for -a, -b, and -p.
2014-06-20 Guy HarrisAlso define LONGOPT_CAPTURE_COMMON as nothing if we...
2014-06-20 Guy Harris"-d" isn't common to all capturing programs, it's dumpc...
2014-06-20 Guy HarrisAdd some long options for capture short options.
2014-06-20 Guy HarrisAdd --help and --version long options.
2014-06-12 Irene RuengelerCapture Interfaces Dialog:
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-11-26 Guy HarrisAdd a comment about the "default options".
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-08-01 Martin Kaiseradd --capture-comment to tshark
2013-07-27 Guy HarrisClean up indentation.
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-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-22 Guy HarrisOn OS X, get the interface type from the System Configu...
2013-03-13 Irene RüngelerAdd interface options preferences.
2013-03-07 Irene RüngelerAdd buffersize and snap length to the preferences.
2013-02-28 Jeff MorrissAdd a #define for the default capture buffer size and...
2012-11-21 Guy HarrisOn error, have capture_opts_trim_iface() return the...
2012-11-19 Anders BromanFrom Mike Garratt:
2012-08-01 Gerald CombsIt looks like we haven't inserted anything into the...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-03-21 Guy Harrisscan_local_interfaces() isn't in capture_opts.c; don...
2012-03-12 Guy Harriscapture_opts_add_iface_opt() is not used outside captur...
2012-01-25 Guy HarrisActually, you only have monitor mode support if you...
2012-01-25 Bill MeierFix error when building QtShark:
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 Gerald CombsAdd 'extern "C"' wrappers and #include guards to variou...
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-06-27 Michael TüxenGet rid of old non-interface specific settings which...
2011-05-31 Michael TüxenGet rid of has_cfilter to simplify the handling of...
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-12 Michael TüxenAdd support for handling multiple interfaces as command...
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-03-01 Michael TüxenMake HAVE_PCAP_REMOTE and HAVE_PCAP_SETSAMPLING independent
2010-08-28 Sake BlokAs mentioned on the users-mailinglist[1], it could...
2010-07-01 Guy HarrisFrom Petr Lautrbach: when capturing, return the exit...
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-07 Guy HarrisAs with the list of data link types, so with the list...
2010-05-07 Guy HarrisFor TShark and Wireshark, get the list of link-layer...
2010-05-07 Guy HarrisBeginnings of monitor mode support with libpcap 1.x.
2010-05-06 Guy HarrisJust check for pcap_create(); it first appeared in...
2010-05-06 Anders BromanChecking in Stigs changes from
2009-04-27 Michael TüxenAdd -n option to dumpcap. It will save the capture...
2008-06-24 Guy HarrisAdd gtk/capture_globals.h, to declare global_capture_op...
next