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

Persisted configuration for a single I/O Graph plot, corresponding to one UAT row. More...

#include <io_graph_dialog.h>

Public Attributes

bool enabled
 
bool asAOT
 
char * name
 
char * dfilter
 
unsigned color
 
uint32_t style
 
uint32_t yaxis
 
char * yfield
 
uint32_t sma_period
 
double y_axis_factor
 

Detailed Description

Persisted configuration for a single I/O Graph plot, corresponding to one UAT row.

Member Data Documentation

◆ asAOT

bool _io_graph_settings_t::asAOT

True if this graph should be drawn always-on-top of others

◆ color

unsigned _io_graph_settings_t::color

Plot colour encoded as a packed RGB value

◆ dfilter

char* _io_graph_settings_t::dfilter

Display filter string restricting which packets contribute to this graph

◆ enabled

bool _io_graph_settings_t::enabled

True if this graph is active and should be rendered

◆ name

char* _io_graph_settings_t::name

User-visible display name for this graph

◆ sma_period

uint32_t _io_graph_settings_t::sma_period

Simple Moving Average period in number of intervals; 0 disables SMA

◆ style

uint32_t _io_graph_settings_t::style

Plot style (e.g. line, impulse, bar, dot); maps to a ::io_graph_plot_style value

◆ y_axis_factor

double _io_graph_settings_t::y_axis_factor

Multiplicative scaling factor applied to all Y-axis values before plotting

◆ yaxis

uint32_t _io_graph_settings_t::yaxis

Y-axis unit or aggregate mode (see io_graph_item_unit_t)

◆ yfield

char* _io_graph_settings_t::yfield

Display filter field whose value is used for Y-axis calculations


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