10#ifndef REMOTE_CAPTURE_DIALOG_H
11#define REMOTE_CAPTURE_DIALOG_H
15#ifdef HAVE_PCAP_REMOTE
20class RemoteCaptureDialog;
23class RemoteCaptureDialog :
public QDialog
28 explicit RemoteCaptureDialog(QWidget *parent = 0);
29 ~RemoteCaptureDialog();
32 void remoteAdded(GList *rlist, remote_options *roptions);
35 void on_pwAuth_toggled(
bool checked);
36 void on_nullAuth_toggled(
bool checked);
38 void hostChanged(
const QString host);
41 Ui::RemoteCaptureDialog *ui;