Wireshark 4.5.0
The Wireshark network protocol analyzer
|
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 |
stats_tree_cfg* _stats_tree::cfg |
the "class" from which it's derived
GHashTable* _stats_tree::names |
used to lookup named parents: key: parent node name value: parent node
GPtrArray* _stats_tree::parents |
used for quicker lookups of parent nodes
tree_pres* _stats_tree::pr |
tree representation to be defined (if needed) by the implementations
stat_node _stats_tree::root |
every tree in nature has one