Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
resolved_addresses_dialog.h
Go to the documentation of this file.
1
10#ifndef RESOLVED_ADDRESSES_DIALOG_H
11#define RESOLVED_ADDRESSES_DIALOG_H
12
14
15#include <QMenu>
16
17#include <wiretap/wtap.h>
18
19class CaptureFile;
21
22namespace Ui {
24}
25
27{
28 Q_OBJECT
29
30public:
31 explicit ResolvedAddressesDialog(QWidget *parent, QString captureFile, wtap* wth);
33
34protected slots:
35 void on_cmbDataType_currentIndexChanged(int index);
36 void on_txtSearchFilter_textChanged(QString text);
37 void on_cmbPortFilterType_currentIndexChanged(int index);
38 void on_txtPortFilter_textChanged(QString text);
39
40 void changeEvent(QEvent* event);
41
42private:
43 Ui::ResolvedAddressesDialog *ui;
44 QString file_name_;
45 QString comment_;
46 QPushButton *copy_bt_;
47 QPushButton *save_bt_;
48
53
54 void fillBlocks();
55
56private slots:
57 void tabChanged(int index);
58 void saveAs();
59};
60
61#endif // RESOLVED_ADDRESSES_DIALOG_H
Definition astringlist_list_model.h:52
Definition capture_file.h:21
Definition geometry_state_dialog.h:17
Definition resolved_addresses_dialog.h:27
Definition wtap-int.h:37