|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a live statistics tree instance, holding runtime state for accumulating and displaying tap statistics. More...
#include <stats_tree_priv.h>
Public Attributes | |
| stats_tree_cfg * | cfg |
| char * | filter |
| double | start |
| double | elapsed |
| double | now |
| int | st_flags |
| int | num_columns |
| char * | display_name |
| GHashTable * | names |
| GPtrArray * | parents |
| tree_pres * | pr |
| stat_node | root |
Represents a live statistics tree instance, holding runtime state for accumulating and displaying tap statistics.
| stats_tree_cfg* _stats_tree::cfg |
Pointer to the class configuration from which this tree instance was created.
| char* _stats_tree::display_name |
Human-readable name shown in the statistics tree window title.
| double _stats_tree::elapsed |
Total elapsed time (in seconds) since collection started.
| char* _stats_tree::filter |
Optional display filter string applied to limit which packets are counted.
| GHashTable* _stats_tree::names |
Hash table mapping parent node name strings to their stat_node pointers for fast lookup.
| double _stats_tree::now |
Timestamp (in seconds) of the most recently processed packet.
| int _stats_tree::num_columns |
Number of columns in the statistics tree display.
| GPtrArray* _stats_tree::parents |
Array of parent stat_node pointers for accelerated parent node resolution.
| tree_pres* _stats_tree::pr |
Opaque presentation handle defined by the GUI implementation for rendering the tree.
| stat_node _stats_tree::root |
The root node of the statistics tree from which all other nodes descend.
| int _stats_tree::st_flags |
Runtime flags controlling tree behavior (e.g. sorting options).
| double _stats_tree::start |
Timestamp (in seconds) at which statistics collection began.