aboutsummaryrefslogtreecommitdiffstats
path: root/ui/commandline.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann1-0/+1
2016-12-23Initialize the dissection options along with the other command-line options.Guy Harris1-0/+1
2016-10-31Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris1-36/+5
2016-10-31Have the routine that handles dissection options not exit.Guy Harris1-1/+2
2016-10-30Have routines for parsing options that affect dissection.Guy Harris1-48/+9
2016-10-24Move --fullscreen out of LONGOPT_CAPTURE_COMMON.Guy Harris1-0/+12
2016-10-23Qt: add fullscreen feature.Dario Lombardo1-0/+5
2016-10-14UI: Free up the -m flag.Gerald Combs1-4/+0
2016-09-11More signed vs. unsigned argument cleanups.Guy Harris1-1/+1
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