dinfo->switch_level
[metze/wireshark/wip.git] / capture_opts.c
2023-01-13 João ValverdeMinGW: Fix -Wformat
2022-08-14 Tomasz Mońwsutil: Remove flawed ws_pipe_close() function
2022-08-13 Tomasz Mońcapture: Stop extcaps before dumpcap
2022-08-12 Tomasz Mońextcap: Do not drain stderr on process exit
2022-08-10 Tomasz Mońextcap: Read stdout and stderr during capture
2022-08-10 Tomasz Mońextcap: Close capture session after extcap finishes
2022-03-18 Roland KnallQt: Allow capture from hidden interfaces
2022-02-11 David PerryDifferentiate `-c` from `-a packets:`
2022-02-09 David PerrySpecify directory for temporary captures
2022-01-21 Guy HarrisFix no-ZLib builds.
2021-12-19 João ValverdeReplace g_strdup_printf() with ws_strdup_printf()
2021-09-14 Juha TakalaAdd tshark ringbuffer option '-b nametimenum:value'
2021-07-15 Guy HarrisClean up handling of --capture-comment.
2021-07-14 Guy HarrisRename LONGOPT_NUM_CAP_COMMENT to LONGOPT_CAPTURE_COMMENT.
2021-07-14 David Perrytshark: allow --capture-comment when reading a file
2021-06-19 João ValverdeReplace g_assert() with ws_assert()
2021-06-14 João Valverdewslog: Add support for domain filtering
2021-06-11 João ValverdeRefactor our logging and extend the wslog API
2021-04-14 Guy HarrisClean up printing of interface information.
2021-04-13 Guy HarrisDon't handle -k in capture_opts_add_opt().
2021-03-29 João ValverdeMerge the caputils/ and capchild/ directories
2021-03-26 Guy Harriscapture_opts: always initialize ifname to null.
2021-03-25 Guy HarrisAdd dumpcap options to set the name and description...
2021-01-19 Guy HarrisSquelch "Clarify calculation precedence" warning from...
2020-10-30 Masaru Tsuchiyamaadd support for compression of capture file
2020-08-08 David PerryDumpcap: print closed ring-buffer file names
2020-06-02 Guy HarrisWarn, in a comment, that an interface name could be...
2020-04-06 Peter WuCMake: remove ENABLE_PCAP_NG_DEFAULT option
2020-03-28 Guy HarrisWrite the if_hardware option, if available, to pcapng...
2019-07-26 Guy HarrisHTTPS (almost) everywhere.
2019-02-20 Stig BjørlykkeQt: Fix removal of "Capture to a permanent file" setting
2019-01-01 Guy HarrisMove some command-line-oriented routines from wsutil...
2018-11-09 Gerald CombsDumpcap+Qt: Add support for `-a packets:NUM` and `...
2018-11-01 Pascal QuantinUse ws_pipe_close() in one more place
2018-11-01 Gerald CombsMove condition logic to dumpcap.c
2018-08-17 Vasil Velichkovtshark: free exp_pdu_filename and capture_opts->save_file
2018-08-15 Guy HarrisMove common code into a routine.
2018-08-13 Guy HarrisPut the interface descrptions into the IDB when capturi...
2018-04-17 Andersglib: Use g_slist_free_full() in a couple of places.
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-09 Guy HarrisUse pcapng as the name of the file format.
2018-01-08 Dario Lombardoextcap: remove conditional compilation.
2017-12-11 Gerald CombsRevert "Move fill_in_local_interfaces to a thread."
2017-12-11 Dario Lombardofix compilation without pcap.
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-08-28 Mikael KanstrupFree interface_options elements on cleanup
2017-08-28 Mikael Kanstrupiface_lists: Access ifaces member by reference
2017-08-28 Mikael KanstrupFree interface elements on cleanup
2017-08-28 Mikael Kanstrupiface_lists: Access all_ifaces member by reference
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-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...
next