diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
commit | 9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 (patch) | |
tree | 2784370cda9bbf2da9114d70f05399c0b229d28c /ui/qt/capture_preferences_frame.ui | |
parent | Adding debian version 4.2.6-1. (diff) | |
download | wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.tar.xz wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.zip |
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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> |