Wireshark  4.3.0
The Wireshark network protocol analyzer
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 
13 #include "geometry_state_dialog.h"
14 
15 #include <QMenu>
16 
17 #include <wiretap/wtap.h>
18 
19 class CaptureFile;
21 
22 namespace Ui {
24 }
25 
27 {
28  Q_OBJECT
29 
30 public:
31  explicit ResolvedAddressesDialog(QWidget *parent, QString captureFile, wtap* wth);
33 
34 protected 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 
42 private:
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 
56 private 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