|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A single statistics table instance, holding rows of tap-collected data. More...
#include <stat_tap_ui.h>
Public Attributes | |
| const char * | title |
| const char * | filter_string |
| unsigned | num_fields |
| unsigned | num_elements |
| stat_tap_table_item_type ** | elements |
A single statistics table instance, holding rows of tap-collected data.
| stat_tap_table_item_type** _stat_tap_table::elements |
2-D array of cell values, indexed by [row][column]
| const char* _stat_tap_table::filter_string |
Display filter prefix; append a procedure number (d) to form a complete filter expression
| unsigned _stat_tap_table::num_elements |
Number of rows currently stored in elements
| unsigned _stat_tap_table::num_fields |
Number of columns (fields) per row
| const char* _stat_tap_table::title |
Human-readable title displayed above the table