aboutsummaryrefslogtreecommitdiffstats
path: root/ui/commandline.c
Commit message (Expand)AuthorAgeFilesLines
* Move more version-info-related stuff to version_info.c.Guy Harris2018-12-131-7/+3
* *shark: Update help and manpage for name resolvingUli Heilmeier2018-10-051-1/+1
* Remove a question from a comment.Guy Harris2018-05-131-3/+0
* Fix comment end after SPDX identifierStig Bjørlykke2018-05-011-1/+2
* Qt: Make we shut down cleanly when exiting early.Gerald Combs2018-03-011-13/+13
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* ui: use SPDX identifiers.Dario Lombardo2018-02-021-14/+1
* extcap: remove conditional compilation.Dario Lombardo2018-01-081-2/+0
* Revert "Move fill_in_local_interfaces to a thread."Gerald Combs2017-12-111-3/+13
* Move fill_in_local_interfaces to a thread.Gerald Combs2017-12-111-13/+3
* GTK: Remove OSX integration library supportJoão Valverde2017-10-161-7/+0
* Rename "ws_version_info.h", also .cJoão Valverde2017-09-261-1/+1
* commandline: fix compilation without pcap.Dario Lombardo2017-08-221-1/+1
* Add hardware timestamping supportAhmad Fatoum2017-08-221-4/+19
* Add option to use wall-clock intervalsSake Blok2017-07-031-2/+4
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-1/+5
* Report syntax errors in UAT prefs parsingPeter Wu2017-05-261-2/+8
* Clean up documentation and help messages for protocol enabling/disabling.Guy Harris2017-04-171-0/+2
* A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris2017-04-051-1/+1
* Reflect new default value of snaplen in man pages.Martin Sehnoutka2017-03-281-1/+1
* Add enabled protocol list for dissectors who are disabled by defaultMichael Mann2016-12-241-0/+1
* Initialize the dissection options along with the other command-line options.Guy Harris2016-12-231-0/+1
* Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris2016-10-311-36/+5
* Have the routine that handles dissection options not exit.Guy Harris2016-10-311-1/+2
* Have routines for parsing options that affect dissection.Guy Harris2016-10-301-48/+9
* Move --fullscreen out of LONGOPT_CAPTURE_COMMON.Guy Harris2016-10-241-0/+12
* Qt: add fullscreen feature.Dario Lombardo2016-10-231-0/+5
* UI: Free up the -m flag.Gerald Combs2016-10-141-4/+0
* More signed vs. unsigned argument cleanups.Guy Harris2016-09-111-1/+1
* Qt+Gtk: Fix the -t command line flag.Gerald Combs2016-07-011-10/+11
* Global, not static.Guy Harris2016-06-281-0/+2
* Have commandline_other_options() directly fill in the global structure.Guy Harris2016-06-281-32/+32
* Don't set quit_after_cap if no pcap, as it's not present.Guy Harris2016-06-281-1/+1
* Make quit_after_cap an item in commandline_param_info_t.Guy Harris2016-06-281-4/+1
* Pull quit_after_cap out of the global capture options.Guy Harris2016-06-281-0/+4
* We need global_capture_opts if we have extcap, even without pcap.Guy Harris2016-06-271-1/+1
* Qt: Support the -j, -J, and -l command line flagsGerald Combs2016-06-231-1/+1
* Pull the options structure initialization into commandline_other_options().Guy Harris2016-06-201-0/+15
* Protect some code that's only for Wireshark-with-pcap.Guy Harris2016-06-201-0/+2
* Move some option checking to common code.Guy Harris2016-06-191-0/+48
* Pass the info strings directly to commandline_early_options().Guy Harris2016-06-191-2/+3
* Handle capture options in pcap-less Wireshark in the commandline_ routines.Guy Harris2016-06-191-16/+35
* Fix indentation.Guy Harris2016-06-191-1/+1
* Those aren't capture options, they're the options we must process early.Guy Harris2016-06-191-1/+1
* Ability to invoke "Decode As..." as command-line argument for GUIshark.Michael Mann2016-06-191-2/+10
* Get rid of an unused variable; set a structure member.Guy Harris2016-06-191-0/+3
* Fix problems when compiling without pcap.Guy Harris2016-06-191-2/+2
* Refactor command-line handling of GUI options.Michael Mann2016-06-191-0/+637