Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
mtp3_summary_dialog.h
Go to the documentation of this file.
1
14#ifndef MTP3_SUMMARY_DIALOG_H
15#define MTP3_SUMMARY_DIALOG_H
16
17#include "wireshark_dialog.h"
18
19namespace Ui {
21}
22
27{
28 Q_OBJECT
29
30public:
36 explicit Mtp3SummaryDialog(QWidget &parent, CaptureFile& capture_file);
37
42
43private:
45 Ui::Mtp3SummaryDialog *ui;
46
51 QString summaryToHtml();
52
53private slots:
57 void updateWidgets();
58};
59
60#endif // MTP3_SUMMARY_DIALOG_H
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
Dialog for displaying MTP3 summary statistics.
Definition mtp3_summary_dialog.h:27
~Mtp3SummaryDialog()
Destroys the Mtp3SummaryDialog.
Definition mtp3_summary_dialog.cpp:59
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