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

Describes a single configurable parameter accepted by a tap statistic. More...

#include <stat_tap_ui.h>

Public Attributes

param_type type
 
const char * name
 
const char * title
 
const enum_val_tenum_vals
 
bool optional
 

Detailed Description

Describes a single configurable parameter accepted by a tap statistic.

Member Data Documentation

◆ enum_vals

const enum_val_t* _tap_param::enum_vals

Array of valid enumeration values; only used when type == PARAM_ENUM

◆ name

const char* _tap_param::name

Short name used in error and diagnostic messages

◆ optional

bool _tap_param::optional

True if this parameter may be omitted by the user

◆ title

const char* _tap_param::title

Human-readable label shown in GUI widgets

◆ type

param_type _tap_param::type

Data type and widget style for this parameter


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