Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_burst_bucket Struct Reference

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

Detailed Description

Represents a single time bucket in a burst analysis sliding window, linked into a doubly-linked list.

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: