Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / capture_options_dialog.ui
blobc9eba3b6396e2d8b2031d56cbf2181a4306b33c1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CaptureOptionsDialog</class>
4 <widget class="QDialog" name="CaptureOptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>950</width>
10 <height>440</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_12">
14 <item>
15 <widget class="QTabWidget" name="tabWidget">
16 <property name="currentIndex">
17 <number>0</number>
18 </property>
19 <widget class="QWidget" name="inputTab">
20 <attribute name="title">
21 <string>Input</string>
22 </attribute>
23 <layout class="QVBoxLayout" name="verticalLayout_2">
24 <item>
25 <widget class="QTreeWidget" name="interfaceTree">
26 <property name="sizePolicy">
27 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
28 <horstretch>0</horstretch>
29 <verstretch>0</verstretch>
30 </sizepolicy>
31 </property>
32 <property name="selectionMode">
33 <enum>QAbstractItemView::ExtendedSelection</enum>
34 </property>
35 <property name="textElideMode">
36 <enum>Qt::ElideMiddle</enum>
37 </property>
38 <property name="sortingEnabled">
39 <bool>true</bool>
40 </property>
41 <column>
42 <property name="text">
43 <string></string>
44 </property>
45 </column>
46 <column>
47 <property name="text">
48 <string>Interface</string>
49 </property>
50 </column>
51 <column>
52 <property name="text">
53 <string>Traffic</string>
54 </property>
55 </column>
56 <column>
57 <property name="text">
58 <string>Link-layer Header</string>
59 </property>
60 </column>
61 <column>
62 <property name="text">
63 <string>Promiscuous</string>
64 </property>
65 </column>
66 <column>
67 <property name="text">
68 <string>Snaplen (B)</string>
69 </property>
70 </column>
71 <column>
72 <property name="text">
73 <string>Buffer (MB)</string>
74 </property>
75 </column>
76 <column>
77 <property name="text">
78 <string>Monitor Mode</string>
79 </property>
80 </column>
81 <column>
82 <property name="text">
83 <string>Capture Filter</string>
84 </property>
85 </column>
86 </widget>
87 </item>
88 <item>
89 <layout class="QHBoxLayout" name="horizontalLayout">
90 <item>
91 <widget class="QCheckBox" name="capturePromModeCheckBox">
92 <property name="toolTip">
93 <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>
94 </property>
95 <property name="text">
96 <string>Enable promiscuous mode on all interfaces</string>
97 </property>
98 </widget>
99 </item>
100 <item>
101 <widget class="QCheckBox" name="captureMonitorModeCheckBox">
102 <property name="toolTip">
103 <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 some more details of capturing packets on WLAN networks.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
104 </property>
105 <property name="text">
106 <string>Enable monitor mode on all 802.11 interfaces</string>
107 </property>
108 </widget>
109 </item>
110 <item>
111 <spacer name="horizontalSpacer_2">
112 <property name="orientation">
113 <enum>Qt::Horizontal</enum>
114 </property>
115 <property name="sizeHint" stdset="0">
116 <size>
117 <width>40</width>
118 <height>20</height>
119 </size>
120 </property>
121 </spacer>
122 </item>
123 <item>
124 <widget class="QPushButton" name="manageButton">
125 <property name="enabled">
126 <bool>true</bool>
127 </property>
128 <property name="toolTip">
129 <string>Show and hide interfaces, add comments, and manage pipes and remote interfaces.</string>
130 </property>
131 <property name="text">
132 <string>Manage Interfaces…</string>
133 </property>
134 </widget>
135 </item>
136 </layout>
137 </item>
138 <item>
139 <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1,0,0">
140 <item>
141 <widget class="QLabel" name="label_4">
142 <property name="text">
143 <string>Capture filter for selected interfaces:</string>
144 </property>
145 </widget>
146 </item>
147 <item>
148 <widget class="CaptureFilterCombo" name="captureFilterComboBox">
149 <property name="sizePolicy">
150 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
151 <horstretch>0</horstretch>
152 <verstretch>0</verstretch>
153 </sizepolicy>
154 </property>
155 </widget>
156 </item>
157 <item>
158 <spacer name="horizontalSpacer_4">
159 <property name="orientation">
160 <enum>Qt::Horizontal</enum>
161 </property>
162 <property name="sizeHint" stdset="0">
163 <size>
164 <width>40</width>
165 <height>20</height>
166 </size>
167 </property>
168 </spacer>
169 </item>
170 <item>
171 <widget class="QPushButton" name="compileBPF">
172 <property name="text">
173 <string>Compile BPFs</string>
174 </property>
175 </widget>
176 </item>
177 </layout>
178 </item>
179 </layout>
180 </widget>
181 <widget class="QWidget" name="outputTab">
182 <attribute name="title">
183 <string>Output</string>
184 </attribute>
185 <layout class="QVBoxLayout" name="verticalLayout_9">
186 <item>
187 <widget class="QGroupBox" name="gbCaptureToFile">
188 <property name="enabled">
189 <bool>true</bool>
190 </property>
191 <property name="toolTip">
192 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter the file name to which captured data will be written. By default, a temporary file will be used.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
193 </property>
194 <property name="autoFillBackground">
195 <bool>false</bool>
196 </property>
197 <property name="title">
198 <string>Capture to a permanent file</string>
199 </property>
200 <property name="flat">
201 <bool>true</bool>
202 </property>
203 <property name="checkable">
204 <bool>false</bool>
205 </property>
206 <layout class="QGridLayout" name="gridLayout_3">
207 <item row="0" column="0">
208 <widget class="QLabel" name="label_2">
209 <property name="text">
210 <string>File:</string>
211 </property>
212 </widget>
213 </item>
214 <item row="0" column="1">
215 <widget class="QLineEdit" name="filenameLineEdit"/>
216 </item>
217 <item row="0" column="2">
218 <widget class="QPushButton" name="browseButton">
219 <property name="text">
220 <string>Browse…</string>
221 </property>
222 </widget>
223 </item>
224 </layout>
225 </widget>
226 </item>
227 <item>
228 <layout class="QHBoxLayout" name="horizontalLayout_3">
229 <item>
230 <widget class="QLabel" name="label">
231 <property name="text">
232 <string>Output format:</string>
233 </property>
234 </widget>
235 </item>
236 <item>
237 <widget class="QRadioButton" name="rbPcapng">
238 <property name="text">
239 <string>pcapng</string>
240 </property>
241 </widget>
242 </item>
243 <item>
244 <widget class="QRadioButton" name="rbPcap">
245 <property name="text">
246 <string>pcap</string>
247 </property>
248 </widget>
249 </item>
250 <item>
251 <spacer name="horizontalSpacer_7">
252 <property name="orientation">
253 <enum>Qt::Horizontal</enum>
254 </property>
255 <property name="sizeHint" stdset="0">
256 <size>
257 <width>40</width>
258 <height>20</height>
259 </size>
260 </property>
261 </spacer>
262 </item>
263 </layout>
264 </item>
265 <item>
266 <widget class="QGroupBox" name="gbNewFileAuto">
267 <property name="toolTip">
268 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Instead of using a single capture file, multiple files will be created.&lt;/p&gt;&lt;p&gt;The generated file names will contain an incrementing number and the start time of the capture.&lt;/p&gt;&lt;p&gt;NOTE: If enabled, at least one of the new-file criteria MUST be selected.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
269 </property>
270 <property name="title">
271 <string>Create a new file automatically…</string>
272 </property>
273 <property name="flat">
274 <bool>true</bool>
275 </property>
276 <property name="checkable">
277 <bool>true</bool>
278 </property>
279 <layout class="QGridLayout" name="gridLayout">
280 <item row="1" column="0">
281 <widget class="QCheckBox" name="PktCheckBox">
282 <property name="toolTip">
283 <string>Switch to the next file after the specified number of packets have been captured.</string>
284 </property>
285 <property name="text">
286 <string>after</string>
287 </property>
288 </widget>
289 </item>
290 <item row="1" column="1">
291 <widget class="QSpinBox" name="PktSpinBox">
292 <property name="toolTip">
293 <string>Switch to the next file after the specified number of packets have been captured.</string>
294 </property>
295 <property name="buttonSymbols">
296 <enum>QAbstractSpinBox::PlusMinus</enum>
297 </property>
298 <property name="maximum">
299 <number>2147483647</number>
300 </property>
301 <property name="value">
302 <number>100000</number>
303 </property>
304 </widget>
305 </item>
306 <item row="1" column="2">
307 <widget class="QLabel" name="PktLabel">
308 <property name="text">
309 <string>packets</string>
310 </property>
311 </widget>
312 </item>
313 <item row="2" column="0">
314 <widget class="QCheckBox" name="MBCheckBox">
315 <property name="toolTip">
316 <string>Switch to the next file after the file size exceeds the specified file size.</string>
317 </property>
318 <property name="text">
319 <string>after</string>
320 </property>
321 </widget>
322 </item>
323 <item row="2" column="1">
324 <widget class="QSpinBox" name="MBSpinBox">
325 <property name="toolTip">
326 <string>Switch to the next file after the file size exceeds the specified file size.</string>
327 </property>
328 <property name="wrapping">
329 <bool>true</bool>
330 </property>
331 <property name="buttonSymbols">
332 <enum>QAbstractSpinBox::PlusMinus</enum>
333 </property>
334 <property name="value">
335 <number>1</number>
336 </property>
337 </widget>
338 </item>
339 <item row="2" column="2">
340 <widget class="QComboBox" name="MBComboBox">
341 <property name="toolTip">
342 <string>Switch to the next file after the file size exceeds the specified file size.</string>
343 </property>
344 <item>
345 <property name="text">
346 <string>kilobytes</string>
347 </property>
348 </item>
349 <item>
350 <property name="text">
351 <string>megabytes</string>
352 </property>
353 </item>
354 <item>
355 <property name="text">
356 <string>gigabytes</string>
357 </property>
358 </item>
359 </widget>
360 </item>
361 <item row="3" column="0">
362 <widget class="QCheckBox" name="SecsCheckBox">
363 <property name="toolTip">
364 <string>Switch to the next file when the time capturing to the current file exceeds the specified time.</string>
365 </property>
366 <property name="text">
367 <string>after</string>
368 </property>
369 </widget>
370 </item>
371 <item row="3" column="1">
372 <widget class="QSpinBox" name="SecsSpinBox">
373 <property name="toolTip">
374 <string>Switch to the next file when the time capturing to the current file exceeds the specified time.</string>
375 </property>
376 <property name="wrapping">
377 <bool>true</bool>
378 </property>
379 <property name="buttonSymbols">
380 <enum>QAbstractSpinBox::PlusMinus</enum>
381 </property>
382 <property name="maximum">
383 <number>1000000</number>
384 </property>
385 <property name="value">
386 <number>1</number>
387 </property>
388 </widget>
389 </item>
390 <item row="3" column="2">
391 <widget class="QComboBox" name="SecsComboBox">
392 <property name="toolTip">
393 <string>Switch to the next file when the time capturing to the current file exceeds the specified time.</string>
394 </property>
395 <item>
396 <property name="text">
397 <string>seconds</string>
398 </property>
399 </item>
400 <item>
401 <property name="text">
402 <string>minutes</string>
403 </property>
404 </item>
405 <item>
406 <property name="text">
407 <string>hours</string>
408 </property>
409 </item>
410 </widget>
411 </item>
412 <item row="4" column="0">
413 <widget class="QCheckBox" name="IntervalSecsCheckBox">
414 <property name="toolTip">
415 <string>Switch to the next file when the (wall clock) time is an even multiple of the specified interval.
416 For example, use 1 hour to have a new file created every hour on the hour.</string>
417 </property>
418 <property name="text">
419 <string>when time is a multiple of</string>
420 </property>
421 </widget>
422 </item>
423 <item row="4" column="1">
424 <widget class="QSpinBox" name="IntervalSecsSpinBox">
425 <property name="toolTip">
426 <string>Switch to the next file when the (wall clock) time is an even multiple of the specified interval.
427 For example, use 1 hour to have a new file created every hour on the hour.</string>
428 </property>
429 <property name="wrapping">
430 <bool>true</bool>
431 </property>
432 <property name="buttonSymbols">
433 <enum>QAbstractSpinBox::PlusMinus</enum>
434 </property>
435 <property name="maximum">
436 <number>1000000</number>
437 </property>
438 <property name="value">
439 <number>1</number>
440 </property>
441 </widget>
442 </item>
443 <item row="4" column="2">
444 <widget class="QComboBox" name="IntervalSecsComboBox">
445 <property name="toolTip">
446 <string>Switch to the next file when the (wall clock) time is an even multiple of the specified interval.
447 For example, use 1 hour to have a new file created every hour on the hour.</string>
448 </property>
449 <property name="currentIndex">
450 <number>2</number>
451 </property>
452 <item>
453 <property name="text">
454 <string>seconds</string>
455 </property>
456 </item>
457 <item>
458 <property name="text">
459 <string>minutes</string>
460 </property>
461 </item>
462 <item>
463 <property name="text">
464 <string>hours</string>
465 </property>
466 </item>
467 </widget>
468 </item>
469 <item row="5" column="0">
470 <widget class="QGroupBox" name="gbCompression">
471 <property name="title">
472 <string>compression</string>
473 </property>
474 <layout class="QVBoxLayout" name="verticalLayout_4">
475 <item>
476 <widget class="QRadioButton" name="rbCompressionNone">
477 <property name="text">
478 <string>None</string>
479 </property>
480 <attribute name="buttonGroup">
481 <string notr="true">buttonGroup</string>
482 </attribute>
483 </widget>
484 </item>
485 <item>
486 <widget class="QRadioButton" name="rbCompressionGzip">
487 <property name="text">
488 <string>gzip</string>
489 </property>
490 <attribute name="buttonGroup">
491 <string notr="true">buttonGroup</string>
492 </attribute>
493 </widget>
494 </item>
495 </layout>
496 </widget>
497 </item>
498 <item row="5" column="1" colspan="2">
499 <widget class="QGroupBox" name="nameTemplateGB">
500 <property name="title">
501 <string>File infix pattern</string>
502 </property>
503 <property name="toolTip">
504 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;In multiple file mode, the date and time and file index number are inserted between filename template and any suffix. Select their order.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
505 </property>
506 <layout class="QVBoxLayout" name="verticalLayout_5">
507 <item>
508 <widget class="QRadioButton" name="rbTimeNum">
509 <property name="text">
510 <string>YYYYmmDDHHMMSS_NNNNN</string>
511 </property>
512 <property name="toolTip">
513 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Date and time before the file index number. This causes files to sort in creation time order, and keeps files from the same batch closely ordered.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
514 </property>
515 <attribute name="buttonGroup">
516 <string notr="true">nameTimeNumBG</string>
517 </attribute>
518 </widget>
519 </item>
520 <item>
521 <widget class="QRadioButton" name="rbNumTime">
522 <property name="text">
523 <string>NNNNN_YYYYmmDDHHMMSS</string>
524 </property>
525 <property name="toolTip">
526 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;File index number before the date and time. This is the historic Wireshark ordering.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
527 </property>
528 <attribute name="buttonGroup">
529 <string notr="true">nameTimeNumBG</string>
530 </attribute>
531 </widget>
532 </item>
533 </layout>
534 </widget>
535 </item>
536 <item row="0" column="3" rowspan="4">
537 <spacer name="horizontalSpacer_8">
538 <property name="orientation">
539 <enum>Qt::Horizontal</enum>
540 </property>
541 <property name="sizeHint" stdset="0">
542 <size>
543 <width>40</width>
544 <height>20</height>
545 </size>
546 </property>
547 </spacer>
548 </item>
549 </layout>
550 </widget>
551 </item>
552 <item>
553 <layout class="QHBoxLayout" name="horizontalLayout_4">
554 <item>
555 <widget class="QCheckBox" name="RbCheckBox">
556 <property name="toolTip">
557 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;After capturing has switched to the next file and the given number of files has exceeded, the oldest file will be removed.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
558 </property>
559 <property name="text">
560 <string>Use a ring buffer with </string>
561 </property>
562 </widget>
563 </item>
564 <item>
565 <widget class="QSpinBox" name="RbSpinBox">
566 <property name="wrapping">
567 <bool>true</bool>
568 </property>
569 <property name="maximum">
570 <number>65535</number>
571 </property>
572 <property name="value">
573 <number>2</number>
574 </property>
575 </widget>
576 </item>
577 <item>
578 <widget class="QLabel" name="label_3">
579 <property name="text">
580 <string>files</string>
581 </property>
582 </widget>
583 </item>
584 <item>
585 <spacer name="horizontalSpacer_9">
586 <property name="orientation">
587 <enum>Qt::Horizontal</enum>
588 </property>
589 <property name="sizeHint" stdset="0">
590 <size>
591 <width>40</width>
592 <height>20</height>
593 </size>
594 </property>
595 </spacer>
596 </item>
597 </layout>
598 </item>
599 <item>
600 <spacer name="verticalSpacer_2">
601 <property name="orientation">
602 <enum>Qt::Vertical</enum>
603 </property>
604 <property name="sizeHint" stdset="0">
605 <size>
606 <width>20</width>
607 <height>40</height>
608 </size>
609 </property>
610 </spacer>
611 </item>
612 </layout>
613 <zorder>gbNewFileAuto</zorder>
614 <zorder>gbCaptureToFile</zorder>
615 </widget>
616 <widget class="QWidget" name="optionsTab">
617 <attribute name="title">
618 <string>Options</string>
619 </attribute>
620 <layout class="QFormLayout" name="formLayout">
621 <item row="0" column="0">
622 <layout class="QHBoxLayout" name="horizontalLayout_8">
623 <item>
624 <widget class="QGroupBox" name="groupBox">
625 <property name="title">
626 <string>Display Options</string>
627 </property>
628 <property name="flat">
629 <bool>true</bool>
630 </property>
631 <layout class="QVBoxLayout" name="verticalLayout">
632 <item>
633 <widget class="QCheckBox" name="cbUpdatePacketsRT">
634 <property name="toolTip">
635 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Using this option will show the captured packets immediately on the main screen. Please note: this will slow down capturing, so increased packet drops might appear.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
636 </property>
637 <property name="text">
638 <string>Update list of packets in real-time</string>
639 </property>
640 </widget>
641 </item>
642 <item>
643 <widget class="QCheckBox" name="cbAutoScroll">
644 <property name="toolTip">
645 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This will scroll the &amp;quot;Packet List&amp;quot; automatically to the latest captured packet, when the &amp;quot;Update list of packets in real-time&amp;quot; option is used.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
646 </property>
647 <property name="text">
648 <string>Automatically scroll during live capture</string>
649 </property>
650 </widget>
651 </item>
652 <item>
653 <widget class="QCheckBox" name="cbExtraCaptureInfo">
654 <property name="toolTip">
655 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show the capture info dialog while capturing.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
656 </property>
657 <property name="text">
658 <string>Show capture information during live capture</string>
659 </property>
660 </widget>
661 </item>
662 <item>
663 <spacer name="horizontalSpacer_3">
664 <property name="orientation">
665 <enum>Qt::Horizontal</enum>
666 </property>
667 <property name="sizeHint" stdset="0">
668 <size>
669 <width>40</width>
670 <height>20</height>
671 </size>
672 </property>
673 </spacer>
674 </item>
675 </layout>
676 </widget>
677 </item>
678 <item>
679 <widget class="QGroupBox" name="groupBox_2">
680 <property name="title">
681 <string>Name Resolution</string>
682 </property>
683 <property name="flat">
684 <bool>true</bool>
685 </property>
686 <layout class="QVBoxLayout" name="verticalLayout_3">
687 <item>
688 <widget class="QCheckBox" name="cbResolveMacAddresses">
689 <property name="toolTip">
690 <string>Perform MAC layer name resolution while capturing.</string>
691 </property>
692 <property name="text">
693 <string>Resolve MAC addresses</string>
694 </property>
695 </widget>
696 </item>
697 <item>
698 <widget class="QCheckBox" name="cbResolveNetworkNames">
699 <property name="toolTip">
700 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Perform network layer name resolution while capturing.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
701 </property>
702 <property name="text">
703 <string>Resolve network names</string>
704 </property>
705 </widget>
706 </item>
707 <item>
708 <widget class="QCheckBox" name="cbResolveTransportNames">
709 <property name="toolTip">
710 <string>Perform transport layer name resolution while capturing.</string>
711 </property>
712 <property name="text">
713 <string>Resolve transport names</string>
714 </property>
715 </widget>
716 </item>
717 <item>
718 <spacer name="horizontalSpacer_5">
719 <property name="orientation">
720 <enum>Qt::Horizontal</enum>
721 </property>
722 <property name="sizeHint" stdset="0">
723 <size>
724 <width>40</width>
725 <height>20</height>
726 </size>
727 </property>
728 </spacer>
729 </item>
730 </layout>
731 </widget>
732 </item>
733 </layout>
734 </item>
735 <item row="1" column="0">
736 <widget class="QGroupBox" name="gbStopCaptureAuto">
737 <property name="enabled">
738 <bool>true</bool>
739 </property>
740 <property name="title">
741 <string>Stop capture automatically after…</string>
742 </property>
743 <property name="flat">
744 <bool>true</bool>
745 </property>
746 <layout class="QGridLayout" name="gridLayout_2">
747 <item row="0" column="3" rowspan="4">
748 <spacer name="horizontalSpacer">
749 <property name="orientation">
750 <enum>Qt::Horizontal</enum>
751 </property>
752 <property name="sizeHint" stdset="0">
753 <size>
754 <width>40</width>
755 <height>20</height>
756 </size>
757 </property>
758 </spacer>
759 </item>
760 <item row="0" column="0">
761 <widget class="QCheckBox" name="stopPktCheckBox">
762 <property name="toolTip">
763 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Stop capturing after the specified number of packets have been captured.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
764 </property>
765 <property name="text">
766 <string/>
767 </property>
768 </widget>
769 </item>
770 <item row="0" column="1">
771 <widget class="QSpinBox" name="stopPktSpinBox">
772 <property name="sizePolicy">
773 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
774 <horstretch>0</horstretch>
775 <verstretch>0</verstretch>
776 </sizepolicy>
777 </property>
778 <property name="toolTip">
779 <string>Stop capturing after the specified number of packets have been captured.</string>
780 </property>
781 <property name="buttonSymbols">
782 <enum>QAbstractSpinBox::PlusMinus</enum>
783 </property>
784 <property name="maximum">
785 <number>2147483647</number>
786 </property>
787 <property name="value">
788 <number>1</number>
789 </property>
790 </widget>
791 </item>
792 <item row="0" column="2">
793 <widget class="QLabel" name="label_7">
794 <property name="text">
795 <string>packets</string>
796 </property>
797 </widget>
798 </item>
799 <item row="1" column="0">
800 <widget class="QCheckBox" name="stopFilesCheckBox">
801 <property name="toolTip">
802 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Stop capturing after the specified number of files have been created.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
803 </property>
804 <property name="text">
805 <string/>
806 </property>
807 </widget>
808 </item>
809 <item row="1" column="1">
810 <widget class="QSpinBox" name="stopFilesSpinBox">
811 <property name="sizePolicy">
812 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
813 <horstretch>0</horstretch>
814 <verstretch>0</verstretch>
815 </sizepolicy>
816 </property>
817 <property name="toolTip">
818 <string>Stop capturing after the specified number of files have been created.</string>
819 </property>
820 <property name="buttonSymbols">
821 <enum>QAbstractSpinBox::PlusMinus</enum>
822 </property>
823 <property name="maximum">
824 <number>2147483647</number>
825 </property>
826 <property name="value">
827 <number>1</number>
828 </property>
829 </widget>
830 </item>
831 <item row="1" column="2">
832 <widget class="QLabel" name="label_8">
833 <property name="text">
834 <string>files</string>
835 </property>
836 </widget>
837 </item>
838 <item row="2" column="0">
839 <widget class="QCheckBox" name="stopMBCheckBox">
840 <property name="toolTip">
841 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Stop capturing after the specified amount of data has been captured.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
842 </property>
843 <property name="text">
844 <string/>
845 </property>
846 </widget>
847 </item>
848 <item row="2" column="1">
849 <widget class="QSpinBox" name="stopMBSpinBox">
850 <property name="toolTip">
851 <string>Stop capturing after the specified amount of data has been captured.</string>
852 </property>
853 <property name="buttonSymbols">
854 <enum>QAbstractSpinBox::PlusMinus</enum>
855 </property>
856 <property name="value">
857 <number>1</number>
858 </property>
859 </widget>
860 </item>
861 <item row="2" column="2">
862 <widget class="QComboBox" name="stopMBComboBox">
863 <property name="toolTip">
864 <string>Stop capturing after the specified amount of data has been captured.</string>
865 </property>
866 <item>
867 <property name="text">
868 <string>kilobytes</string>
869 </property>
870 </item>
871 <item>
872 <property name="text">
873 <string>megabytes</string>
874 </property>
875 </item>
876 <item>
877 <property name="text">
878 <string>gigabytes</string>
879 </property>
880 </item>
881 </widget>
882 </item>
883 <item row="3" column="0">
884 <widget class="QCheckBox" name="stopSecsCheckBox">
885 <property name="toolTip">
886 <string>Stop capturing after the specified amount of time has passed.</string>
887 </property>
888 <property name="text">
889 <string/>
890 </property>
891 </widget>
892 </item>
893 <item row="3" column="1">
894 <widget class="QSpinBox" name="stopSecsSpinBox">
895 <property name="toolTip">
896 <string>Stop capturing after the specified amount of time has passed.</string>
897 </property>
898 <property name="buttonSymbols">
899 <enum>QAbstractSpinBox::PlusMinus</enum>
900 </property>
901 <property name="maximum">
902 <number>2147483647</number>
903 </property>
904 <property name="value">
905 <number>1</number>
906 </property>
907 </widget>
908 </item>
909 <item row="3" column="2">
910 <widget class="QComboBox" name="stopSecsComboBox">
911 <property name="toolTip">
912 <string>Stop capturing after the specified amount of time has passed.</string>
913 </property>
914 <item>
915 <property name="text">
916 <string>seconds</string>
917 </property>
918 </item>
919 <item>
920 <property name="text">
921 <string>minutes</string>
922 </property>
923 </item>
924 <item>
925 <property name="text">
926 <string>hours</string>
927 </property>
928 </item>
929 </widget>
930 </item>
931 </layout>
932 </widget>
933 </item>
934 <item row="2" column="0">
935 <widget class="QGroupBox" name="gbTempDir">
936 <property name="enabled">
937 <bool>true</bool>
938 </property>
939 <property name="toolTip">
940 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Optionally specify a temporary directory for unnamed capture files.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
941 </property>
942 <property name="autoFillBackground">
943 <bool>false</bool>
944 </property>
945 <property name="title">
946 <string>Directory for temporary files</string>
947 </property>
948 <property name="flat">
949 <bool>true</bool>
950 </property>
951 <property name="checkable">
952 <bool>false</bool>
953 </property>
954 <layout class="QGridLayout" name="gridLayout_4">
955 <item row="0" column="0">
956 <widget class="QLineEdit" name="tempDirLineEdit"/>
957 </item>
958 <item row="0" column="1">
959 <widget class="QPushButton" name="tempDirBrowseButton">
960 <property name="text">
961 <string>Browse…</string>
962 </property>
963 </widget>
964 </item>
965 </layout>
966 </widget>
967 </item>
968 <item row="3" column="0">
969 <spacer name="verticalSpacer_3">
970 <property name="orientation">
971 <enum>Qt::Vertical</enum>
972 </property>
973 <property name="sizeHint" stdset="0">
974 <size>
975 <width>20</width>
976 <height>40</height>
977 </size>
978 </property>
979 </spacer>
980 </item>
981 </layout>
982 </widget>
983 </widget>
984 </item>
985 <item>
986 <widget class="QDialogButtonBox" name="buttonBox">
987 <property name="standardButtons">
988 <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
989 </property>
990 </widget>
991 </item>
992 </layout>
993 </widget>
994 <customwidgets>
995 <customwidget>
996 <class>CaptureFilterCombo</class>
997 <extends>QComboBox</extends>
998 <header>widgets/capture_filter_combo.h</header>
999 </customwidget>
1000 </customwidgets>
1001 <resources/>
1002 <connections/>
1003 <buttongroups>
1004 <buttongroup name="buttonGroup"/>
1005 <buttongroup name="nameTimeNumBG"/>
1006 </buttongroups>
1007 </ui>