Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / ui / qt / mtp3_summary_dialog.h
blob31380c970878dbf0cb3b56b3c218b916f43daca0
1 /** @file
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"
19 namespace Ui {
20 class Mtp3SummaryDialog;
23 class Mtp3SummaryDialog : public WiresharkDialog
25 Q_OBJECT
27 public:
28 explicit Mtp3SummaryDialog(QWidget &parent, CaptureFile& capture_file);
29 ~Mtp3SummaryDialog();
31 private:
32 Ui::Mtp3SummaryDialog *ui;
34 QString summaryToHtml();
36 private slots:
37 void updateWidgets();
40 #endif // MTP3_SUMMARY_DIALOG_H