|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Persisted configuration for a single I/O Graph plot, corresponding to one UAT row.
| bool _io_graph_settings_t::asAOT |
True if this graph should be drawn always-on-top of others
| unsigned _io_graph_settings_t::color |
Plot colour encoded as a packed RGB value
| char* _io_graph_settings_t::dfilter |
Display filter string restricting which packets contribute to this graph
| bool _io_graph_settings_t::enabled |
True if this graph is active and should be rendered
| char* _io_graph_settings_t::name |
User-visible display name for this graph
| uint32_t _io_graph_settings_t::sma_period |
Simple Moving Average period in number of intervals; 0 disables SMA
| uint32_t _io_graph_settings_t::style |
Plot style (e.g. line, impulse, bar, dot); maps to a ::io_graph_plot_style value
| double _io_graph_settings_t::y_axis_factor |
Multiplicative scaling factor applied to all Y-axis values before plotting
| uint32_t _io_graph_settings_t::yaxis |
Y-axis unit or aggregate mode (see io_graph_item_unit_t)
| char* _io_graph_settings_t::yfield |
Display filter field whose value is used for Y-axis calculations