Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
gsm_map_summary_dialog.h
Go to the documentation of this file.
1
14#ifndef GSM_MAP_SUMMARY_DIALOG_H
15#define GSM_MAP_SUMMARY_DIALOG_H
16
17#include "wireshark_dialog.h"
18
19namespace Ui {
21}
22
24{
25 Q_OBJECT
26
27public:
28 explicit GsmMapSummaryDialog(QWidget &parent, CaptureFile& capture_file);
30
31private:
32 Ui::GsmMapSummaryDialog *ui;
33
34 QString summaryToHtml();
35
36private slots:
37 void updateWidgets();
38
39};
40
41#endif // GSM_MAP_SUMMARY_DIALOG_H
Definition capture_file.h:21
Definition gsm_map_summary_dialog.h:24
Definition wireshark_dialog.h:35
Definition cfile.h:67