|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Persisted configuration for a single plot, corresponding to one UAT row.
| unsigned _plot_settings_t::color |
Plot colour encoded as a packed RGB value
| char* _plot_settings_t::dfilter |
Display filter string restricting which packets contribute to this plot
| bool _plot_settings_t::enabled |
True if this plot is active and should be rendered
| unsigned _plot_settings_t::group |
Index of the plot group (axis/panel) this plot belongs to
| char* _plot_settings_t::name |
User-visible display name for this plot
| uint32_t _plot_settings_t::style |
Plot style (e.g. line, dot, bar); maps to a plot style enum value
| double _plot_settings_t::y_axis_factor |
Multiplicative scaling factor applied to all Y-axis values before plotting
| char* _plot_settings_t::yfield |
Display filter field whose value is used for Y-axis calculations