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

Represents a single data point sampled from a packet field for plotting. More...

#include <plot.h>

Public Attributes

double frame_ts
double rel_cap_ts
uint32_t frame_num
unsigned idx
double value

Detailed Description

Represents a single data point sampled from a packet field for plotting.

Member Data Documentation

◆ frame_num

uint32_t _plot_item_t::frame_num

Frame number of the packet within the capture file.

◆ frame_ts

double _plot_item_t::frame_ts

Absolute timestamp of the packet in seconds since the epoch.

◆ idx

unsigned _plot_item_t::idx

Instance index of the field within the packet (for repeated fields).

◆ rel_cap_ts

double _plot_item_t::rel_cap_ts

Timestamp relative to the start of the capture, in seconds.

◆ value

double _plot_item_t::value

Extracted field value, normalized to double for uniform plotting.


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