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 <wiretap/wtap.h>
16 
17 class CaptureFile;
19 
20 namespace Ui {
22 }
23 
25 {
26  Q_OBJECT
27 
28 public:
29  explicit ResolvedAddressesDialog(QWidget *parent, QString captureFile, wtap* wth);
31 
32 protected slots:
33  void on_cmbDataType_currentIndexChanged(int index);
34  void on_txtSearchFilter_textChanged(QString text);
35  void on_cmbPortFilterType_currentIndexChanged(int index);
36  void on_txtPortFilter_textChanged(QString text);
37 
38  void changeEvent(QEvent* event);
39 
40 private:
41  Ui::ResolvedAddressesDialog *ui;
42  QString file_name_;
43  QString comment_;
44 
49 
50  void fillBlocks();
51 };
52 
53 #endif // RESOLVED_ADDRESSES_DIALOG_H
Definition: astringlist_list_model.h:51
Definition: capture_file.h:23
Definition: geometry_state_dialog.h:16
Definition: resolved_addresses_dialog.h:25
Definition: wtap-int.h:36