10#ifndef REMOTE_CAPTURE_DIALOG_H
11#define REMOTE_CAPTURE_DIALOG_H
15#ifdef HAVE_PCAP_REMOTE
20class RemoteCaptureDialog;
26class RemoteCaptureDialog :
public QDialog
35 explicit RemoteCaptureDialog(QWidget *parent = 0);
40 ~RemoteCaptureDialog();
48 void remoteAdded(GList *rlist, remote_options *roptions);
55 void on_pwAuth_toggled(
bool checked);
61 void on_nullAuth_toggled(
bool checked);
72 void hostChanged(
const QString host);
76 Ui::RemoteCaptureDialog *ui;