Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / capture_preferences_frame.ui
blobc0a76efdfb1602fa93693b2c9d6f61e305816f55
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CapturePreferencesFrame</class>
4 <widget class="QFrame" name="CapturePreferencesFrame">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>354</width>
10 <height>220</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>0</width>
16 <height>191</height>
17 </size>
18 </property>
19 <property name="windowTitle">
20 <string>Frame</string>
21 </property>
22 <property name="lineWidth">
23 <number>0</number>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout">
26 <item>
27 <widget class="QLabel" name="label">
28 <property name="text">
29 <string>Default interface</string>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <layout class="QHBoxLayout" name="horizontalLayout">
35 <item>
36 <spacer name="defaultInterfaceSpacer">
37 <property name="orientation">
38 <enum>Qt::Horizontal</enum>
39 </property>
40 <property name="sizeType">
41 <enum>QSizePolicy::Fixed</enum>
42 </property>
43 <property name="sizeHint" stdset="0">
44 <size>
45 <width>18</width>
46 <height>20</height>
47 </size>
48 </property>
49 </spacer>
50 </item>
51 <item>
52 <widget class="QComboBox" name="defaultInterfaceComboBox">
53 <property name="editable">
54 <bool>true</bool>
55 </property>
56 </widget>
57 </item>
58 </layout>
59 </item>
60 <item>
61 <widget class="QCheckBox" name="capturePromModeCheckBox">
62 <property name="toolTip">
63 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;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 &amp;quot;see&amp;quot;, mark this option. See the FAQ for some more details of capturing packets from a switched network.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
64 </property>
65 <property name="text">
66 <string>Capture packets in promiscuous mode</string>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <widget class="QCheckBox" name="captureMonitorModeCheckBox">
72 <property name="toolTip">
73 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Usually a wireless network card will only capture the traffic sent to and from its own network address, and only captures &lt;em&gt;user data&lt;/em&gt; traffic with &amp;quot;fake&amp;quot; Ethernet headers. If you want to capture all traffic that wireless network cards can &amp;quot;see&amp;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.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
74 </property>
75 <property name="text">
76 <string>Capture packets in monitor mode on 802.11 devices</string>
77 </property>
78 </widget>
79 </item>
80 <item>
81 <widget class="QCheckBox" name="capturePcapNgCheckBox">
82 <property name="toolTip">
83 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Capture packets in the next-generation capture file format.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
84 </property>
85 <property name="text">
86 <string>Capture packets in pcapng format</string>
87 </property>
88 </widget>
89 </item>
90 <item>
91 <widget class="QCheckBox" name="captureRealTimeCheckBox">
92 <property name="toolTip">
93 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Update the list of packets while capture is in progress. This can result in dropped packets on high-speed networks.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
94 </property>
95 <property name="text">
96 <string>Update list of packets in real time</string>
97 </property>
98 </widget>
99 </item>
100 <item>
101 <layout class="QHBoxLayout" name="captureUpdateInterval">
102 <item>
103 <widget class="QLabel" name="captureUpdateIntervalLabel">
104 <property name="text">
105 <string>Interval between updates (ms)</string>
106 </property>
107 <property name="toolTip">
108 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;How often the capture notifies the GUI of new packets. Affects how often the GUI updates and the granularity of timers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
109 </property>
110 </widget>
111 </item>
112 <item>
113 <widget class="SyntaxLineEdit" name="captureUpdateIntervalLineEdit">
114 <property name="toolTip">
115 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The interval between new packet updates. Affects how often the GUI updates and the granularity of timers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
116 </property>
117 </widget>
118 </item>
119 <item>
120 <spacer name="captureUpdateIntervalHorizontalSpacer">
121 <property name="orientation">
122 <enum>Qt:Horizontal</enum>
123 </property>
124 </spacer>
125 </item>
126 </layout>
127 </item>
128 <item>
129 <widget class="QCheckBox" name="captureNoInterfaceLoad">
130 <property name="text">
131 <string>Don't load interfaces on startup</string>
132 </property>
133 </widget>
134 </item>
135 <item>
136 <widget class="QCheckBox" name="captureNoExtcapCheckBox">
137 <property name="text">
138 <string>Disable external capture interfaces</string>
139 </property>
140 </widget>
141 </item>
142 <item>
143 <spacer name="verticalSpacer">
144 <property name="orientation">
145 <enum>Qt::Vertical</enum>
146 </property>
147 <property name="sizeHint" stdset="0">
148 <size>
149 <width>20</width>
150 <height>3</height>
151 </size>
152 </property>
153 </spacer>
154 </item>
155 </layout>
156 </widget>
157 <customwidgets>
158 <customwidget>
159 <class>SyntaxLineEdit</class>
160 <extends>QLineEdit</extends>
161 <header>widgets/syntax_line_edit.h</header>
162 </customwidget>
163 </customwidgets>
164 <resources/>
165 <connections/>
166 </ui>