Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
gsm_map_summary_dialog.h
Go to the documentation of this file.
1
13
14#ifndef GSM_MAP_SUMMARY_DIALOG_H
15#define GSM_MAP_SUMMARY_DIALOG_H
16
17#include "wireshark_dialog.h"
18
19namespace Ui {
20class GsmMapSummaryDialog;
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() override;
58
59};
60
61#endif // GSM_MAP_SUMMARY_DIALOG_H
struct _capture_file capture_file
Represents a capture file and its associated metadata.
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
GsmMapSummaryDialog(QWidget &parent, CaptureFile &capture_file)
Constructs a new GsmMapSummaryDialog.
Definition gsm_map_summary_dialog.cpp:46
~GsmMapSummaryDialog()
Destroys the GsmMapSummaryDialog.
Definition gsm_map_summary_dialog.cpp:56
virtual void updateWidgets()
Updates the state and contents of the dialog's widgets.
Definition wireshark_dialog.cpp:92
WiresharkDialog(QWidget &parent, CaptureFile &capture_file)
Constructs a new WiresharkDialog object.
Definition wireshark_dialog.cpp:30