|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Represents a single time bucket in a burst analysis sliding window, linked into a doubly-linked list. More...
#include <stats_tree_priv.h>
Public Attributes | |
| burst_bucket * | next |
| burst_bucket * | prev |
| int | count |
| double | bucket_no |
| double | start_time |
Represents a single time bucket in a burst analysis sliding window, linked into a doubly-linked list.
| double _burst_bucket::bucket_no |
Sequential index identifying this bucket's position in the burst window.
| int _burst_bucket::count |
Number of packets or events that fall within this bucket's time interval.
| burst_bucket* _burst_bucket::next |
Pointer to the next bucket in the list, or NULL if this is the last.
| burst_bucket* _burst_bucket::prev |
Pointer to the previous bucket in the list, or NULL if this is the first.
| double _burst_bucket::start_time |
Start time of this bucket's interval in seconds.