43 Ui::ManageInterfacesDialog *ui;
49 void showRemoteInterfaces();
50#ifdef HAVE_PCAP_REMOTE
51 void addRemote(
const QVariantMap&&);
52 void populateExistingRemotes();
57#ifdef HAVE_PCAP_REMOTE
58 void remoteAdded(GList *rlist, remote_options *roptions);
66 void on_addPipe_clicked();
67 void on_delPipe_clicked();
70#ifdef HAVE_PCAP_REMOTE
71 void on_addRemote_clicked();
72 void on_delRemote_clicked();
73 void remoteAccepted();
74 void on_remoteList_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous);
75 void on_remoteList_itemClicked(QTreeWidgetItem *item,
int column);
76 void addRemoteInterfaces(GList *rlist, remote_options *roptions);
77 void updateRemoteInterfaceList(GList *rlist, remote_options *roptions);
79 void remoteSelectionChanged(QTreeWidgetItem* item,
int col);
80 void on_remoteSettings_clicked();
82 void on_buttonBox_helpRequested();