|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include <QObject>#include <QWidget>#include <QLabel>#include <QVariant>#include <QList>#include <QLineEdit>#include <QComboBox>#include <QButtonGroup>#include <QCheckBox>#include <QDateTime>#include <extcap_parser.h>Go to the source code of this file.
Classes | |
| class | ExtcapValue |
| Represents a single value option for an extcap argument. More... | |
| class | ExtcapArgument |
| Base class representing a command line argument for an extcap utility. More... | |
| class | ExtArgText |
| Extcap argument representing a text input field. More... | |
| class | ExtArgNumber |
| Extcap argument representing a numeric input field. More... | |
| class | ExtArgSelector |
| Extcap argument representing a selection dropdown. More... | |
| class | ExtArgEditSelector |
| Extcap argument representing an editable selection dropdown. More... | |
| class | ExtArgRadio |
| Extcap argument representing a set of radio buttons. More... | |
| class | ExtArgBool |
| Extcap argument representing a boolean toggle (checkbox). More... | |
| class | ExtArgTimestamp |
| Extcap argument representing a timestamp input. More... | |
Macros | |
| #define | EXTCAP_GUI_BLANK_LABEL "QLabel { color : ; }" |
| #define | EXTCAP_GUI_ERROR_LABEL "QLabel { color : red; }" |
Typedefs | |
| typedef QList< ExtcapValue > | ExtcapValueList |
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