|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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_param * | params |
Registration descriptor for a tap-based statistics dialog or CLI report.
| const char* _stat_tap_ui::cli_string |
Leading token of the "-z" CLI argument used to invoke this statistic
| register_stat_group_t _stat_tap_ui::group |
Statistics menu group this tap belongs to
| size_t _stat_tap_ui::nparams |
Number of entries in params
| tap_param* _stat_tap_ui::params |
Pointer to the array of parameter descriptors
| stat_tap_init_cb _stat_tap_ui::tap_init_cb |
Callback invoked to initialize the tap when its CLI argument is matched
| const char* _stat_tap_ui::title |
Human-readable title of the statistic