Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Classes | Macros | Typedefs | Functions | Variables
dissect_opts.h File Reference

Go to the source code of this file.

Classes

struct  dissect_options_tag
 

Macros

#define LONGOPT_DISABLE_PROTOCOL   4096
 
#define LONGOPT_ENABLE_HEURISTIC   4097
 
#define LONGOPT_DISABLE_HEURISTIC   4098
 
#define LONGOPT_ENABLE_PROTOCOL   4099
 
#define LONGOPT_DISSECT_COMMON
 
#define OPTSTRING_DISSECT_COMMON   "d:K:nN:t:u:"
 

Typedefs

typedef struct dissect_options_tag dissect_options
 

Functions

void dissect_opts_init (void)
 
gboolean dissect_opts_handle_opt (int opt, char *optarg_str_p)
 
gboolean setup_enabled_and_disabled_protocols (void)
 

Variables

dissect_options global_dissect_options
 

Detailed Description

Dissection options (parameters that affect dissection)

Macro Definition Documentation

#define LONGOPT_DISSECT_COMMON
Value:
{"disable-protocol", required_argument, NULL, LONGOPT_DISABLE_PROTOCOL }, \
{"enable-heuristic", required_argument, NULL, LONGOPT_ENABLE_HEURISTIC }, \
{"disable-heuristic", required_argument, NULL, LONGOPT_DISABLE_HEURISTIC }, \
{"enable-protocol", required_argument, NULL, LONGOPT_ENABLE_PROTOCOL }, \

Typedef Documentation

Capture options coming from user interface