Wireshark  4.3.0
The Wireshark network protocol analyzer
remote_settings_dialog.h
Go to the documentation of this file.
1 
10 #ifndef REMOTE_SETTINGS_DIALOG_H
11 #define REMOTE_SETTINGS_DIALOG_H
12 
13 #include <config.h>
14 
15 #ifdef HAVE_PCAP_REMOTE
16 #include <QDialog>
17 #include "capture_opts.h"
18 
19 namespace Ui {
20 class RemoteSettingsDialog;
21 }
22 
23 class RemoteSettingsDialog : public QDialog
24 {
25  Q_OBJECT
26 
27 public:
28  explicit RemoteSettingsDialog(QWidget *parent = 0, interface_t *iface = NULL);
29  ~RemoteSettingsDialog();
30 
31 signals:
32  void remoteSettingsChanged(interface_t *iface);
33 
34 private slots:
35  void on_buttonBox_accepted();
36 
37 private:
38  Ui::RemoteSettingsDialog *ui;
39  interface_t mydevice;
40 };
41 #endif
42 #endif // REMOTE_SETTINGS_DIALOG_H
Definition: androiddump.c:219