Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
conversation_hash_tables_dialog.h
Go to the documentation of this file.
1
10#ifndef CONVERSATION_HASH_TABLES_DIALOG_H
11#define CONVERSATION_HASH_TABLES_DIALOG_H
12
14#include <epan/wmem_scopes.h>
15
16namespace Ui {
18}
19
24{
25 Q_OBJECT
26
27public:
32 explicit ConversationHashTablesDialog(QWidget *parent = 0);
33
38
39private:
41 Ui::ConversationHashTablesDialog *ui;
42
49 const QString hashTableToHtmlTable(const QString table_name, wmem_map_t *hash_table);
50};
51
52#endif // CONVERSATION_HASH_TABLES_DIALOG_H
A dialog for displaying the contents and statistics of conversation hash tables.
Definition conversation_hash_tables_dialog.h:24
~ConversationHashTablesDialog()
Destroys the ConversationHashTablesDialog.
Definition conversation_hash_tables_dialog.cpp:157
A dialog that remembers its geometry and splitter state.
Definition geometry_state_dialog.h:20
Definition wmem_map.c:60