Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / tcp_stream_dialog.ui
blob3e742f6530868791d8a7f15eb1ea4e44ab3fb9be
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TCPStreamDialog</class>
4 <widget class="QDialog" name="TCPStreamDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>969</width>
10 <height>640</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QCustomPlot" name="streamPlot" native="true">
19 <property name="sizePolicy">
20 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
21 <horstretch>0</horstretch>
22 <verstretch>1</verstretch>
23 </sizepolicy>
24 </property>
25 <property name="focusPolicy">
26 <enum>Qt::TabFocus</enum>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QLabel" name="hintLabel">
32 <property name="toolTip">
33 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
35 &lt;h3&gt;Valuable and amazing time-saving keyboard shortcuts&lt;/h3&gt;
36 &lt;table&gt;&lt;tbody&gt;
38 &lt;tr&gt;&lt;th&gt;+&lt;/th&gt;&lt;td&gt;Zoom in&lt;/td&gt;&lt;/th&gt;
39 &lt;tr&gt;&lt;th&gt;-&lt;/th&gt;&lt;td&gt;Zoom out&lt;/td&gt;&lt;/th&gt;
40 &lt;tr&gt;&lt;th&gt;x&lt;/th&gt;&lt;td&gt;Zoom in X axis&lt;/td&gt;&lt;/th&gt;
41 &lt;tr&gt;&lt;th&gt;X&lt;/th&gt;&lt;td&gt;Zoom out X axis&lt;/td&gt;&lt;/th&gt;
42 &lt;tr&gt;&lt;th&gt;y&lt;/th&gt;&lt;td&gt;Zoom in Y axis&lt;/td&gt;&lt;/th&gt;
43 &lt;tr&gt;&lt;th&gt;Y&lt;/th&gt;&lt;td&gt;Zoom out Y axis&lt;/td&gt;&lt;/th&gt;
44 &lt;tr&gt;&lt;th&gt;0&lt;/th&gt;&lt;td&gt;Reset graph to its initial state&lt;/td&gt;&lt;/th&gt;
46 &lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;td&gt;Move right 10 pixels&lt;/td&gt;&lt;/th&gt;
47 &lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;td&gt;Move left 10 pixels&lt;/td&gt;&lt;/th&gt;
48 &lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;td&gt;Move up 10 pixels&lt;/td&gt;&lt;/th&gt;
49 &lt;tr&gt;&lt;th&gt;&lt;/th&gt;&lt;td&gt;Move down 10 pixels&lt;/td&gt;&lt;/th&gt;
50 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Move right 1 pixel&lt;/td&gt;&lt;/th&gt;
51 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Move left 1 pixel&lt;/td&gt;&lt;/th&gt;
52 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Move up 1 pixel&lt;/td&gt;&lt;/th&gt;
53 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Move down 1 pixel&lt;/td&gt;&lt;/th&gt;
55 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Pg Up&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Next stream&lt;/td&gt;&lt;/th&gt;
56 &lt;tr&gt;&lt;th&gt;&lt;i&gt;Pg Dn&lt;/i&gt;&lt;/th&gt;&lt;td&gt;Previous stream&lt;/td&gt;&lt;/th&gt;
57 &lt;tr&gt;&lt;th&gt;d&lt;/th&gt;&lt;td&gt;Switch direction (swap TCP endpoints)&lt;/td&gt;&lt;/th&gt;
58 &lt;tr&gt;&lt;th&gt;g&lt;/th&gt;&lt;td&gt;Go to packet under cursor&lt;/td&gt;&lt;/th&gt;
60 &lt;tr&gt;&lt;th&gt;z&lt;/th&gt;&lt;td&gt;Toggle mouse drag / zoom&lt;/td&gt;&lt;/th&gt;
61 &lt;tr&gt;&lt;th&gt;s&lt;/th&gt;&lt;td&gt;Toggle relative / absolute sequence numbers&lt;/td&gt;&lt;/th&gt;
62 &lt;tr&gt;&lt;th&gt;t&lt;/th&gt;&lt;td&gt;Toggle capture / session time origin&lt;/td&gt;&lt;/th&gt;
63 &lt;tr&gt;&lt;th&gt;Space&lt;/th&gt;&lt;td&gt;Toggle crosshairs&lt;/td&gt;&lt;/th&gt;
65 &lt;tr&gt;&lt;th&gt;1&lt;/th&gt;&lt;td&gt;Round Trip Time graph&lt;/td&gt;&lt;/th&gt;
66 &lt;tr&gt;&lt;th&gt;2&lt;/th&gt;&lt;td&gt;Throughput graph&lt;/td&gt;&lt;/th&gt;
67 &lt;tr&gt;&lt;th&gt;3&lt;/th&gt;&lt;td&gt;Stevens-style Time / Sequence graph&lt;/td&gt;&lt;/th&gt;
68 &lt;tr&gt;&lt;th&gt;4&lt;/th&gt;&lt;td&gt;tcptrace-style Time / Sequence graph&lt;/td&gt;&lt;/th&gt;
69 &lt;tr&gt;&lt;th&gt;5&lt;/th&gt;&lt;td&gt;Window Scaling graph&lt;/td&gt;&lt;/th&gt;
71 &lt;/tbody&gt;&lt;/table&gt;
72 &lt;/body&gt;&lt;/html&gt;</string>
73 </property>
74 <property name="text">
75 <string>&lt;small&gt;&lt;i&gt;Mouse over for shortcuts&lt;/i&gt;&lt;/small&gt;</string>
76 </property>
77 <property name="wordWrap">
78 <bool>true</bool>
79 </property>
80 </widget>
81 </item>
82 <item>
83 <layout class="QHBoxLayout" name="horizontalLayout">
84 <item>
85 <widget class="QLabel" name="label">
86 <property name="text">
87 <string>Type</string>
88 </property>
89 </widget>
90 </item>
91 <item>
92 <widget class="QComboBox" name="graphTypeComboBox">
93 <property name="focusPolicy">
94 <enum>Qt::TabFocus</enum>
95 </property>
96 <property name="frame">
97 <bool>false</bool>
98 </property>
99 </widget>
100 </item>
101 <item>
102 <spacer name="horizontalSpacer_1a">
103 <property name="orientation">
104 <enum>Qt::Horizontal</enum>
105 </property>
106 <property name="sizeHint" stdset="0">
107 <size>
108 <width>40</width>
109 <height>20</height>
110 </size>
111 </property>
112 </spacer>
113 </item>
114 <item>
115 <widget class="QLabel" name="maWindowSizeLabel">
116 <property name="text">
117 <string>MA Window (s)</string>
118 </property>
119 </widget>
120 </item>
121 <item>
122 <widget class="QDoubleSpinBox" name="maWindowSizeSpinBox"/>
123 </item>
124 <item>
125 <widget class="QCheckBox" name="selectSACKsCheckBox">
126 <property name="focusPolicy">
127 <enum>Qt::TabFocus</enum>
128 </property>
129 <property name="toolTip">
130 <string>Allow SACK segments as well as data packets to be selected by clicking on the graph</string>
131 </property>
132 <property name="text">
133 <string>Select SACKs</string>
134 </property>
135 </widget>
136 </item>
137 <item>
138 <spacer name="horizontalSpacer_1b">
139 <property name="orientation">
140 <enum>Qt::Horizontal</enum>
141 </property>
142 <property name="sizeHint" stdset="0">
143 <size>
144 <width>40</width>
145 <height>20</height>
146 </size>
147 </property>
148 </spacer>
149 </item>
150 <item>
151 <widget class="QLabel" name="streamNumberLabel">
152 <property name="text">
153 <string>Stream</string>
154 </property>
155 </widget>
156 </item>
157 <item>
158 <widget class="QSpinBox" name="streamNumberSpinBox"/>
159 </item>
160 <item>
161 <widget class="QPushButton" name="otherDirectionButton">
162 <property name="toolTip">
163 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Switch the direction of the connection (view the opposite flow).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
164 </property>
165 <property name="text">
166 <string>Switch Direction</string>
167 </property>
168 </widget>
169 </item>
170 </layout>
171 </item>
172 <item>
173 <layout class="QHBoxLayout" name="horizontalLayout_2">
174 <item>
175 <widget class="QLabel" name="mouseLabel">
176 <property name="text">
177 <string>Mouse</string>
178 </property>
179 </widget>
180 </item>
181 <item>
182 <widget class="QRadioButton" name="dragRadioButton">
183 <property name="focusPolicy">
184 <enum>Qt::TabFocus</enum>
185 </property>
186 <property name="toolTip">
187 <string>Drag using the mouse button.</string>
188 </property>
189 <property name="text">
190 <string>drags</string>
191 </property>
192 <property name="checkable">
193 <bool>true</bool>
194 </property>
195 <attribute name="buttonGroup">
196 <string notr="true">mouseButtonGroup</string>
197 </attribute>
198 </widget>
199 </item>
200 <item>
201 <widget class="QRadioButton" name="zoomRadioButton">
202 <property name="focusPolicy">
203 <enum>Qt::TabFocus</enum>
204 </property>
205 <property name="toolTip">
206 <string>Select using the mouse button.</string>
207 </property>
208 <property name="text">
209 <string>zooms</string>
210 </property>
211 <property name="checkable">
212 <bool>true</bool>
213 </property>
214 <attribute name="buttonGroup">
215 <string notr="true">mouseButtonGroup</string>
216 </attribute>
217 </widget>
218 </item>
219 <item>
220 <spacer name="horizontalSpacer_2a">
221 <property name="orientation">
222 <enum>Qt::Horizontal</enum>
223 </property>
224 <property name="sizeHint" stdset="0">
225 <size>
226 <width>40</width>
227 <height>20</height>
228 </size>
229 </property>
230 </spacer>
231 </item>
232 <item>
233 <widget class="QCheckBox" name="bySeqNumberCheckBox">
234 <property name="focusPolicy">
235 <enum>Qt::TabFocus</enum>
236 </property>
237 <property name="toolTip">
238 <string>Display Round Trip Time vs Sequence Number</string>
239 </property>
240 <property name="text">
241 <string>RTT By Sequence Number</string>
242 </property>
243 </widget>
244 </item>
245 <item>
246 <widget class="QCheckBox" name="showSegLengthCheckBox">
247 <property name="focusPolicy">
248 <enum>Qt::TabFocus</enum>
249 </property>
250 <property name="toolTip">
251 <string>Display graph of Segment Length vs Time</string>
252 </property>
253 <property name="text">
254 <string>Segment Length</string>
255 </property>
256 </widget>
257 </item>
258 <item>
259 <widget class="QCheckBox" name="showThroughputCheckBox">
260 <property name="focusPolicy">
261 <enum>Qt::TabFocus</enum>
262 </property>
263 <property name="toolTip">
264 <string>Display graph of Mean Transmitted Bytes vs Time</string>
265 </property>
266 <property name="text">
267 <string>Throughput</string>
268 </property>
269 </widget>
270 </item>
271 <item>
272 <widget class="QCheckBox" name="showGoodputCheckBox">
273 <property name="focusPolicy">
274 <enum>Qt::TabFocus</enum>
275 </property>
276 <property name="toolTip">
277 <string>Display graph of Mean ACKed Bytes vs Time</string>
278 </property>
279 <property name="text">
280 <string>Goodput</string>
281 </property>
282 </widget>
283 </item>
284 <item>
285 <widget class="QCheckBox" name="showRcvWinCheckBox">
286 <property name="focusPolicy">
287 <enum>Qt::TabFocus</enum>
288 </property>
289 <property name="toolTip">
290 <string>Display graph of Receive Window Size vs Time</string>
291 </property>
292 <property name="text">
293 <string>Rcv Win</string>
294 </property>
295 </widget>
296 </item>
297 <item>
298 <widget class="QCheckBox" name="showBytesOutCheckBox">
299 <property name="focusPolicy">
300 <enum>Qt::TabFocus</enum>
301 </property>
302 <property name="toolTip">
303 <string>Display graph of Outstanding Bytes vs Time</string>
304 </property>
305 <property name="text">
306 <string>Bytes Out</string>
307 </property>
308 </widget>
309 </item>
310 <item>
311 <spacer name="horizontalSpacer_2b">
312 <property name="orientation">
313 <enum>Qt::Horizontal</enum>
314 </property>
315 <property name="sizeHint" stdset="0">
316 <size>
317 <width>40</width>
318 <height>20</height>
319 </size>
320 </property>
321 </spacer>
322 </item>
323 <item>
324 <widget class="QPushButton" name="resetButton">
325 <property name="toolTip">
326 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Reset the graph to its initial state.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
327 </property>
328 <property name="text">
329 <string>Reset</string>
330 </property>
331 </widget>
332 </item>
333 </layout>
334 </item>
335 <item>
336 <widget class="QDialogButtonBox" name="buttonBox">
337 <property name="orientation">
338 <enum>Qt::Horizontal</enum>
339 </property>
340 <property name="standardButtons">
341 <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Save</set>
342 </property>
343 </widget>
344 </item>
345 </layout>
346 <action name="actionReset">
347 <property name="text">
348 <string>Reset Graph</string>
349 </property>
350 <property name="toolTip">
351 <string>Reset the graph to its initial state.</string>
352 </property>
353 <property name="shortcut">
354 <string>0</string>
355 </property>
356 </action>
357 <action name="actionZoomIn">
358 <property name="text">
359 <string>Zoom In</string>
360 </property>
361 <property name="toolTip">
362 <string>Zoom In</string>
363 </property>
364 <property name="shortcut">
365 <string>+</string>
366 </property>
367 </action>
368 <action name="actionZoomOut">
369 <property name="text">
370 <string>Zoom Out</string>
371 </property>
372 <property name="toolTip">
373 <string>Zoom Out</string>
374 </property>
375 <property name="shortcut">
376 <string>-</string>
377 </property>
378 </action>
379 <action name="actionMoveUp10">
380 <property name="text">
381 <string>Move Up 10 Pixels</string>
382 </property>
383 <property name="toolTip">
384 <string>Move Up 10 Pixels</string>
385 </property>
386 <property name="shortcut">
387 <string>Up</string>
388 </property>
389 </action>
390 <action name="actionMoveLeft10">
391 <property name="text">
392 <string>Move Left 10 Pixels</string>
393 </property>
394 <property name="toolTip">
395 <string>Move Left 10 Pixels</string>
396 </property>
397 <property name="shortcut">
398 <string>Left</string>
399 </property>
400 </action>
401 <action name="actionMoveRight10">
402 <property name="text">
403 <string>Move Right 10 Pixels</string>
404 </property>
405 <property name="toolTip">
406 <string>Move Right 10 Pixels</string>
407 </property>
408 <property name="shortcut">
409 <string>Right</string>
410 </property>
411 </action>
412 <action name="actionMoveDown10">
413 <property name="text">
414 <string>Move Down 10 Pixels</string>
415 </property>
416 <property name="toolTip">
417 <string>Move Down 10 Pixels</string>
418 </property>
419 <property name="shortcut">
420 <string>Down</string>
421 </property>
422 </action>
423 <action name="actionMoveUp1">
424 <property name="text">
425 <string>Move Up 1 Pixel</string>
426 </property>
427 <property name="toolTip">
428 <string>Move Up 1 Pixel</string>
429 </property>
430 <property name="shortcut">
431 <string>Shift+Up</string>
432 </property>
433 </action>
434 <action name="actionMoveLeft1">
435 <property name="text">
436 <string>Move Left 1 Pixel</string>
437 </property>
438 <property name="toolTip">
439 <string>Move Left 1 Pixel</string>
440 </property>
441 <property name="shortcut">
442 <string>Shift+Left</string>
443 </property>
444 </action>
445 <action name="actionMoveRight1">
446 <property name="text">
447 <string>Move Right 1 Pixel</string>
448 </property>
449 <property name="toolTip">
450 <string>Move Right 1 Pixel</string>
451 </property>
452 <property name="shortcut">
453 <string>Shift+Right</string>
454 </property>
455 </action>
456 <action name="actionMoveDown1">
457 <property name="text">
458 <string>Move Down 1 Pixel</string>
459 </property>
460 <property name="toolTip">
461 <string>Move Down 1 Pixel</string>
462 </property>
463 <property name="shortcut">
464 <string>Shift+Down</string>
465 </property>
466 </action>
467 <action name="actionNextStream">
468 <property name="text">
469 <string>Next Stream</string>
470 </property>
471 <property name="toolTip">
472 <string>Go to the next stream in the capture</string>
473 </property>
474 <property name="shortcut">
475 <string>PgUp</string>
476 </property>
477 </action>
478 <action name="actionPreviousStream">
479 <property name="text">
480 <string>Previous Stream</string>
481 </property>
482 <property name="toolTip">
483 <string>Go to the previous stream in the capture</string>
484 </property>
485 <property name="shortcut">
486 <string>PgDown</string>
487 </property>
488 </action>
489 <action name="actionSwitchDirection">
490 <property name="text">
491 <string>Switch Direction</string>
492 </property>
493 <property name="toolTip">
494 <string>Switch direction (swap TCP endpoints)</string>
495 </property>
496 <property name="shortcut">
497 <string>D</string>
498 </property>
499 </action>
500 <action name="actionGoToPacket">
501 <property name="text">
502 <string>Go To Packet Under Cursor</string>
503 </property>
504 <property name="toolTip">
505 <string>Go to packet currently under the cursor</string>
506 </property>
507 <property name="shortcut">
508 <string>G</string>
509 </property>
510 </action>
511 <action name="actionDragZoom">
512 <property name="text">
513 <string>Drag / Zoom</string>
514 </property>
515 <property name="toolTip">
516 <string>Toggle mouse drag / zoom behavior</string>
517 </property>
518 <property name="shortcut">
519 <string>Z</string>
520 </property>
521 </action>
522 <action name="actionToggleSequenceNumbers">
523 <property name="text">
524 <string>Relative / Absolute Sequence Numbers</string>
525 </property>
526 <property name="toolTip">
527 <string>Toggle relative / absolute sequence numbers</string>
528 </property>
529 <property name="shortcut">
530 <string>S</string>
531 </property>
532 </action>
533 <action name="actionToggleTimeOrigin">
534 <property name="text">
535 <string>Capture / Session Time Origin</string>
536 </property>
537 <property name="toolTip">
538 <string>Toggle capture / session time origin</string>
539 </property>
540 <property name="shortcut">
541 <string>T</string>
542 </property>
543 </action>
544 <action name="actionCrosshairs">
545 <property name="text">
546 <string>Crosshairs</string>
547 </property>
548 <property name="toolTip">
549 <string>Toggle crosshairs</string>
550 </property>
551 <property name="shortcut">
552 <string>Space</string>
553 </property>
554 </action>
555 <action name="actionRoundTripTime">
556 <property name="text">
557 <string>Round Trip Time</string>
558 </property>
559 <property name="toolTip">
560 <string>Switch to the Round Trip Time graph</string>
561 </property>
562 <property name="shortcut">
563 <string>1</string>
564 </property>
565 </action>
566 <action name="actionThroughput">
567 <property name="text">
568 <string>Throughput</string>
569 </property>
570 <property name="toolTip">
571 <string>Switch to the Throughput graph</string>
572 </property>
573 <property name="shortcut">
574 <string>2</string>
575 </property>
576 </action>
577 <action name="actionStevens">
578 <property name="text">
579 <string>Time / Sequence (Stevens)</string>
580 </property>
581 <property name="toolTip">
582 <string>Switch to the Stevens-style Time / Sequence graph</string>
583 </property>
584 <property name="shortcut">
585 <string>3</string>
586 </property>
587 </action>
588 <action name="actionWindowScaling">
589 <property name="text">
590 <string>Window Scaling</string>
591 </property>
592 <property name="toolTip">
593 <string>Switch to the Window Scaling graph</string>
594 </property>
595 <property name="shortcut">
596 <string>5</string>
597 </property>
598 </action>
599 <action name="actionTcptrace">
600 <property name="text">
601 <string>Time / Sequence (tcptrace)</string>
602 </property>
603 <property name="toolTip">
604 <string>Switch to the tcptrace-style Time / Sequence graph</string>
605 </property>
606 <property name="shortcut">
607 <string>4</string>
608 </property>
609 </action>
610 <action name="actionZoomInX">
611 <property name="text">
612 <string>Zoom In X Axis</string>
613 </property>
614 <property name="toolTip">
615 <string>Zoom In X Axis</string>
616 </property>
617 <property name="shortcut">
618 <string>X</string>
619 </property>
620 </action>
621 <action name="actionZoomOutX">
622 <property name="text">
623 <string>Zoom Out X Axis</string>
624 </property>
625 <property name="toolTip">
626 <string>Zoom Out X Axis</string>
627 </property>
628 <property name="shortcut">
629 <string>Shift+X</string>
630 </property>
631 </action>
632 <action name="actionZoomInY">
633 <property name="text">
634 <string>Zoom In Y Axis</string>
635 </property>
636 <property name="toolTip">
637 <string>Zoom In Y Axis</string>
638 </property>
639 <property name="shortcut">
640 <string>Y</string>
641 </property>
642 </action>
643 <action name="actionZoomOutY">
644 <property name="text">
645 <string>Zoom Out Y Axis</string>
646 </property>
647 <property name="toolTip">
648 <string>Zoom Out Y Axis</string>
649 </property>
650 <property name="shortcut">
651 <string>Shift+Y</string>
652 </property>
653 </action>
654 </widget>
655 <customwidgets>
656 <customwidget>
657 <class>QCustomPlot</class>
658 <extends>QWidget</extends>
659 <header>widgets/qcustomplot.h</header>
660 <container>1</container>
661 </customwidget>
662 </customwidgets>
663 <resources/>
664 <connections>
665 <connection>
666 <sender>buttonBox</sender>
667 <signal>rejected()</signal>
668 <receiver>TCPStreamDialog</receiver>
669 <slot>reject()</slot>
670 <hints>
671 <hint type="sourcelabel">
672 <x>316</x>
673 <y>260</y>
674 </hint>
675 <hint type="destinationlabel">
676 <x>286</x>
677 <y>274</y>
678 </hint>
679 </hints>
680 </connection>
681 </connections>
682 <buttongroups>
683 <buttongroup name="mouseButtonGroup"/>
684 </buttongroups>
685 </ui>