diff options
Diffstat (limited to 'ui/qt/capture_preferences_frame.ui')
-rw-r--r-- | ui/qt/capture_preferences_frame.ui | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/qt/capture_preferences_frame.ui b/ui/qt/capture_preferences_frame.ui index b5a0b4b8..c0a76efd 100644 --- a/ui/qt/capture_preferences_frame.ui +++ b/ui/qt/capture_preferences_frame.ui @@ -68,6 +68,16 @@ </widget> </item> <item> + <widget class="QCheckBox" name="captureMonitorModeCheckBox"> + <property name="toolTip"> + <string><html><head/><body><p>Usually a wireless network card will only capture the traffic sent to and from its own network address, and only captures <em>user data</em> traffic with &quot;fake&quot; Ethernet headers. If you want to capture all traffic that wireless network cards can &quot;see&quot;, or are interested in 802.11 management or control packets, or radio-layer information, mark this option. Monitor mode availability depends on the wireless card and driver. See the Wiki for more details of capturing packets on WLAN networks.</p></body></html></string> + </property> + <property name="text"> + <string>Capture packets in monitor mode on 802.11 devices</string> + </property> + </widget> + </item> + <item> <widget class="QCheckBox" name="capturePcapNgCheckBox"> <property name="toolTip"> <string><html><head/><body><p>Capture packets in the next-generation capture file format.</p></body></html></string> |