Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <config.h>
#include "epan/epan_dissect.h"
#include "epan/prefs.h"
#include "ui/preference_utils.h"
#include "ui/io_graph_item.h"
#include "wireshark_dialog.h"
#include <ui/qt/models/uat_model.h>
#include <ui/qt/models/uat_delegate.h>
#include <wsutil/str_util.h>
#include <QPointer>
#include <QIcon>
#include <QMenu>
#include <QTextStream>
#include <QItemSelection>
#include <vector>
Go to the source code of this file.
Classes | |
class | IOGraph |
class | IOGraphDialog |
Enumerations | |
enum | UatColumnsIOG { colEnabled = 0 , colAOT , colName , colDFilter , colColor , colStyle , colYAxis , colYField , colSMAPeriod , colYAxisFactor , colMaxNum } |
Variables | |
const int | max_io_items_ = 1 << 25 |
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
SPDX-License-Identifier: GPL-2.0-or-later