|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Public Attributes | |
| gchar * | name |
| int | id |
| stat_node_datatype | datatype |
| gint | counter |
| union { | |
| gint64 int_total | |
| gdouble float_total | |
| } | total |
| union { | |
| gint int_min | |
| gfloat float_min | |
| } | minvalue |
| union { | |
| gint int_max | |
| gfloat float_max | |
| } | maxvalue |
| gint | st_flags |
| gint | bcount |
| burst_bucket * | bh |
| burst_bucket * | bt |
| gint | max_burst |
| double | burst_time |
| GHashTable * | hash |
| stats_tree * | st |
| stat_node * | parent |
| stat_node * | children |
| stat_node * | next |
| range_pair_t * | rng |
| st_node_pres * | pr |
| gint _stat_node::bcount |
fields for burst rate calculation
| gint _stat_node::counter |
the counter it keeps
| GHashTable* _stat_node::hash |
children nodes by name
| stat_node* _stat_node::parent |
relatives
| st_node_pres* _stat_node::pr |
node presentation data
| range_pair_t* _stat_node::rng |
used to check if value is within range
| stats_tree* _stat_node::st |
the owner of this node
| union { ... } _stat_node::total |
total of all values submitted - for computing averages