Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
dissect_options_tag Struct Reference

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
 

Detailed Description

Capture options coming from user interface.

Member Data Documentation

◆ disable_heur_slist

GSList* dissect_options_tag::disable_heur_slist

List of heuristic dissectors to explicitly disable.

◆ disable_protocol_slist

GSList* dissect_options_tag::disable_protocol_slist

List of protocols to explicitly disable.

◆ enable_heur_slist

GSList* dissect_options_tag::enable_heur_slist

List of heuristic dissectors to enable.

◆ enable_protocol_slist

GSList* dissect_options_tag::enable_protocol_slist

List of protocols to enable (that are disabled by default).

◆ time_format

ts_type dissect_options_tag::time_format

The time format to use for packet timestamps.

◆ time_precision

ts_precision dissect_options_tag::time_precision

The time precision (e.g., microseconds, nanoseconds).


The documentation for this struct was generated from the following file: