Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Types | |
enum | ExportObjectColumn { colPacket = 0 , colHostname , colContent , colSize , colFilename , colExportObjectMax } |
Public Member Functions | |
ExportObjectModel (register_eo_t *eo, QObject *parent) | |
void | addObjectEntry (export_object_entry_t *entry) |
export_object_entry_t * | objectEntry (int row) |
void | resetObjects () |
bool | saveEntry (QModelIndex &index, QString filename) |
void | saveAllEntries (QString path) |
const char * | getTapListenerName () |
void * | getTapData () |
tap_packet_cb | getTapPacketFunc () |
void | removeTap () |
QVariant | data (const QModelIndex &index, int role) const |
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
Static Public Member Functions | |
static void | resetTap (void *tapdata) |