Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
strip_headers_dialog.h
Go to the documentation of this file.
1
10#ifndef STRIP_HEADERS_DIALOG_H
11#define STRIP_HEADERS_DIALOG_H
12
13#include <QDialog>
14#include <QDebug>
15
16namespace Ui {
18}
19
25class StripHeadersDialog : public QDialog
26{
27 Q_OBJECT
28
29public:
34 explicit StripHeadersDialog(QWidget *parent = 0);
35
40
41private:
42 Ui::StripHeadersDialog *ui;
44private slots:
49 void on_buttonBox_accepted();
50
54 void on_buttonBox_helpRequested();
55};
56
57#endif // STRIP_HEADERS_DIALOG_H
Dialog that allows the user to strip encapsulation headers from packets in the current capture file,...
Definition strip_headers_dialog.h:26
~StripHeadersDialog()
Destroys the dialog and releases the associated UI resources.
Definition strip_headers_dialog.cpp:57