|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include <config.h>#include "plot.h"#include <ui/qt/models/uat_model.h>#include <ui/qt/models/uat_delegate.h>#include <ui/qt/widgets/customplot.h>#include "wireshark_dialog.h"#include <QPointer>#include <QMenu>#include <QTextStream>#include <QItemSelection>#include <vector>Go to the source code of this file.
Classes | |
| struct | _plot_settings_t |
| Persisted configuration for a single plot, corresponding to one UAT row. More... | |
| class | PlotDialog |
| Dialog for configuring and displaying packet field value plots. More... | |
Typedefs | |
| typedef struct _plot_settings_t | plot_settings_t |
| Persisted configuration for a single plot, corresponding to one UAT row. | |
Enumerations | |
| enum | UatColumnsPlot { plotColEnabled = 0 , plotColIdx , plotColName , plotColDFilter , plotColColor , plotColStyle , plotColYField , plotColYAxisFactor , plotColMaxNum } |
| Column indices for the Plot UAT (User Accessible Table) configuration table. More... | |
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
Plots feature by Giovanni Musto giova.nosp@m.nni..nosp@m.musto.nosp@m.@par.nosp@m.tner..nosp@m.ital.nosp@m.desig.nosp@m.n.it Copyright (c) 2025
SPDX-License-Identifier: GPL-2.0-or-later
| enum UatColumnsPlot |
Column indices for the Plot UAT (User Accessible Table) configuration table.
| Enumerator | |
|---|---|
| plotColEnabled | Whether the plot is enabled/visible |
| plotColIdx | Numeric index used to identify and order the plot |
| plotColName | User-visible display name for the plot |
| plotColDFilter | Display filter string restricting which packets contribute to the plot |
| plotColColor | Plot line or point colour |
| plotColStyle | Plot style (e.g. line, dot, bar) |
| plotColYField | Display filter field whose value is used for Y-axis calculations |
| plotColYAxisFactor | Multiplicative scaling factor applied to Y-axis values before plotting |
| plotColMaxNum | Sentinel: total number of UAT columns |