Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
gsm_map_summary_dialog.h
1 /* gsm_map_summary_dialog.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 1998 Gerald Combs
6  *
7  * Wireshark - Network traffic analyzer
8  * By Gerald Combs <gerald@wireshark.org>
9  * Copyright 1998 Gerald Combs
10  *
11  * SPDX-License-Identifier: GPL-2.0-or-later
12  */
13 
14 #ifndef GSM_MAP_SUMMARY_DIALOG_H
15 #define GSM_MAP_SUMMARY_DIALOG_H
16 
17 #include "wireshark_dialog.h"
18 
19 namespace Ui {
21 }
22 
24 {
25  Q_OBJECT
26 
27 public:
28  explicit GsmMapSummaryDialog(QWidget &parent, CaptureFile& capture_file);
30 
31 private:
33 
34  QString summaryToHtml();
35 
36 private slots:
37  void updateWidgets();
38 
39 };
40 
41 #endif // GSM_MAP_SUMMARY_DIALOG_H
42 
43 /*
44  * Editor modelines
45  *
46  * Local Variables:
47  * c-basic-offset: 4
48  * tab-width: 8
49  * indent-tabs-mode: nil
50  * End:
51  *
52  * ex: set shiftwidth=4 tabstop=8 expandtab:
53  * :indentSize=4:tabSize=8:noTabs=true:
54  */
Definition: ui_about_dialog.h:291
Definition: ui_gsm_map_summary_dialog.h:67
Definition: gsm_map_summary_dialog.h:23
Definition: wireshark_dialog.h:32
Definition: cfile.h:58
Definition: capture_file.h:22