|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Capture options coming from user interface. More...
#include <dissect_opts.h>
Public Attributes | |
| ts_type | time_format |
| ts_precision | time_precision |
| GSList * | enable_protocol_slist |
| GSList * | disable_protocol_slist |
| GSList * | enable_heur_slist |
| GSList * | disable_heur_slist |
Capture options coming from user interface.
| GSList* dissect_options_tag::disable_heur_slist |
List of heuristic dissectors to explicitly disable.
| GSList* dissect_options_tag::disable_protocol_slist |
List of protocols to explicitly disable.
| GSList* dissect_options_tag::enable_heur_slist |
List of heuristic dissectors to enable.
| GSList* dissect_options_tag::enable_protocol_slist |
List of protocols to enable (that are disabled by default).
| ts_type dissect_options_tag::time_format |
The time format to use for packet timestamps.
| ts_precision dissect_options_tag::time_precision |
The time precision (e.g., microseconds, nanoseconds).