Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
19namespace Ui {
20class RemoteSettingsDialog;
21}
22
23class RemoteSettingsDialog : public QDialog
24{
25 Q_OBJECT
26
27public:
28 explicit RemoteSettingsDialog(QWidget *parent = 0, interface_t *iface = NULL);
29 ~RemoteSettingsDialog();
30
31signals:
32 void remoteSettingsChanged(interface_t *iface);
33
34private slots:
35 void on_buttonBox_accepted();
36
37private:
38 Ui::RemoteSettingsDialog *ui;
39 interface_t mydevice;
40};
41#endif
42#endif // REMOTE_SETTINGS_DIALOG_H
Definition androiddump.c:219