|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Represents a single data point sampled from a packet field for plotting.
| uint32_t _plot_item_t::frame_num |
Frame number of the packet within the capture file.
| double _plot_item_t::frame_ts |
Absolute timestamp of the packet in seconds since the epoch.
| unsigned _plot_item_t::idx |
Instance index of the field within the packet (for repeated fields).
| double _plot_item_t::rel_cap_ts |
Timestamp relative to the start of the capture, in seconds.
| double _plot_item_t::value |
Extracted field value, normalized to double for uniform plotting.