Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / conversation_hash_tables_dialog.h
blob56927240104655a60bc651939e2322d76b1f14a9
1 /** @file
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
8 */
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>
16 namespace Ui {
17 class ConversationHashTablesDialog;
20 class ConversationHashTablesDialog : public GeometryStateDialog
22 Q_OBJECT
24 public:
25 explicit ConversationHashTablesDialog(QWidget *parent = 0);
26 ~ConversationHashTablesDialog();
28 private:
29 Ui::ConversationHashTablesDialog *ui;
31 const QString hashTableToHtmlTable(const QString table_name, wmem_map_t *hash_table);
34 #endif // CONVERSATION_HASH_TABLES_DIALOG_H