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

Registration descriptor for a tap-based statistics dialog or CLI report. More...

#include <stat_tap_ui.h>

Public Attributes

register_stat_group_t group
 
const char * title
 
const char * cli_string
 
stat_tap_init_cb tap_init_cb
 
size_t nparams
 
tap_paramparams
 

Detailed Description

Registration descriptor for a tap-based statistics dialog or CLI report.

Member Data Documentation

◆ cli_string

const char* _stat_tap_ui::cli_string

Leading token of the "-z" CLI argument used to invoke this statistic

◆ group

register_stat_group_t _stat_tap_ui::group

Statistics menu group this tap belongs to

◆ nparams

size_t _stat_tap_ui::nparams

Number of entries in params

◆ params

tap_param* _stat_tap_ui::params

Pointer to the array of parameter descriptors

◆ tap_init_cb

stat_tap_init_cb _stat_tap_ui::tap_init_cb

Callback invoked to initialize the tap when its CLI argument is matched

◆ title

const char* _stat_tap_ui::title

Human-readable title of the statistic


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