Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
plot_graph_uat.h
Go to the documentation of this file.
1
12#ifndef __PLOT_GRAPH_UAT_H__
13#define __PLOT_GRAPH_UAT_H__
14
15UAT_BOOL_CB_DEF(plot, enabled, plot_settings_t)
16UAT_DEC_CB_DEF(plot, group, plot_settings_t)
17UAT_CSTRING_CB_DEF(plot, name, plot_settings_t)
18UAT_DISPLAY_FILTER_CB_DEF(plot, dfilter, plot_settings_t)
19UAT_COLOR_CB_DEF(plot, color, plot_settings_t)
20UAT_VS_DEF(plot, style, plot_settings_t, uint32_t, 0, "Line")
21UAT_PROTO_FIELD_CB_DEF(plot, yfield, plot_settings_t)
22UAT_DBL_CB_DEF(plot, y_axis_factor, plot_settings_t)
23
24#endif /* __PLOT_GRAPH_UAT_H__ */
Definition plot_dialog.h:49