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

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
 

Detailed Description

A single statistics table instance, holding rows of tap-collected data.

Member Data Documentation

◆ elements

stat_tap_table_item_type** _stat_tap_table::elements

2-D array of cell values, indexed by [row][column]

◆ filter_string

const char* _stat_tap_table::filter_string

Display filter prefix; append a procedure number (d) to form a complete filter expression

◆ num_elements

unsigned _stat_tap_table::num_elements

Number of rows currently stored in elements

◆ num_fields

unsigned _stat_tap_table::num_fields

Number of columns (fields) per row

◆ title

const char* _stat_tap_table::title

Human-readable title displayed above the table


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