Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
export_objects_model.h File Reference
#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.
 

Detailed Description

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

Function Documentation

◆ qHash()

size_t qHash ( const ExportObjectEntry entry,
size_t  seed = 0 
)

Computes the hash for an ExportObjectEntry.

Parameters
entryThe entry to hash.
seedThe seed value for the hash.
Returns
The computed hash value.