Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
mtp3_summary_dialog.h
1 /* mtp3_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 MTP3_SUMMARY_DIALOG_H
15 #define MTP3_SUMMARY_DIALOG_H
16 
17 #include "wireshark_dialog.h"
18 
19 namespace Ui {
20 class Mtp3SummaryDialog;
21 }
22 
24 {
25  Q_OBJECT
26 
27 public:
28  explicit Mtp3SummaryDialog(QWidget &parent, CaptureFile& capture_file);
30 
31 private:
33 
34  QString summaryToHtml();
35 
36 private slots:
37  void updateWidgets();
38 };
39 
40 #endif // MTP3_SUMMARY_DIALOG_H
41 
42 /*
43  * Editor modelines
44  *
45  * Local Variables:
46  * c-basic-offset: 4
47  * tab-width: 8
48  * indent-tabs-mode: nil
49  * End:
50  *
51  * ex: set shiftwidth=4 tabstop=8 expandtab:
52  * :indentSize=4:tabSize=8:noTabs=true:
53  */
Definition: ui_about_dialog.h:291
Definition: mtp3_summary_dialog.h:23
Definition: ui_mtp3_summary_dialog.h:67
Definition: wireshark_dialog.h:32
Definition: cfile.h:58
Definition: capture_file.h:22