aboutsummaryrefslogtreecommitdiffstats
path: root/ui/commandline.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Windows: Store "gui.console_open" in the Windows registryJoão Valverde1-1/+3
2022-07-07cli: Copy global configuration profile to personal as with the GUIJohn Thacker1-0/+21
2022-02-09Specify directory for temporary capturesDavid Perry1-0/+4
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-8/+8
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-61/+38
2021-09-09[#12331] Persist cmd-line prefs on reloading LuaDavid Perry1-0/+64
2021-08-30Show error for `-X lua_script` if no Lua supportDavid Perry1-0/+7
2021-07-15Clean up handling of --capture-comment.Guy Harris1-1/+17
2021-07-04tshark/wireshark: Fix check ring buffer option for packetsAndre Luyer1-2/+3
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde1-2/+3
2021-06-17wslog: Add more documentationJoão Valverde1-0/+2
2021-04-20Remove unneeded modelines in ui.Gerald Combs1-13/+0
2021-04-13Command line: Add a HAVE_LIBPCAP check for -k.Gerald Combs1-0/+5
2021-04-13Don't handle -k in capture_opts_add_opt().Guy Harris1-3/+4
2021-04-13Add a new header defining commonly-used exit codes.Guy Harris1-6/+7
2021-02-14Enable -Wredundant-decls.Guy Harris1-5/+10
2020-04-25Docs+help: Remove "-m".Gerald Combs1-1/+0
2019-12-15Reorganize long option valuesJaap Keuter1-10/+1
2019-12-13cmdline: cleanup option string definitionsJaap Keuter1-1/+1
2019-11-11Documentation: update (long) cmd line options.Jaap Keuter1-22/+34
2019-11-06Document long command line options.Dario Lombardo1-6/+13
2019-11-04Show correct format of --display command line parameterJaap Keuter1-1/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-2/+2
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-7/+3
2018-10-05*shark: Update help and manpage for name resolvingUli Heilmeier1-1/+1
2018-05-13Remove a question from a comment.Guy Harris1-3/+0
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-03-01Qt: Make we shut down cleanly when exiting early.Gerald Combs1-13/+13
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
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-2/+0
2017-12-11Revert "Move fill_in_local_interfaces to a thread."Gerald Combs1-3/+13
2017-12-11Move fill_in_local_interfaces to a thread.Gerald Combs1-13/+3
2017-10-16GTK: Remove OSX integration library supportJoão Valverde1-7/+0
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-08-22commandline: fix compilation without pcap.Dario Lombardo1-1/+1
2017-08-22Add hardware timestamping supportAhmad Fatoum1-4/+19
2017-07-03Add option to use wall-clock intervalsSake Blok1-2/+4
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-1/+5
2017-05-26Report syntax errors in UAT prefs parsingPeter Wu1-2/+8
2017-04-17Clean up documentation and help messages for protocol enabling/disabling.Guy Harris1-0/+2
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-03-28Reflect new default value of snaplen in man pages.Martin Sehnoutka1-1/+1
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