From e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:34:10 +0200 Subject: Adding upstream version 4.2.2. Signed-off-by: Daniel Baumann --- ui/qt/conversation_hash_tables_dialog.h | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 ui/qt/conversation_hash_tables_dialog.h (limited to 'ui/qt/conversation_hash_tables_dialog.h') diff --git a/ui/qt/conversation_hash_tables_dialog.h b/ui/qt/conversation_hash_tables_dialog.h new file mode 100644 index 00000000..56927240 --- /dev/null +++ b/ui/qt/conversation_hash_tables_dialog.h @@ -0,0 +1,34 @@ +/** @file + * + * Wireshark - Network traffic analyzer + * By Gerald Combs + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#ifndef CONVERSATION_HASH_TABLES_DIALOG_H +#define CONVERSATION_HASH_TABLES_DIALOG_H + +#include "geometry_state_dialog.h" +#include + +namespace Ui { +class ConversationHashTablesDialog; +} + +class ConversationHashTablesDialog : public GeometryStateDialog +{ + Q_OBJECT + +public: + explicit ConversationHashTablesDialog(QWidget *parent = 0); + ~ConversationHashTablesDialog(); + +private: + Ui::ConversationHashTablesDialog *ui; + + const QString hashTableToHtmlTable(const QString table_name, wmem_map_t *hash_table); +}; + +#endif // CONVERSATION_HASH_TABLES_DIALOG_H -- cgit v1.2.3