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"
20 class GsmMapSummaryDialog
;
23 class GsmMapSummaryDialog
: public WiresharkDialog
28 explicit GsmMapSummaryDialog(QWidget
&parent
, CaptureFile
& capture_file
);
29 ~GsmMapSummaryDialog();
32 Ui::GsmMapSummaryDialog
*ui
;
34 QString
summaryToHtml();
41 #endif // GSM_MAP_SUMMARY_DIALOG_H