Wireshark 4.5.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
21{
22 Q_OBJECT
23
24public:
25 explicit ConversationHashTablesDialog(QWidget *parent = 0);
27
28private:
29 Ui::ConversationHashTablesDialog *ui;
30
31 const QString hashTableToHtmlTable(const QString table_name, wmem_map_t *hash_table);
32};
33
34#endif // CONVERSATION_HASH_TABLES_DIALOG_H
Definition conversation_hash_tables_dialog.h:21
Definition geometry_state_dialog.h:17
Definition wmem_map.c:44