Wireshark  4.3.0
The Wireshark network protocol analyzer
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 
13 #include "geometry_state_dialog.h"
14 #include <epan/wmem_scopes.h>
15 
16 namespace Ui {
18 }
19 
21 {
22  Q_OBJECT
23 
24 public:
25  explicit ConversationHashTablesDialog(QWidget *parent = 0);
27 
28 private:
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