From e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:34:10 +0200 Subject: Adding upstream version 4.2.2. Signed-off-by: Daniel Baumann --- ui/qt/mtp3_summary_dialog.h | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 ui/qt/mtp3_summary_dialog.h (limited to 'ui/qt/mtp3_summary_dialog.h') diff --git a/ui/qt/mtp3_summary_dialog.h b/ui/qt/mtp3_summary_dialog.h new file mode 100644 index 00000000..31380c97 --- /dev/null +++ b/ui/qt/mtp3_summary_dialog.h @@ -0,0 +1,40 @@ +/** @file + * + * Wireshark - Network traffic analyzer + * By Gerald Combs + * Copyright 1998 Gerald Combs + * + * Wireshark - Network traffic analyzer + * By Gerald Combs + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#ifndef MTP3_SUMMARY_DIALOG_H +#define MTP3_SUMMARY_DIALOG_H + +#include "wireshark_dialog.h" + +namespace Ui { +class Mtp3SummaryDialog; +} + +class Mtp3SummaryDialog : public WiresharkDialog +{ + Q_OBJECT + +public: + explicit Mtp3SummaryDialog(QWidget &parent, CaptureFile& capture_file); + ~Mtp3SummaryDialog(); + +private: + Ui::Mtp3SummaryDialog *ui; + + QString summaryToHtml(); + +private slots: + void updateWidgets(); +}; + +#endif // MTP3_SUMMARY_DIALOG_H -- cgit v1.2.3