Wireshark 4.7.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 "ui/capture_opts.h"
18
19namespace Ui {
20class RemoteSettingsDialog;
21}
22
26class RemoteSettingsDialog : public QDialog
27{
28 Q_OBJECT
29
30public:
36 explicit RemoteSettingsDialog(QWidget *parent = 0, interface_t *iface = NULL);
37
41 ~RemoteSettingsDialog();
42
43signals:
48 void remoteSettingsChanged(interface_t *iface);
49
50private slots:
54 void on_buttonBox_accepted();
55
56private:
57 Ui::RemoteSettingsDialog *ui;
58 interface_t mydevice;
59};
60#endif
61#endif // REMOTE_SETTINGS_DIALOG_H
Definition androiddump.c:219