From 393c769597afa2c682c7973cc0675ab1aec81960 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 25 Nov 2013 17:01:10 +0000 Subject: From Thomas ERSFELD (GSoC13) and me : Try to fix OSX-10.5-x86 (without pcap...) Buildbot svn path=/trunk/; revision=53572 --- ui/qt/capture_interfaces_dialog.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ui/qt/capture_interfaces_dialog.h') 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 #include +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); -- cgit v1.2.3