aboutsummaryrefslogtreecommitdiffstats
path: root/ui/commandline.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-03-20Remove redundant declaration of exit_application().Guy Harris1-3/+0
2018-03-01Qt: Make we shut down cleanly when exiting early.Gerald Combs1-0/+3
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02ui: use SPDX identifiers.Dario Lombardo1-14/+1
2017-08-22Add hardware timestamping supportAhmad Fatoum1-0/+1
2016-10-30Have routines for parsing options that affect dissection.Guy Harris1-4/+0
2016-10-23Qt: add fullscreen feature.Dario Lombardo1-1/+2
2016-09-11More signed vs. unsigned argument cleanups.Guy Harris1-1/+1
2016-07-01Qt+Gtk: Fix the -t command line flag.Gerald Combs1-0/+1
2016-06-28Global, not static.Guy Harris1-1/+1
2016-06-28Have commandline_other_options() directly fill in the global structure.Guy Harris1-1/+1
2016-06-28Make quit_after_cap an item in commandline_param_info_t.Guy Harris1-3/+2
2016-06-28Pull quit_after_cap out of the global capture options.Guy Harris1-0/+4
2016-06-19Pass the info strings directly to commandline_early_options().Guy Harris1-7/+2
2016-06-19Handle capture options in pcap-less Wireshark in the commandline_ routines.Guy Harris1-7/+0
2016-06-19Those aren't capture options, they're the options we must process early.Guy Harris1-1/+1
2016-06-19Refactor command-line handling of GUI options.Michael Mann1-0/+86