aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_preferences_frame.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-01-07 22:06:13 +0100
committerRoland Knall <rknall@gmail.com>2018-01-09 09:58:48 +0000
commit22b5ffad861b2efede6d64d16e38710d2c713ba1 (patch)
tree3987df75222880846fa9a07dea6edf088bd1e54a /ui/qt/capture_preferences_frame.h
parent0a8d6cf97e0dccc02cb36f2636feb053725118da (diff)
extcap: add preference to prevent interfaces loading.
Change-Id: Ia5865a40c75e582f28408a0515c5c0b38e43a916 Reviewed-on: https://code.wireshark.org/review/25188 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui/qt/capture_preferences_frame.h')
-rw-r--r--ui/qt/capture_preferences_frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/capture_preferences_frame.h b/ui/qt/capture_preferences_frame.h
index 1932396a9a..0806436b89 100644
--- a/ui/qt/capture_preferences_frame.h
+++ b/ui/qt/capture_preferences_frame.h
@@ -47,6 +47,7 @@ private slots:
void on_capturePcapNgCheckBox_toggled(bool checked);
void on_captureRealTimeCheckBox_toggled(bool checked);
void on_captureAutoScrollCheckBox_toggled(bool checked);
+ void on_captureNoExtcapCheckBox_toggled(bool checked);
private:
Ui::CapturePreferencesFrame *ui;
@@ -56,6 +57,7 @@ private:
pref_t *pref_pcap_ng_;
pref_t *pref_real_time_;
pref_t *pref_auto_scroll_;
+ pref_t *pref_no_extcap_;
void updateWidgets();
};