aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_interfaces_dialog.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-25 17:01:10 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-25 17:01:10 +0000
commit393c769597afa2c682c7973cc0675ab1aec81960 (patch)
tree860a301aea2d8d72f506f9e4ddb083713bd2c68e /ui/qt/capture_interfaces_dialog.h
parent818ce4f301f400e8e6438171fdf258d38602557f (diff)
From Thomas ERSFELD (GSoC13) and me : Try to fix OSX-10.5-x86 (without pcap...) Buildbot
svn path=/trunk/; revision=53572
Diffstat (limited to 'ui/qt/capture_interfaces_dialog.h')
-rw-r--r--ui/qt/capture_interfaces_dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/capture_interfaces_dialog.h b/ui/qt/capture_interfaces_dialog.h
index 724042daff..26dbac7e85 100644
--- a/ui/qt/capture_interfaces_dialog.h
+++ b/ui/qt/capture_interfaces_dialog.h
@@ -28,6 +28,8 @@
#include <QDialog>
#include <QTableWidget>
+typedef struct if_stat_cache_s if_stat_cache_t;
+
#include "interface_tree.h"
#include "preferences_dialog.h"
@@ -70,6 +72,7 @@ public:
//void updateStatistics(void);
private slots:
+#ifdef HAVE_LIBPCAP
void on_capturePromModeCheckBox_toggled(bool checked);
void on_cbStopCaptureAuto_toggled(bool checked);
void on_cbUpdatePacketsRT_toggled(bool checked);
@@ -79,6 +82,7 @@ private slots:
void on_cbResolveMacAddresses_toggled(bool checked);
void on_cbResolveNetworkNames_toggled(bool checked);
void on_cbResolveTransportNames_toggled(bool checked);
+#endif
void on_bStart_clicked();
void on_bStop_clicked();
void tableItemClicked(QTableWidgetItem * item);