|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
#include <config.h>#include <wsutil/processes.h>#include <QHash>#include <QMetaType>#include <QObject>#include <QString>#include <QStringList>Go to the source code of this file.
Classes | |
| struct | InterfaceStatsSample |
| Cumulative packet counters for a single interface, as reported by dumpcap's statistics stream. More... | |
| class | InterfaceStatsWorker |
| Worker that runs a dumpcap "-S" statistics stream off the GUI thread. More... | |
Typedefs | |
| typedef QHash< QString, InterfaceStatsSample > | InterfaceStatsSnapshot |
| A full set of per-interface counters keyed by interface name. | |
Background worker that owns a dumpcap "-S" interface-statistics stream and delivers periodic per-interface packet counters.
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