3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@wireshark.org>
9 * Copyright 1998 Gerald Combs
11 * SPDX-License-Identifier: GPL-2.0-or-later
14 #ifndef MTP3_SUMMARY_DIALOG_H
15 #define MTP3_SUMMARY_DIALOG_H
17 #include "wireshark_dialog.h"
20 class Mtp3SummaryDialog
;
23 class Mtp3SummaryDialog
: public WiresharkDialog
28 explicit Mtp3SummaryDialog(QWidget
&parent
, CaptureFile
& capture_file
);
32 Ui::Mtp3SummaryDialog
*ui
;
34 QString
summaryToHtml();
40 #endif // MTP3_SUMMARY_DIALOG_H