|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include <ui/qt/models/astringlist_list_model.h>#include <QAbstractListModel>#include <QSortFilterProxyModel>Go to the source code of this file.
Classes | |
| class | EthernetAddressModel |
| A model managing a list of Ethernet addresses for UI display. More... | |
| class | PortsModel |
| A model managing a list of network ports for UI display. More... | |
Enumerations | |
| enum | PortsModelColumns { PORTS_COL_NAME , PORTS_COL_PORT , PORTS_COL_PROTOCOL } |
| Defines the column indices for the PortsModel. 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
SPDX-License-Identifier: GPL-2.0-or-later
| enum PortsModelColumns |
Defines the column indices for the PortsModel.
| Enumerator | |
|---|---|
| PORTS_COL_NAME | The name or service associated with the port. |
| PORTS_COL_PORT | The port number column. |
| PORTS_COL_PROTOCOL | The protocol used by the port (e.g., TCP or UDP). |