|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Public Attributes | |
| burst_bucket * | next |
| burst_bucket * | prev |
| int | count |
| double | bucket_no |
| double | start_time |
| 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.