aboutsummaryrefslogtreecommitdiffstats
path: root/ui/commandline.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-01Qt+Gtk: Fix the -t command line flag.Gerald Combs1-10/+11
2016-06-28Global, not static.Guy Harris1-0/+2
2016-06-28Have commandline_other_options() directly fill in the global structure.Guy Harris1-32/+32
2016-06-28Don't set quit_after_cap if no pcap, as it's not present.Guy Harris1-1/+1
2016-06-28Make quit_after_cap an item in commandline_param_info_t.Guy Harris1-4/+1
2016-06-28Pull quit_after_cap out of the global capture options.Guy Harris1-0/+4
2016-06-27We need global_capture_opts if we have extcap, even without pcap.Guy Harris1-1/+1
2016-06-23Qt: Support the -j, -J, and -l command line flagsGerald Combs1-1/+1
2016-06-20Pull the options structure initialization into commandline_other_options().Guy Harris1-0/+15
2016-06-20Protect some code that's only for Wireshark-with-pcap.Guy Harris1-0/+2
2016-06-19Move some option checking to common code.Guy Harris1-0/+48
2016-06-19Pass the info strings directly to commandline_early_options().Guy Harris1-2/+3
2016-06-19Handle capture options in pcap-less Wireshark in the commandline_ routines.Guy Harris1-16/+35
2016-06-19Fix indentation.Guy Harris1-1/+1
2016-06-19Those aren't capture options, they're the options we must process early.Guy Harris1-1/+1
2016-06-19Ability to invoke "Decode As..." as command-line argument for GUIshark.Michael Mann1-2/+10
2016-06-19Get rid of an unused variable; set a structure member.Guy Harris1-0/+3
2016-06-19Fix problems when compiling without pcap.Guy Harris1-2/+2
2016-06-19Refactor command-line handling of GUI options.Michael Mann1-0/+637