3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #ifndef CONVERSATION_HASH_TABLES_DIALOG_H
11 #define CONVERSATION_HASH_TABLES_DIALOG_H
13 #include "geometry_state_dialog.h"
14 #include <epan/wmem_scopes.h>
17 class ConversationHashTablesDialog
;
20 class ConversationHashTablesDialog
: public GeometryStateDialog
25 explicit ConversationHashTablesDialog(QWidget
*parent
= 0);
26 ~ConversationHashTablesDialog();
29 Ui::ConversationHashTablesDialog
*ui
;
31 const QString
hashTableToHtmlTable(const QString table_name
, wmem_map_t
*hash_table
);
34 #endif // CONVERSATION_HASH_TABLES_DIALOG_H