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

Persisted configuration for a single plot, corresponding to one UAT row. More...

#include <plot_dialog.h>

Public Attributes

bool enabled
 
unsigned group
 
char * name
 
char * dfilter
 
unsigned color
 
uint32_t style
 
char * yfield
 
double y_axis_factor
 

Detailed Description

Persisted configuration for a single plot, corresponding to one UAT row.

Member Data Documentation

◆ color

unsigned _plot_settings_t::color

Plot colour encoded as a packed RGB value

◆ dfilter

char* _plot_settings_t::dfilter

Display filter string restricting which packets contribute to this plot

◆ enabled

bool _plot_settings_t::enabled

True if this plot is active and should be rendered

◆ group

unsigned _plot_settings_t::group

Index of the plot group (axis/panel) this plot belongs to

◆ name

char* _plot_settings_t::name

User-visible display name for this plot

◆ style

uint32_t _plot_settings_t::style

Plot style (e.g. line, dot, bar); maps to a plot style enum value

◆ y_axis_factor

double _plot_settings_t::y_axis_factor

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

◆ yfield

char* _plot_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: