aboutsummaryrefslogtreecommitdiffstats
path: root/ui/dissect_opts.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-14tshark: Support --read-file and filter long optsJohn Thacker1-1/+3
2023-08-16Initialize global_dissect_options at compile time.Guy Harris1-4/+0
2023-08-08Add --only-protocols and --disable-all-protocols to tshark and rawshark.Juanma Sanchez1-4/+8
2023-03-31Allow specifying subsecond granularity with tshark -tPreben Guldberg1-0/+1
2021-11-30Add UI header files to DoxygenMoshe Kaplan1-1/+2
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-4/+4
2021-04-20Remove unneeded modelines in ui.Gerald Combs1-13/+0
2019-12-15Reorganize long option valuesJaap Keuter1-17/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
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-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-0/+10
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann1-0/+3
2016-10-31Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris1-1/+1
2016-10-31Have the routine that handles dissection options not exit.Guy Harris1-3/+7
2016-10-30Have routines for parsing options that affect dissection.Guy Harris1-0/+106