1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>CapturePreferencesFrame
</class>
4 <widget class=
"QFrame" name=
"CapturePreferencesFrame">
5 <property name=
"geometry">
13 <property name=
"minimumSize">
19 <property name=
"windowTitle">
20 <string>Frame
</string>
22 <property name=
"lineWidth">
25 <layout class=
"QVBoxLayout" name=
"verticalLayout">
27 <widget class=
"QLabel" name=
"label">
28 <property name=
"text">
29 <string>Default interface
</string>
34 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
36 <spacer name=
"defaultInterfaceSpacer">
37 <property name=
"orientation">
38 <enum>Qt::Horizontal
</enum>
40 <property name=
"sizeType">
41 <enum>QSizePolicy::Fixed
</enum>
43 <property name=
"sizeHint" stdset=
"0">
52 <widget class=
"QComboBox" name=
"defaultInterfaceComboBox">
53 <property name=
"editable">
61 <widget class=
"QCheckBox" name=
"capturePromModeCheckBox">
62 <property name=
"toolTip">
63 <string><html
><head/
><body
><p
>You probably want to enable this. Usually a network card will only capture the traffic sent to its own network address. If you want to capture all traffic that the network card can
&quot;see
&quot;, mark this option. See the FAQ for some more details of capturing packets from a switched network.
</p
></body
></html
></string>
65 <property name=
"text">
66 <string>Capture packets in promiscuous mode
</string>
71 <widget class=
"QCheckBox" name=
"captureMonitorModeCheckBox">
72 <property name=
"toolTip">
73 <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>
75 <property name=
"text">
76 <string>Capture packets in monitor mode on
802.11 devices
</string>
81 <widget class=
"QCheckBox" name=
"capturePcapNgCheckBox">
82 <property name=
"toolTip">
83 <string><html
><head/
><body
><p
>Capture packets in the next-generation capture file format.
</p
></body
></html
></string>
85 <property name=
"text">
86 <string>Capture packets in pcapng format
</string>
91 <widget class=
"QCheckBox" name=
"captureRealTimeCheckBox">
92 <property name=
"toolTip">
93 <string><html
><head/
><body
><p
>Update the list of packets while capture is in progress. This can result in dropped packets on high-speed networks.
</p
></body
></html
></string>
95 <property name=
"text">
96 <string>Update list of packets in real time
</string>
101 <layout class=
"QHBoxLayout" name=
"captureUpdateInterval">
103 <widget class=
"QLabel" name=
"captureUpdateIntervalLabel">
104 <property name=
"text">
105 <string>Interval between updates (ms)
</string>
107 <property name=
"toolTip">
108 <string><html
><head/
><body
><p
>How often the capture notifies the GUI of new packets. Affects how often the GUI updates and the granularity of timers.
</p
></body
></html
></string>
113 <widget class=
"SyntaxLineEdit" name=
"captureUpdateIntervalLineEdit">
114 <property name=
"toolTip">
115 <string><html
><head/
><body
><p
>The interval between new packet updates. Affects how often the GUI updates and the granularity of timers.
</p
></body
></html
></string>
120 <spacer name=
"captureUpdateIntervalHorizontalSpacer">
121 <property name=
"orientation">
122 <enum>Qt:Horizontal
</enum>
129 <widget class=
"QCheckBox" name=
"captureNoInterfaceLoad">
130 <property name=
"text">
131 <string>Don't load interfaces on startup
</string>
136 <widget class=
"QCheckBox" name=
"captureNoExtcapCheckBox">
137 <property name=
"text">
138 <string>Disable external capture interfaces
</string>
143 <spacer name=
"verticalSpacer">
144 <property name=
"orientation">
145 <enum>Qt::Vertical
</enum>
147 <property name=
"sizeHint" stdset=
"0">
159 <class>SyntaxLineEdit
</class>
160 <extends>QLineEdit
</extends>
161 <header>widgets/syntax_line_edit.h
</header>