|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include <config.h>#include <epan/tap.h>#include <epan/export_object.h>#include <QAbstractTableModel>#include <QSortFilterProxyModel>#include <QList>#include <QSet>Go to the source code of this file.
Classes | |
| struct | export_object_list_gui_t |
| GUI context data for the export object list. More... | |
| class | ExportObjectEntry |
| A wrapper class for an export object entry. More... | |
| class | ExportObjectModel |
| A table model managing a list of exportable objects extracted from network traffic. More... | |
| class | ExportObjectProxyModel |
| A proxy model used for sorting and filtering export objects. More... | |
Typedefs | |
| typedef struct export_object_list_gui_t | export_object_list_gui_t |
| GUI context data for the export object list. | |
Functions | |
| size_t | qHash (const ExportObjectEntry &entry, size_t seed=0) |
| Computes the hash for an ExportObjectEntry. | |
Data model for Export Objects.
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
| size_t qHash | ( | const ExportObjectEntry & | entry, |
| size_t | seed = 0 |
||
| ) |
Computes the hash for an ExportObjectEntry.
| entry | The entry to hash. |
| seed | The seed value for the hash. |