Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_burst_bucket Struct Reference

Public Attributes

burst_bucketnext
 
burst_bucketprev
 
int count
 
double bucket_no
 
double start_time
 

Member Data Documentation

◆ bucket_no

double _burst_bucket::bucket_no

Sequential index identifying this bucket's position in the burst window.

◆ count

int _burst_bucket::count

Number of packets or events that fall within this bucket's time interval.

◆ next

burst_bucket* _burst_bucket::next

Pointer to the next bucket in the list, or NULL if this is the last.

◆ prev

burst_bucket* _burst_bucket::prev

Pointer to the previous bucket in the list, or NULL if this is the first.

◆ start_time

double _burst_bucket::start_time

Start time of this bucket's interval in seconds.


The documentation for this struct was generated from the following file: