Wireshark 4.7.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
27{
28 Q_OBJECT
29
30public:
36 explicit GsmMapSummaryDialog(QWidget &parent, CaptureFile& capture_file);
37
42
43private:
45 Ui::GsmMapSummaryDialog *ui;
46
51 QString summaryToHtml();
52
53private slots:
57 void updateWidgets();
58
59};
60
61#endif // GSM_MAP_SUMMARY_DIALOG_H
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
A dialog for displaying GSM MAP (Mobile Application Part) summary statistics.
Definition gsm_map_summary_dialog.h:27
~GsmMapSummaryDialog()
Destroys the GsmMapSummaryDialog.
Definition gsm_map_summary_dialog.cpp:56
Base class for Wireshark specific dialogs that require interaction with a CaptureFile.
Definition wireshark_dialog.h:38
Represents a capture file and its associated metadata.
Definition cfile.h:84