Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / gsm_map_summary_dialog.h
blobf7bc89f5f4d5a1e0cc4409c56002fd8e68e75cae
1 /** @file
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@wireshark.org>
9 * Copyright 1998 Gerald Combs
11 * SPDX-License-Identifier: GPL-2.0-or-later
14 #ifndef GSM_MAP_SUMMARY_DIALOG_H
15 #define GSM_MAP_SUMMARY_DIALOG_H
17 #include "wireshark_dialog.h"
19 namespace Ui {
20 class GsmMapSummaryDialog;
23 class GsmMapSummaryDialog : public WiresharkDialog
25 Q_OBJECT
27 public:
28 explicit GsmMapSummaryDialog(QWidget &parent, CaptureFile& capture_file);
29 ~GsmMapSummaryDialog();
31 private:
32 Ui::GsmMapSummaryDialog *ui;
34 QString summaryToHtml();
36 private slots:
37 void updateWidgets();
41 #endif // GSM_MAP_SUMMARY_DIALOG_H