Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
conversation_hash_tables_dialog.h
1 /* conversation_hash_tables_dialog.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 1998 Gerald Combs
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9 
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/wmem.h>
15 
16 namespace Ui {
18 }
19 
21 {
22  Q_OBJECT
23 
24 public:
25  explicit ConversationHashTablesDialog(QWidget *parent = 0);
27 
28 private:
30 
31  const QString hashTableToHtmlTable(const QString table_name, wmem_map_t *hash_table);
32 };
33 
34 #endif // CONVERSATION_HASH_TABLES_DIALOG_H
35 
36 /*
37  * Editor modelines
38  *
39  * Local Variables:
40  * c-basic-offset: 4
41  * tab-width: 8
42  * indent-tabs-mode: nil
43  * End:
44  *
45  * ex: set shiftwidth=4 tabstop=8 expandtab:
46  * :indentSize=4:tabSize=8:noTabs=true:
47  */
Definition: geometry_state_dialog.h:15
Definition: wmem_map.c:44
Definition: ui_about_dialog.h:291
Definition: conversation_hash_tables_dialog.h:20
Definition: ui_conversation_hash_tables_dialog.h:66