TODO netlogon_user_flags_ntlmv2_enabled
[wireshark-sm.git] / ui / stratoshark / stratoshark_main_window.ui
blob21460b2da922e2e736c04fdd86f460576d55224d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>StratosharkMainWindow</class>
4 <widget class="QMainWindow" name="StratosharkMainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>960</width>
10 <height>768</height>
11 </rect>
12 </property>
13 <property name="acceptDrops">
14 <bool>true</bool>
15 </property>
16 <property name="windowTitle">
17 <string>Stratoshark</string>
18 </property>
19 <property name="unifiedTitleAndToolBarOnMac">
20 <bool>true</bool>
21 </property>
22 <widget class="QWidget" name="centralWidget">
23 <property name="sizePolicy">
24 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
25 <horstretch>0</horstretch>
26 <verstretch>0</verstretch>
27 </sizepolicy>
28 </property>
29 <layout class="QVBoxLayout" name="verticalLayout">
30 <property name="spacing">
31 <number>0</number>
32 </property>
33 <property name="leftMargin">
34 <number>0</number>
35 </property>
36 <property name="topMargin">
37 <number>0</number>
38 </property>
39 <property name="rightMargin">
40 <number>0</number>
41 </property>
42 <property name="bottomMargin">
43 <number>0</number>
44 </property>
45 <item>
46 <widget class="AccordionFrame" name="goToFrame">
47 <layout class="QHBoxLayout" name="goToHB">
48 <property name="topMargin">
49 <number>0</number>
50 </property>
51 <property name="bottomMargin">
52 <number>0</number>
53 </property>
54 <item>
55 <spacer name="horizontalSpacer">
56 <property name="orientation">
57 <enum>Qt::Horizontal</enum>
58 </property>
59 <property name="sizeHint" stdset="0">
60 <size>
61 <width>40</width>
62 <height>10</height>
63 </size>
64 </property>
65 </spacer>
66 </item>
67 <item>
68 <widget class="QLabel" name="goToPacketLabel">
69 <property name="text">
70 <string>Event:</string>
71 </property>
72 </widget>
73 </item>
74 <item>
75 <widget class="QLineEdit" name="goToLineEdit">
76 </widget>
77 </item>
78 <item>
79 <widget class="QPushButton" name="goToGo">
80 <property name="maximumSize">
81 <size>
82 <width>16777215</width>
83 <height>27</height>
84 </size>
85 </property>
86 <property name="text">
87 <string>Go to event</string>
88 </property>
89 <property name="default">
90 <bool>true</bool>
91 </property>
92 </widget>
93 </item>
94 <item>
95 <widget class="QPushButton" name="goToCancel">
96 <property name="maximumSize">
97 <size>
98 <width>16777215</width>
99 <height>27</height>
100 </size>
101 </property>
102 <property name="text">
103 <string>Cancel</string>
104 </property>
105 </widget>
106 </item>
107 </layout>
108 </widget>
109 </item>
110 <item>
111 <widget class="SearchFrame" name="searchFrame" native="true"/>
112 </item>
113 <item>
114 <widget class="AddressEditorFrame" name="addressEditorFrame"/>
115 </item>
116 <item>
117 <widget class="ColumnEditorFrame" name="columnEditorFrame"/>
118 </item>
119 <item>
120 <widget class="PreferenceEditorFrame" name="preferenceEditorFrame"/>
121 </item>
122 <item>
123 <widget class="FilterExpressionFrame" name="filterExpressionFrame"/>
124 </item>
125 <item>
126 <widget class="QStackedWidget" name="mainStack">
127 <property name="enabled">
128 <bool>true</bool>
129 </property>
130 <widget class="WelcomePage" name="welcomePage"/>
131 </widget>
132 </item>
133 </layout>
134 </widget>
135 <widget class="QMenuBar" name="menuBar">
136 <property name="geometry">
137 <rect>
138 <x>0</x>
139 <y>0</y>
140 <width>960</width>
141 <height>21</height>
142 </rect>
143 </property>
144 <widget class="QMenu" name="menuFile">
145 <property name="title">
146 <string>&amp;File</string>
147 </property>
148 <widget class="QMenu" name="menuOpenRecentCaptureFile">
149 <property name="title">
150 <string>Open &amp;Recent</string>
151 </property>
152 <addaction name="actionDummyNoFilesFound"/>
153 </widget>
154 <widget class="QMenu" name="menuFileSet">
155 <property name="title">
156 <string>File Set</string>
157 </property>
158 <addaction name="actionFileSetListFiles"/>
159 <addaction name="actionFileSetNextFile"/>
160 <addaction name="actionFileSetPreviousFile"/>
161 </widget>
162 <widget class="QMenu" name="menuFileExportPacketDissections">
163 <property name="title">
164 <string>Export Event Dissections</string>
165 </property>
166 <addaction name="actionFileExportAsPlainText"/>
167 <addaction name="actionFileExportAsCSV"/>
168 <addaction name="actionFileExportAsCArrays"/>
169 <addaction name="separator"/>
170 <addaction name="actionFileExportAsPSML"/>
171 <addaction name="actionFileExportAsPDML"/>
172 <addaction name="actionFileExportAsJSON"/>
173 </widget>
174 <addaction name="actionFileOpen"/>
175 <addaction name="menuOpenRecentCaptureFile"/>
176 <addaction name="actionFileMerge"/>
177 <addaction name="actionFileImportFromHexDump"/>
178 <addaction name="actionFileClose"/>
179 <addaction name="separator"/>
180 <addaction name="actionFileSave"/>
181 <addaction name="actionFileSaveAs"/>
182 <addaction name="separator"/>
183 <addaction name="menuFileSet"/>
184 <addaction name="separator"/>
185 <addaction name="actionFileExportPackets"/>
186 <addaction name="menuFileExportPacketDissections"/>
187 <addaction name="separator"/>
188 <addaction name="actionFilePrint"/>
189 <addaction name="separator"/>
190 <addaction name="actionFileQuit"/>
191 </widget>
192 <widget class="QMenu" name="menuCapture">
193 <property name="title">
194 <string>&amp;Capture</string>
195 </property>
196 <addaction name="actionCaptureOptions"/>
197 <addaction name="actionCaptureStart"/>
198 <addaction name="actionCaptureStop"/>
199 <addaction name="actionCaptureRestart"/>
200 <addaction name="actionCaptureCaptureFilters"/>
201 <addaction name="actionCaptureRefreshInterfaces"/>
202 <addaction name="separator"/>
203 </widget>
204 <widget class="QMenu" name="menuHelp">
205 <property name="title">
206 <string>&amp;Help</string>
207 </property>
208 <property name="toolTipsVisible">
209 <bool>true</bool>
210 </property>
211 <widget class="QMenu" name="menuHelpManualPages">
212 <property name="title">
213 <string>Manual pages</string>
214 </property>
215 <property name="toolTipsVisible">
216 <bool>true</bool>
217 </property>
218 <addaction name="actionHelpMPStratoshark"/>
219 <addaction name="actionHelpMPWireshark_Filter"/>
220 <addaction name="separator"/>
221 <addaction name="actionHelpMPCapinfos"/>
222 <addaction name="actionHelpMPDumpcap"/>
223 <addaction name="actionHelpMPEditcap"/>
224 <addaction name="actionHelpMPMergecap"/>
225 <addaction name="actionHelpMPRawshark"/>
226 <addaction name="actionHelpMPReordercap"/>
227 <addaction name="actionHelpMPText2pcap"/>
228 <addaction name="actionHelpMPTShark"/>
229 </widget>
230 <addaction name="actionHelpContents"/>
231 <addaction name="menuHelpManualPages"/>
232 <addaction name="separator"/>
233 <addaction name="actionHelpWebsite"/>
234 <addaction name="actionHelpFAQ"/>
235 <addaction name="actionHelpAsk"/>
236 <addaction name="actionHelpDownloads"/>
237 <addaction name="separator"/>
238 <addaction name="actionHelpWiki"/>
239 <addaction name="actionHelpSampleCaptures"/>
240 <addaction name="actionHelpReleaseNotes"/>
241 <addaction name="separator"/>
242 <addaction name="actionHelpAbout"/>
243 </widget>
244 <widget class="QMenu" name="menuGo">
245 <property name="title">
246 <string>&amp;Go</string>
247 </property>
248 <addaction name="actionGoGoToPacket"/>
249 <addaction name="actionGoGoToLinkedPacket"/>
250 <addaction name="separator"/>
251 <addaction name="actionGoNextPacket"/>
252 <addaction name="actionGoPreviousPacket"/>
253 <addaction name="actionGoFirstPacket"/>
254 <addaction name="actionGoLastPacket"/>
255 <addaction name="actionGoNextConversationPacket"/>
256 <addaction name="actionGoPreviousConversationPacket"/>
257 <addaction name="actionGoFirstConversationPacket"/>
258 <addaction name="actionGoLastConversationPacket"/>
259 <addaction name="actionGoNextHistoryPacket"/>
260 <addaction name="actionGoPreviousHistoryPacket"/>
261 <addaction name="separator"/>
262 <addaction name="actionGoAutoScroll"/>
263 </widget>
264 <widget class="QMenu" name="menuView">
265 <property name="title">
266 <string>&amp;View</string>
267 </property>
268 <widget class="QMenu" name="menuInterfaceToolbars">
269 <property name="title">
270 <string>Interface Toolbars</string>
271 </property>
272 </widget>
273 <widget class="QMenu" name="menuZoom">
274 <property name="title">
275 <string>&amp;Zoom</string>
276 </property>
277 <addaction name="actionViewZoomIn"/>
278 <addaction name="actionViewZoomOut"/>
279 <addaction name="actionViewNormalSize"/>
280 </widget>
281 <widget class="QMenu" name="menuTime_Display_Format">
282 <property name="title">
283 <string>&amp;Time Display Format</string>
284 </property>
285 <addaction name="actionViewTimeDisplayFormatDateYMDandTimeOfDay"/>
286 <addaction name="actionViewTimeDisplayFormatDateYDOYandTimeOfDay"/>
287 <addaction name="actionViewTimeDisplayFormatTimeOfDay"/>
288 <addaction name="actionViewTimeDisplayFormatSecondsSinceEpoch"/>
289 <addaction name="actionViewTimeDisplayFormatSecondsSinceBeginningOfCapture"/>
290 <addaction name="actionViewTimeDisplayFormatSecondsSincePreviousCapturedPacket"/>
291 <addaction name="actionViewTimeDisplayFormatSecondsSincePreviousDisplayedPacket"/>
292 <addaction name="actionViewTimeDisplayFormatUTCDateYMDandTimeOfDay"/>
293 <addaction name="actionViewTimeDisplayFormatUTCDateYDOYandTimeOfDay"/>
294 <addaction name="actionViewTimeDisplayFormatUTCTimeOfDay"/>
295 <addaction name="separator"/>
296 <addaction name="actionViewTimeDisplayFormatPrecisionAutomatic"/>
297 <addaction name="actionViewTimeDisplayFormatPrecisionSeconds"/>
298 <addaction name="actionViewTimeDisplayFormatPrecision100Milliseconds"/>
299 <addaction name="actionViewTimeDisplayFormatPrecision10Milliseconds"/>
300 <addaction name="actionViewTimeDisplayFormatPrecisionMilliseconds"/>
301 <addaction name="actionViewTimeDisplayFormatPrecision100Microseconds"/>
302 <addaction name="actionViewTimeDisplayFormatPrecision10Microseconds"/>
303 <addaction name="actionViewTimeDisplayFormatPrecisionMicroseconds"/>
304 <addaction name="actionViewTimeDisplayFormatPrecision100Nanoseconds"/>
305 <addaction name="actionViewTimeDisplayFormatPrecision10Nanoseconds"/>
306 <addaction name="actionViewTimeDisplayFormatPrecisionNanoseconds"/>
307 <addaction name="separator"/>
308 <addaction name="actionViewTimeDisplaySecondsWithHoursAndMinutes"/>
309 </widget>
310 <widget class="QMenu" name="menuName_Resolution">
311 <property name="title">
312 <string>Name Resol&amp;ution</string>
313 </property>
314 <addaction name="actionViewEditResolvedName"/>
315 <addaction name="separator"/>
316 <addaction name="actionViewNameResolutionPhysical"/>
317 <addaction name="actionViewNameResolutionNetwork"/>
318 <addaction name="actionViewNameResolutionTransport"/>
319 </widget>
320 <widget class="QMenu" name="menuColorizeConversation">
321 <property name="title">
322 <string>Colorize Conversation</string>
323 </property>
324 <addaction name="actionViewColorizeConversation1"/>
325 <addaction name="actionViewColorizeConversation2"/>
326 <addaction name="actionViewColorizeConversation3"/>
327 <addaction name="actionViewColorizeConversation4"/>
328 <addaction name="actionViewColorizeConversation5"/>
329 <addaction name="actionViewColorizeConversation6"/>
330 <addaction name="actionViewColorizeConversation7"/>
331 <addaction name="actionViewColorizeConversation8"/>
332 <addaction name="actionViewColorizeConversation9"/>
333 <addaction name="actionViewColorizeConversation10"/>
334 <addaction name="separator"/>
335 <addaction name="actionViewColorizeResetColorization"/>
336 <addaction name="actionViewColorizeNewColoringRule"/>
337 </widget>
338 <widget class="QMenu" name="menuInternals">
339 <property name="title">
340 <string>Internals</string>
341 </property>
342 <addaction name="actionViewInternalsConversationHashTables"/>
343 <addaction name="actionViewInternalsDissectorTables"/>
344 <addaction name="actionViewInternalsSupportedProtocols"/>
345 </widget>
346 <widget class="QMenu" name="menuAdditionalToolbars">
347 <property name="title">
348 <string>Additional Toolbars</string>
349 </property>
350 </widget>
351 <addaction name="actionViewMainToolbar"/>
352 <addaction name="actionViewFilterToolbar"/>
353 <addaction name="menuInterfaceToolbars"/>
354 <addaction name="menuAdditionalToolbars"/>
355 <addaction name="actionViewStatusBar"/>
356 <addaction name="separator"/>
357 <addaction name="actionViewFullScreen"/>
358 <addaction name="separator"/>
359 <addaction name="actionViewPacketList"/>
360 <addaction name="actionViewPacketDetails"/>
361 <addaction name="actionViewPacketBytes"/>
362 <addaction name="separator"/>
363 <addaction name="menuTime_Display_Format"/>
364 <addaction name="menuName_Resolution"/>
365 <addaction name="separator"/>
366 <addaction name="menuZoom"/>
367 <addaction name="separator"/>
368 <addaction name="actionViewExpandSubtrees"/>
369 <addaction name="actionViewCollapseSubtrees"/>
370 <addaction name="actionViewExpandAll"/>
371 <addaction name="actionViewCollapseAll"/>
372 <addaction name="separator"/>
373 <addaction name="actionViewColorizePacketList"/>
374 <addaction name="actionViewColoringRules"/>
375 <addaction name="menuColorizeConversation"/>
376 <addaction name="separator"/>
377 <addaction name="actionViewResetLayout"/>
378 <addaction name="actionViewResizeColumns"/>
379 <addaction name="separator"/>
380 <addaction name="menuInternals"/>
381 <addaction name="separator"/>
382 <addaction name="actionViewShowPacketInNewWindow"/>
383 <addaction name="actionViewReload_as_File_Format_or_Capture"/>
384 <addaction name="actionViewReload"/>
385 </widget>
386 <widget class="QMenu" name="menuAnalyze">
387 <property name="title">
388 <string>&amp;Analyze</string>
389 </property>
390 <widget class="QMenu" name="menuApplyAsFilter">
391 <property name="title">
392 <string>Apply as Filter</string>
393 </property>
394 </widget>
395 <widget class="QMenu" name="menuPrepareAFilter">
396 <property name="title">
397 <string>Prepare as Filter</string>
398 </property>
399 </widget>
400 <widget class="QMenu" name="menuFollow">
401 <property name="title">
402 <string>Follow</string>
403 </property>
404 </widget>
405 <widget class="QMenu" name="menuConversationFilter">
406 <property name="title">
407 <string>Conversation Filter</string>
408 </property>
409 </widget>
410 <addaction name="actionAnalyzeDisplayFilters"/>
411 <addaction name="actionAnalyzeDisplayFilterMacros"/>
412 <addaction name="actionDisplayFilterExpression"/>
413 <addaction name="separator"/>
414 <addaction name="actionAnalyzeApplyAsColumn"/>
415 <addaction name="menuApplyAsFilter"/>
416 <addaction name="menuPrepareAFilter"/>
417 <addaction name="menuConversationFilter"/>
418 <addaction name="separator"/>
419 <addaction name="actionAnalyzeEnabledProtocols"/>
420 <addaction name="actionAnalyzeReloadLuaPlugins"/>
421 <addaction name="separator"/>
422 <addaction name="menuFollow"/>
423 <addaction name="separator"/>
424 <addaction name="actionAnalyzeShowPacketBytes"/>
425 <addaction name="actionAnalyzeExpertInfo"/>
426 </widget>
427 <widget class="QMenu" name="menuStatistics">
428 <property name="enabled">
429 <bool>true</bool>
430 </property>
431 <property name="title">
432 <string>&amp;Statistics</string>
433 </property>
434 <addaction name="actionStatisticsCaptureFileProperties"/>
435 <addaction name="actionStatisticsResolvedAddresses"/>
436 <addaction name="actionStatisticsProtocolHierarchy"/>
437 <addaction name="actionStatisticsConversations"/>
438 <addaction name="actionStatisticsEndpoints"/>
439 <addaction name="actionStatisticsPacketLengths"/>
440 <addaction name="actionStatisticsIOGraph"/>
441 <addaction name="separator"/>
442 <addaction name="actionStatistics_REGISTER_STAT_GROUP_UNSORTED"/>
443 <addaction name="actionStatisticsFlowGraph"/>
444 </widget>
445 <widget class="QMenu" name="menuEdit">
446 <property name="title">
447 <string>&amp;Edit</string>
448 </property>
449 <widget class="QMenu" name="menuEditCopy">
450 <property name="title">
451 <string>Copy</string>
452 </property>
453 <addaction name="actionCopyListAsText"/>
454 <addaction name="actionCopyListAsCSV"/>
455 <addaction name="actionCopyListAsYAML"/>
456 <addaction name="actionCopyListAsHTML"/>
457 <addaction name="separator"/>
458 <addaction name="actionCopyAllVisibleItems"/>
459 <addaction name="actionCopyAllVisibleSelectedTreeItems"/>
460 <addaction name="actionEditCopyDescription"/>
461 <addaction name="actionEditCopyFieldName"/>
462 <addaction name="actionEditCopyValue"/>
463 <addaction name="separator"/>
464 <addaction name="actionEditCopyAsFilter"/>
465 </widget>
466 <widget class="QMenu" name="menuPacketComment">
467 <property name="title">
468 <string>Event Comments</string>
469 </property>
470 </widget>
471 <addaction name="menuEditCopy"/>
472 <addaction name="actionEditFindPacket"/>
473 <addaction name="actionEditFindNext"/>
474 <addaction name="actionEditFindPrevious"/>
475 <addaction name="separator"/>
476 <addaction name="actionEditMarkSelected"/>
477 <addaction name="actionEditMarkAllDisplayed"/>
478 <addaction name="actionEditUnmarkAllDisplayed"/>
479 <addaction name="actionEditNextMark"/>
480 <addaction name="actionEditPreviousMark"/>
481 <addaction name="separator"/>
482 <addaction name="actionEditIgnoreSelected"/>
483 <addaction name="actionEditIgnoreAllDisplayed"/>
484 <addaction name="actionEditUnignoreAllDisplayed"/>
485 <addaction name="separator"/>
486 <addaction name="actionEditSetTimeReference"/>
487 <addaction name="actionEditUnsetAllTimeReferences"/>
488 <addaction name="actionEditNextTimeReference"/>
489 <addaction name="actionEditPreviousTimeReference"/>
490 <addaction name="separator"/>
491 <addaction name="actionEditTimeShift"/>
492 <addaction name="separator"/>
493 <addaction name="menuPacketComment"/>
494 <addaction name="actionDeleteAllPacketComments"/>
495 <addaction name="separator"/>
496 <addaction name="actionEditConfigurationProfiles"/>
497 <addaction name="actionEditPreferences"/>
498 </widget>
499 <widget class="QMenu" name="menuTools">
500 <property name="title">
501 <string>&amp;Tools</string>
502 </property>
503 </widget>
504 <addaction name="menuFile"/>
505 <addaction name="menuEdit"/>
506 <addaction name="menuView"/>
507 <addaction name="menuGo"/>
508 <addaction name="menuCapture"/>
509 <addaction name="menuAnalyze"/>
510 <addaction name="menuStatistics"/>
511 <addaction name="menuTools"/>
512 <addaction name="menuHelp"/>
513 </widget>
514 <widget class="QToolBar" name="mainToolBar">
515 <property name="sizePolicy">
516 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
517 <horstretch>0</horstretch>
518 <verstretch>0</verstretch>
519 </sizepolicy>
520 </property>
521 <property name="windowTitle">
522 <string>Main Toolbar</string>
523 </property>
524 <property name="movable">
525 <bool>false</bool>
526 </property>
527 <property name="iconSize">
528 <size>
529 <width>32</width>
530 <height>32</height>
531 </size>
532 </property>
533 <property name="toolButtonStyle">
534 <enum>Qt::ToolButtonIconOnly</enum>
535 </property>
536 <attribute name="toolBarArea">
537 <enum>TopToolBarArea</enum>
538 </attribute>
539 <attribute name="toolBarBreak">
540 <bool>false</bool>
541 </attribute>
542 <addaction name="actionCaptureStart"/>
543 <addaction name="actionCaptureStop"/>
544 <addaction name="actionCaptureRestart"/>
545 <addaction name="actionCaptureOptions"/>
546 <addaction name="separator"/>
547 <addaction name="actionFileOpen"/>
548 <addaction name="actionFileSave"/>
549 <addaction name="actionFileClose"/>
550 <addaction name="actionViewReload"/>
551 <addaction name="separator"/>
552 <addaction name="actionEditFindPacket"/>
553 <addaction name="actionGoPreviousPacket"/>
554 <addaction name="actionGoNextPacket"/>
555 <addaction name="actionGoGoToPacket"/>
556 <addaction name="actionGoFirstPacket"/>
557 <addaction name="actionGoLastPacket"/>
558 <addaction name="actionGoAutoScroll"/>
559 <addaction name="separator"/>
560 <addaction name="actionViewColorizePacketList"/>
561 <addaction name="separator"/>
562 <addaction name="actionViewZoomIn"/>
563 <addaction name="actionViewZoomOut"/>
564 <addaction name="actionViewNormalSize"/>
565 <addaction name="actionViewResizeColumns"/>
566 <addaction name="actionViewResetLayout"/>
567 </widget>
568 <widget class="MainStatusBar" name="statusBar"/>
569 <widget class="QToolBar" name="displayFilterToolBar">
570 <property name="windowTitle">
571 <string>Display Filter Toolbar</string>
572 </property>
573 <property name="movable">
574 <bool>false</bool>
575 </property>
576 <property name="iconSize">
577 <size>
578 <width>14</width>
579 <height>14</height>
580 </size>
581 </property>
582 <attribute name="toolBarArea">
583 <enum>TopToolBarArea</enum>
584 </attribute>
585 <attribute name="toolBarBreak">
586 <bool>true</bool>
587 </attribute>
588 <addaction name="actionNewDisplayFilterExpression"/>
589 </widget>
590 <action name="actionFileOpen">
591 <property name="text">
592 <string>&amp;Open</string>
593 </property>
594 <property name="toolTip">
595 <string>Open a capture file</string>
596 </property>
597 <property name="shortcut">
598 <string notr="true">Ctrl+O</string>
599 </property>
600 <property name="iconVisibleInMenu">
601 <bool>false</bool>
602 </property>
603 </action>
604 <action name="actionFileQuit">
605 <property name="text">
606 <string>&amp;Quit</string>
607 </property>
608 <property name="toolTip">
609 <string>Quit Stratoshark</string>
610 </property>
611 <property name="shortcut">
612 <string notr="true">Ctrl+Q</string>
613 </property>
614 <property name="menuRole">
615 <enum>QAction::QuitRole</enum>
616 </property>
617 </action>
618 <action name="actionCaptureStart">
619 <property name="checkable">
620 <bool>true</bool>
621 </property>
622 <property name="text">
623 <string>&amp;Start</string>
624 </property>
625 <property name="toolTip">
626 <string>Start capturing events</string>
627 </property>
628 <property name="shortcut">
629 <string notr="true">Ctrl+E</string>
630 </property>
631 </action>
632 <action name="actionCaptureStop">
633 <property name="text">
634 <string>S&amp;top</string>
635 </property>
636 <property name="toolTip">
637 <string>Stop capturing events</string>
638 </property>
639 <property name="shortcut">
640 <string notr="true">Ctrl+E</string>
641 </property>
642 </action>
643 <action name="actionFileClose">
644 <property name="text">
645 <string>&amp;Close</string>
646 </property>
647 <property name="toolTip">
648 <string>Close this capture file</string>
649 </property>
650 <property name="shortcut">
651 <string notr="true">Ctrl+W</string>
652 </property>
653 <property name="iconVisibleInMenu">
654 <bool>false</bool>
655 </property>
656 </action>
657 <action name="actionDummyNoFilesFound">
658 <property name="enabled">
659 <bool>false</bool>
660 </property>
661 <property name="text">
662 <string>No files found</string>
663 </property>
664 </action>
665 <action name="actionHelpContents">
666 <property name="text">
667 <string>&amp;User's Guide</string>
668 </property>
669 <!-- This tooltip is replaced with the URL -->
670 <property name="toolTip">
671 <string>Wireshark User's Guide</string>
672 </property>
673 <property name="shortcut">
674 <string notr="true">F1</string>
675 </property>
676 </action>
677 <action name="actionHelpMPStratoshark">
678 <property name="text">
679 <string>Stratoshark</string>
680 </property>
681 </action>
682 <action name="actionHelpMPWireshark_Filter">
683 <property name="text">
684 <string>Display Filters</string>
685 </property>
686 </action>
687 <action name="actionHelpMPTShark">
688 <property name="text">
689 <string>TShark</string>
690 </property>
691 </action>
692 <action name="actionHelpMPRawshark">
693 <property name="text">
694 <string>Rawshark</string>
695 </property>
696 </action>
697 <action name="actionHelpMPDumpcap">
698 <property name="text">
699 <string>Dumpcap</string>
700 </property>
701 </action>
702 <action name="actionHelpMPMergecap">
703 <property name="text">
704 <string>Mergecap</string>
705 </property>
706 </action>
707 <action name="actionHelpMPEditcap">
708 <property name="text">
709 <string>Editcap</string>
710 </property>
711 </action>
712 <action name="actionHelpMPText2pcap">
713 <property name="text">
714 <string>Text2pcap</string>
715 </property>
716 </action>
717 <action name="actionHelpWebsite">
718 <property name="icon">
719 <iconset resource="../../resources/stock_icons.qrc">
720 <normaloff>:/menu/help/ssicon16.png</normaloff>:/menu/help/ssicon16.png</iconset>
721 </property>
722 <property name="text">
723 <string>Website</string>
724 </property>
725 </action>
726 <action name="actionHelpFAQ">
727 <property name="text">
728 <string>FAQs</string>
729 </property>
730 </action>
731 <action name="actionHelpDownloads">
732 <property name="text">
733 <string>Downloads</string>
734 </property>
735 </action>
736 <action name="actionHelpWiki">
737 <property name="icon">
738 <iconset resource="../../resources/stock_icons.qrc">
739 <normaloff>:/menu/help/ssicon16.png</normaloff>:/menu/help/ssicon16.png</iconset>
740 </property>
741 <property name="text">
742 <string>Wiki</string>
743 </property>
744 <property name="iconVisibleInMenu">
745 <bool>true</bool>
746 </property>
747 </action>
748 <action name="actionHelpSampleCaptures">
749 <property name="text">
750 <string>Sample Captures</string>
751 </property>
752 </action>
753 <action name="actionHelpAbout">
754 <property name="text">
755 <string>&amp;About Stratoshark</string>
756 </property>
757 <property name="menuRole">
758 <enum>QAction::AboutRole</enum>
759 </property>
760 </action>
761 <action name="actionHelpAsk">
762 <property name="icon">
763 <iconset resource="../../resources/stock_icons.qrc">
764 <normaloff>:/menu/help/wsicon-ask.png</normaloff>:/menu/help/wsicon-ask.png</iconset>
765 </property>
766 <property name="text">
767 <string>Ask (Q&amp;&amp;A)</string>
768 </property>
769 <property name="iconVisibleInMenu">
770 <bool>true</bool>
771 </property>
772 </action>
773 <action name="actionGoNextPacket">
774 <property name="text">
775 <string>Next Event</string>
776 </property>
777 <property name="toolTip">
778 <string>Go to the next event</string>
779 </property>
780 <property name="shortcut">
781 <string notr="true">Ctrl+Down</string>
782 </property>
783 </action>
784 <action name="actionGoPreviousPacket">
785 <property name="text">
786 <string>Previous Event</string>
787 </property>
788 <property name="toolTip">
789 <string>Go to the previous event</string>
790 </property>
791 <property name="shortcut">
792 <string notr="true">Ctrl+Up</string>
793 </property>
794 </action>
795 <action name="actionGoNextConversationPacket">
796 <property name="text">
797 <string>Next Event in Conversation</string>
798 </property>
799 <property name="toolTip">
800 <string>Go to the next event in this conversation</string>
801 </property>
802 <property name="shortcut">
803 <string notr="true">Ctrl+.</string>
804 </property>
805 </action>
806 <action name="actionGoPreviousConversationPacket">
807 <property name="text">
808 <string>Previous Event in Conversation</string>
809 </property>
810 <property name="toolTip">
811 <string>Go to the previous event in this conversation</string>
812 </property>
813 <property name="shortcut">
814 <string notr="true">Ctrl+,</string>
815 </property>
816 </action>
817 <action name="actionGoNextHistoryPacket">
818 <property name="text">
819 <string>Next Event In History</string>
820 </property>
821 <property name="toolTip">
822 <string>Go to the next event in your selection history</string>
823 </property>
824 <property name="shortcut">
825 <string notr="true">Alt+Right</string>
826 </property>
827 </action>
828 <action name="actionGoPreviousHistoryPacket">
829 <property name="text">
830 <string>Previous Event In History</string>
831 </property>
832 <property name="toolTip">
833 <string>Go to the previous event in your selection history</string>
834 </property>
835 <property name="shortcut">
836 <string notr="true">Alt+Left</string>
837 </property>
838 </action>
839 <action name="actionGoFirstPacket">
840 <property name="text">
841 <string>First Event</string>
842 </property>
843 <property name="toolTip">
844 <string>Go to the first event</string>
845 </property>
846 <property name="shortcut">
847 <string notr="true">Ctrl+Home</string>
848 </property>
849 </action>
850 <action name="actionGoLastPacket">
851 <property name="text">
852 <string>Last Event</string>
853 </property>
854 <property name="toolTip">
855 <string>Go to the last event</string>
856 </property>
857 <property name="shortcut">
858 <string notr="true">Ctrl+End</string>
859 </property>
860 </action>
861 <action name="actionGoFirstConversationPacket">
862 <property name="text">
863 <string>First Event in Conversation</string>
864 </property>
865 <property name="toolTip">
866 <string>Go to the first event in this conversation</string>
867 </property>
868 </action>
869 <action name="actionGoLastConversationPacket">
870 <property name="text">
871 <string>Last Event in Conversation</string>
872 </property>
873 <property name="toolTip">
874 <string>Go to the last event in this conversation</string>
875 </property>
876 </action>
877 <action name="actionViewExpandSubtrees">
878 <property name="enabled">
879 <bool>false</bool>
880 </property>
881 <property name="text">
882 <string>E&amp;xpand Subtrees</string>
883 </property>
884 <property name="toolTip">
885 <string>Expand the current event detail</string>
886 </property>
887 <property name="shortcut">
888 <string notr="true">Shift+Right</string>
889 </property>
890 </action>
891 <action name="actionViewCollapseSubtrees">
892 <property name="enabled">
893 <bool>false</bool>
894 </property>
895 <property name="text">
896 <string>Collapse Subtrees</string>
897 </property>
898 <property name="toolTip">
899 <string>Collapse the current event detail</string>
900 </property>
901 <property name="shortcut">
902 <string notr="true">Shift+Left</string>
903 </property>
904 </action>
905 <action name="actionViewExpandAll">
906 <property name="text">
907 <string>&amp;Expand All</string>
908 </property>
909 <property name="toolTip">
910 <string>Expand event details</string>
911 </property>
912 <property name="shortcut">
913 <string notr="true">Ctrl+Right</string>
914 </property>
915 </action>
916 <action name="actionViewCollapseAll">
917 <property name="text">
918 <string>Collapse &amp;All</string>
919 </property>
920 <property name="toolTip">
921 <string>Collapse all event details</string>
922 </property>
923 <property name="shortcut">
924 <string notr="true">Ctrl+Left</string>
925 </property>
926 </action>
927 <action name="actionGoGoToPacket">
928 <property name="checkable">
929 <bool>true</bool>
930 </property>
931 <property name="text">
932 <string>Go to Event…</string>
933 </property>
934 <property name="toolTip">
935 <string>Go to specified event</string>
936 </property>
937 <property name="shortcut">
938 <string notr="true">Ctrl+G</string>
939 </property>
940 </action>
941 <action name="actionFileMerge">
942 <property name="text">
943 <string>&amp;Merge…</string>
944 </property>
945 <property name="toolTip">
946 <string>Merge one or more files</string>
947 </property>
948 </action>
949 <action name="actionFileImportFromHexDump">
950 <property name="text">
951 <string>&amp;Import from Hex Dump…</string>
952 </property>
953 <property name="toolTip">
954 <string>Import a file</string>
955 </property>
956 </action>
957 <action name="actionFileSave">
958 <property name="text">
959 <string>&amp;Save</string>
960 </property>
961 <property name="toolTip">
962 <string>Save this capture file</string>
963 </property>
964 <property name="shortcut">
965 <string notr="true">Ctrl+S</string>
966 </property>
967 <property name="iconVisibleInMenu">
968 <bool>false</bool>
969 </property>
970 </action>
971 <action name="actionFileSaveAs">
972 <property name="text">
973 <string>Save &amp;As…</string>
974 </property>
975 <property name="toolTip">
976 <string>Save as a different file</string>
977 </property>
978 <property name="shortcut">
979 <string notr="true">Ctrl+Shift+S</string>
980 </property>
981 </action>
982 <action name="actionFileExportPackets">
983 <property name="text">
984 <string>Export Specified Events…</string>
985 </property>
986 <property name="toolTip">
987 <string>Export specified events</string>
988 </property>
989 </action>
990 <action name="actionFilePrint">
991 <property name="text">
992 <string>&amp;Print…</string>
993 </property>
994 <property name="shortcut">
995 <string notr="true">Ctrl+P</string>
996 </property>
997 </action>
998 <action name="actionFileSetListFiles">
999 <property name="text">
1000 <string>List Files</string>
1001 </property>
1002 </action>
1003 <action name="actionFileSetNextFile">
1004 <property name="text">
1005 <string>Next File</string>
1006 </property>
1007 </action>
1008 <action name="actionFileSetPreviousFile">
1009 <property name="text">
1010 <string>Previous File</string>
1011 </property>
1012 </action>
1013 <action name="actionViewReload">
1014 <property name="text">
1015 <string>&amp;Reload</string>
1016 </property>
1017 <property name="toolTip">
1018 <string>Reload this file</string>
1019 </property>
1020 <property name="shortcut">
1021 <string notr="true">Ctrl+R</string>
1022 </property>
1023 <property name="iconVisibleInMenu">
1024 <bool>true</bool>
1025 </property>
1026 </action>
1027 <action name="actionViewReload_as_File_Format_or_Capture">
1028 <property name="text">
1029 <string>Reload as File Format/Capture</string>
1030 </property>
1031 <property name="shortcut">
1032 <string notr="true">Ctrl+Shift+F</string>
1033 </property>
1034 </action>
1035 <action name="actionCaptureOptions">
1036 <property name="text">
1037 <string>&amp;Options…</string>
1038 </property>
1039 <property name="iconText">
1040 <string>Options</string>
1041 </property>
1042 <property name="toolTip">
1043 <string>Capture options</string>
1044 </property>
1045 <property name="shortcut">
1046 <string notr="true">Ctrl+K</string>
1047 </property>
1048 <property name="menuRole">
1049 <enum>QAction::NoRole</enum>
1050 </property>
1051 </action>
1052 <action name="actionCaptureCaptureFilters">
1053 <property name="text">
1054 <string>Capture &amp;Filters…</string>
1055 </property>
1056 <property name="toolTip">
1057 <string>Capture filters</string>
1058 </property>
1059 </action>
1060 <action name="actionCaptureRefreshInterfaces">
1061 <property name="text">
1062 <string>Refresh Interfaces</string>
1063 </property>
1064 <property name="toolTip">
1065 <string>Refresh interfaces</string>
1066 </property>
1067 <property name="shortcut">
1068 <string notr="true">F5</string>
1069 </property>
1070 </action>
1071 <action name="actionCaptureRestart">
1072 <property name="text">
1073 <string>&amp;Restart</string>
1074 </property>
1075 <property name="toolTip">
1076 <string>Restart current capture</string>
1077 </property>
1078 <property name="shortcut">
1079 <string notr="true">Ctrl+R</string>
1080 </property>
1081 </action>
1082 <action name="actionFileExportAsPlainText">
1083 <property name="text">
1084 <string>As Plain &amp;Text…</string>
1085 </property>
1086 </action>
1087 <action name="actionFileExportAsCSV">
1088 <property name="text">
1089 <string>As &amp;CSV…</string>
1090 </property>
1091 </action>
1092 <action name="actionFileExportAsCArrays">
1093 <property name="text">
1094 <string>As &quot;C&quot; &amp;Arrays…</string>
1095 </property>
1096 </action>
1097 <action name="actionFileExportAsPSML">
1098 <property name="text">
1099 <string>As P&amp;SML XML…</string>
1100 </property>
1101 </action>
1102 <action name="actionFileExportAsPDML">
1103 <property name="text">
1104 <string>As P&amp;DML XML…</string>
1105 </property>
1106 </action>
1107 <action name="actionFileExportAsJSON">
1108 <property name="text">
1109 <string>As &amp;JSON…</string>
1110 </property>
1111 </action>
1112 <action name="actionEditCopyDescription">
1113 <property name="text">
1114 <string>Description</string>
1115 </property>
1116 <property name="toolTip">
1117 <string>Copy this item's description</string>
1118 </property>
1119 <property name="shortcut">
1120 <string notr="true">Ctrl+Alt+Shift+D</string>
1121 </property>
1122 </action>
1123 <action name="actionCopyListAsText">
1124 <property name="text">
1125 <string>As Plain &amp;Text</string>
1126 </property>
1127 </action>
1128 <action name="actionCopyListAsCSV">
1129 <property name="text">
1130 <string>As &amp;CSV</string>
1131 </property>
1132 </action>
1133 <action name="actionCopyListAsYAML">
1134 <property name="text">
1135 <string>As &amp;YAML</string>
1136 </property>
1137 </action>
1138 <action name="actionCopyListAsHTML">
1139 <property name="text">
1140 <string>As &amp;HTML</string>
1141 </property>
1142 </action>
1143 <action name="actionCopyAllVisibleItems">
1144 <property name="text">
1145 <string>All Visible Items</string>
1146 </property>
1147 <property name="shortcut">
1148 <string notr="true">Ctrl+Alt+Shift+A</string>
1149 </property>
1150 </action>
1151 <action name="actionCopyAllVisibleSelectedTreeItems">
1152 <property name="text">
1153 <string>All Visible Selected Tree Items</string>
1154 </property>
1155 </action>
1156 <action name="actionEditCopyFieldName">
1157 <property name="text">
1158 <string>Field Name</string>
1159 </property>
1160 <property name="toolTip">
1161 <string>Copy this item's field name</string>
1162 </property>
1163 <property name="shortcut">
1164 <string notr="true">Ctrl+Alt+Shift+F</string>
1165 </property>
1166 </action>
1167 <action name="actionEditCopyValue">
1168 <property name="text">
1169 <string>Value</string>
1170 </property>
1171 <property name="toolTip">
1172 <string>Copy this item's value</string>
1173 </property>
1174 <property name="shortcut">
1175 <string notr="true">Ctrl+Alt+Shift+V</string>
1176 </property>
1177 </action>
1178 <action name="actionEditCopyAsFilter">
1179 <property name="text">
1180 <string>As Filter</string>
1181 </property>
1182 <property name="toolTip">
1183 <string>Copy this item as a display filter</string>
1184 </property>
1185 <property name="shortcut">
1186 <string notr="true">Ctrl+Shift+C</string>
1187 </property>
1188 </action>
1189 <action name="actionAnalyzeDisplayFilters">
1190 <property name="text">
1191 <string>Display &amp;Filters…</string>
1192 </property>
1193 </action>
1194 <action name="actionAnalyzeDisplayFilterMacros">
1195 <property name="text">
1196 <string>Display Filter &amp;Macros…</string>
1197 </property>
1198 </action>
1199 <action name="actionAnalyzeApplyAsColumn">
1200 <property name="text">
1201 <string>Apply as Column</string>
1202 </property>
1203 <property name="toolTip">
1204 <string>Create an event list column from the selected field.</string>
1205 </property>
1206 <property name="shortcut">
1207 <string notr="true">Ctrl+Shift+I</string>
1208 </property>
1209 </action>
1210 <action name="actionEditFindPacket">
1211 <property name="text">
1212 <string>&amp;Find Event…</string>
1213 </property>
1214 <property name="toolTip">
1215 <string>Find an event</string>
1216 </property>
1217 <property name="shortcut">
1218 <string notr="true">Ctrl+F</string>
1219 </property>
1220 </action>
1221 <action name="actionEditFindNext">
1222 <property name="text">
1223 <string>Find Ne&amp;xt</string>
1224 </property>
1225 <property name="toolTip">
1226 <string>Find the next event</string>
1227 </property>
1228 <property name="shortcut">
1229 <string notr="true">Ctrl+N</string>
1230 </property>
1231 </action>
1232 <action name="actionEditFindPrevious">
1233 <property name="text">
1234 <string>Find Pre&amp;vious</string>
1235 </property>
1236 <property name="toolTip">
1237 <string>Find the previous event</string>
1238 </property>
1239 <property name="shortcut">
1240 <string notr="true">Ctrl+B</string>
1241 </property>
1242 </action>
1243 <action name="actionEditMarkSelected">
1244 <property name="text">
1245 <string>&amp;Mark/Unmark Selected</string>
1246 </property>
1247 <property name="toolTip">
1248 <string>Mark or unmark each selected event</string>
1249 </property>
1250 <property name="shortcut">
1251 <string notr="true">Ctrl+M</string>
1252 </property>
1253 </action>
1254 <action name="actionEditMarkAllDisplayed">
1255 <property name="text">
1256 <string>Mark All Displayed</string>
1257 </property>
1258 <property name="toolTip">
1259 <string>Mark all displayed events</string>
1260 </property>
1261 <property name="shortcut">
1262 <string notr="true">Ctrl+Shift+M</string>
1263 </property>
1264 </action>
1265 <action name="actionEditUnmarkAllDisplayed">
1266 <property name="text">
1267 <string>&amp;Unmark All Displayed</string>
1268 </property>
1269 <property name="toolTip">
1270 <string>Unmark all displayed events</string>
1271 </property>
1272 <property name="shortcut">
1273 <string notr="true">Ctrl+Alt+M</string>
1274 </property>
1275 </action>
1276 <action name="actionEditNextMark">
1277 <property name="text">
1278 <string>Next Mark</string>
1279 </property>
1280 <property name="toolTip">
1281 <string>Go to the next marked event</string>
1282 </property>
1283 <property name="shortcut">
1284 <string notr="true">Ctrl+Shift+N</string>
1285 </property>
1286 </action>
1287 <action name="actionEditPreviousMark">
1288 <property name="text">
1289 <string>Previous Mark</string>
1290 </property>
1291 <property name="toolTip">
1292 <string>Go to the previous marked event</string>
1293 </property>
1294 <property name="shortcut">
1295 <string notr="true">Ctrl+Shift+B</string>
1296 </property>
1297 </action>
1298 <action name="actionEditIgnoreSelected">
1299 <property name="text">
1300 <string>&amp;Ignore/Unignore Selected</string>
1301 </property>
1302 <property name="toolTip">
1303 <string>Ignore or unignore each selected event</string>
1304 </property>
1305 <property name="shortcut">
1306 <string notr="true">Ctrl+D</string>
1307 </property>
1308 </action>
1309 <action name="actionEditIgnoreAllDisplayed">
1310 <property name="text">
1311 <string>Ignore All Displayed</string>
1312 </property>
1313 <property name="toolTip">
1314 <string>Ignore all displayed events</string>
1315 </property>
1316 <property name="shortcut">
1317 <string notr="true">Ctrl+Shift+D</string>
1318 </property>
1319 </action>
1320 <action name="actionEditUnignoreAllDisplayed">
1321 <property name="text">
1322 <string>U&amp;nignore All Displayed</string>
1323 </property>
1324 <property name="toolTip">
1325 <string>Unignore all displayed events</string>
1326 </property>
1327 <property name="shortcut">
1328 <string notr="true">Ctrl+Alt+D</string>
1329 </property>
1330 </action>
1331 <action name="actionEditSetTimeReference">
1332 <property name="text">
1333 <string>Set/Unset Time Reference</string>
1334 </property>
1335 <property name="toolTip">
1336 <string>Set or unset a time reference for this event</string>
1337 </property>
1338 <property name="shortcut">
1339 <string notr="true">Ctrl+T</string>
1340 </property>
1341 </action>
1342 <action name="actionEditUnsetAllTimeReferences">
1343 <property name="text">
1344 <string>Unset All Time References</string>
1345 </property>
1346 <property name="toolTip">
1347 <string>Remove all time references</string>
1348 </property>
1349 <property name="shortcut">
1350 <string notr="true">Ctrl+Alt+T</string>
1351 </property>
1352 </action>
1353 <action name="actionEditNextTimeReference">
1354 <property name="text">
1355 <string>Next Time Reference</string>
1356 </property>
1357 <property name="toolTip">
1358 <string>Go to the next time reference</string>
1359 </property>
1360 <property name="shortcut">
1361 <string notr="true">Ctrl+Alt+N</string>
1362 </property>
1363 </action>
1364 <action name="actionEditPreviousTimeReference">
1365 <property name="text">
1366 <string>Previous Time Reference</string>
1367 </property>
1368 <property name="toolTip">
1369 <string>Go to the previous time reference</string>
1370 </property>
1371 <property name="shortcut">
1372 <string notr="true">Ctrl+Alt+B</string>
1373 </property>
1374 </action>
1375 <action name="actionEditTimeShift">
1376 <property name="text">
1377 <string>Time Shift…</string>
1378 </property>
1379 <property name="toolTip">
1380 <string>Shift or change event timestamps</string>
1381 </property>
1382 <property name="shortcut">
1383 <string notr="true">Ctrl+Shift+T</string>
1384 </property>
1385 </action>
1386 <action name="actionDeleteAllPacketComments">
1387 <property name="text">
1388 <string>Delete All Event Comments</string>
1389 </property>
1390 <property name="toolTip">
1391 <string>Remove all event comments in the capture file</string>
1392 </property>
1393 </action>
1394 <action name="actionEditConfigurationProfiles">
1395 <property name="checkable">
1396 <bool>false</bool>
1397 </property>
1398 <property name="text">
1399 <string>&amp;Configuration Profiles…</string>
1400 </property>
1401 <property name="iconText">
1402 <string>Configuration profiles</string>
1403 </property>
1404 <property name="toolTip">
1405 <string>Manage your configuration profiles</string>
1406 </property>
1407 <property name="shortcut">
1408 <string notr="true">Ctrl+Shift+A</string>
1409 </property>
1410 <property name="menuRole">
1411 <enum>QAction::NoRole</enum>
1412 </property>
1413 </action>
1414 <action name="actionEditPreferences">
1415 <property name="text">
1416 <string>&amp;Preferences…</string>
1417 </property>
1418 <property name="toolTip">
1419 <string>Manage Stratoshark's preferences</string>
1420 </property>
1421 <property name="shortcut">
1422 <string notr="true">Ctrl+Shift+P</string>
1423 </property>
1424 <property name="menuRole">
1425 <enum>QAction::PreferencesRole</enum>
1426 </property>
1427 </action>
1428 <action name="actionStatisticsCaptureFileProperties">
1429 <property name="enabled">
1430 <bool>false</bool>
1431 </property>
1432 <property name="text">
1433 <string>Capture File Properties</string>
1434 </property>
1435 <property name="toolTip">
1436 <string>Capture file properties</string>
1437 </property>
1438 <property name="shortcut">
1439 <string notr="true">Ctrl+Alt+Shift+C</string>
1440 </property>
1441 </action>
1442 <action name="actionStatisticsProtocolHierarchy">
1443 <property name="enabled">
1444 <bool>false</bool>
1445 </property>
1446 <property name="text">
1447 <string>&amp;Protocol Hierarchy</string>
1448 </property>
1449 <property name="toolTip">
1450 <string>Show a summary of protocols present in the capture file.</string>
1451 </property>
1452 </action>
1453 <action name="actionHelpMPCapinfos">
1454 <property name="text">
1455 <string>Capinfos</string>
1456 </property>
1457 </action>
1458 <action name="actionHelpMPReordercap">
1459 <property name="text">
1460 <string>Reordercap</string>
1461 </property>
1462 </action>
1463 <action name="actionStatisticsFlowGraph">
1464 <property name="text">
1465 <string>Flow Graph</string>
1466 </property>
1467 <property name="toolTip">
1468 <string>Flow sequence diagram</string>
1469 </property>
1470 </action>
1471 <action name="actionStatisticsPacketLengths">
1472 <property name="text">
1473 <string>Event Lengths</string>
1474 </property>
1475 <property name="toolTip">
1476 <string>Event length statistics</string>
1477 </property>
1478 </action>
1479 <action name="actionAnalyzeReloadLuaPlugins">
1480 <property name="text">
1481 <string>Reload Lua Plugins</string>
1482 </property>
1483 <property name="toolTip">
1484 <string>Reload Lua plugins</string>
1485 </property>
1486 <property name="shortcut">
1487 <string notr="true">Ctrl+Shift+L</string>
1488 </property>
1489 </action>
1490 <action name="actionStatisticsIOGraph">
1491 <property name="text">
1492 <string>&amp;I/O Graphs</string>
1493 </property>
1494 <property name="toolTip">
1495 <string>Create graphs based on display filter fields</string>
1496 </property>
1497 </action>
1498 <action name="actionViewMainToolbar">
1499 <property name="checkable">
1500 <bool>true</bool>
1501 </property>
1502 <property name="checked">
1503 <bool>true</bool>
1504 </property>
1505 <property name="text">
1506 <string>&amp;Main Toolbar</string>
1507 </property>
1508 <property name="toolTip">
1509 <string>Show or hide the main toolbar</string>
1510 </property>
1511 </action>
1512 <action name="actionViewFilterToolbar">
1513 <property name="checkable">
1514 <bool>true</bool>
1515 </property>
1516 <property name="checked">
1517 <bool>true</bool>
1518 </property>
1519 <property name="text">
1520 <string>&amp;Filter Toolbar</string>
1521 </property>
1522 <property name="toolTip">
1523 <string>Show or hide the display filter toolbar</string>
1524 </property>
1525 </action>
1526 <action name="actionStatisticsConversations">
1527 <property name="text">
1528 <string>&amp;Conversations</string>
1529 </property>
1530 <property name="toolTip">
1531 <string>Conversations at different protocol levels</string>
1532 </property>
1533 </action>
1534 <action name="actionStatisticsEndpoints">
1535 <property name="text">
1536 <string>&amp;Endpoints</string>
1537 </property>
1538 <property name="toolTip">
1539 <string>Endpoints at different protocol levels</string>
1540 </property>
1541 </action>
1542 <action name="actionViewColorizePacketList">
1543 <property name="checkable">
1544 <bool>true</bool>
1545 </property>
1546 <property name="text">
1547 <string>Colorize Event List</string>
1548 </property>
1549 <property name="toolTip">
1550 <string>Draw events using your coloring rules</string>
1551 </property>
1552 </action>
1553 <action name="actionViewZoomIn">
1554 <property name="text">
1555 <string>&amp;Zoom In</string>
1556 </property>
1557 <property name="toolTip">
1558 <string>Enlarge the main window text</string>
1559 </property>
1560 <property name="shortcut">
1561 <string notr="true">Ctrl++</string>
1562 </property>
1563 </action>
1564 <action name="actionViewZoomOut">
1565 <property name="text">
1566 <string>Zoom Out</string>
1567 </property>
1568 <property name="toolTip">
1569 <string>Shrink the main window text</string>
1570 </property>
1571 <property name="shortcut">
1572 <string notr="true">Ctrl+-</string>
1573 </property>
1574 </action>
1575 <action name="actionViewNormalSize">
1576 <property name="text">
1577 <string>Normal Size</string>
1578 </property>
1579 <property name="toolTip">
1580 <string>Return the main window text to its normal size</string>
1581 </property>
1582 <property name="shortcut">
1583 <string notr="true">Ctrl+0</string>
1584 </property>
1585 </action>
1586 <action name="actionViewResetLayout">
1587 <property name="text">
1588 <string>Reset Layout</string>
1589 </property>
1590 <property name="toolTip">
1591 <string>Reset layout to default size</string>
1592 </property>
1593 <property name="shortcut">
1594 <string notr="true">Ctrl+Shift+W</string>
1595 </property>
1596 </action>
1597 <action name="actionViewResizeColumns">
1598 <property name="text">
1599 <string>Resize Columns</string>
1600 </property>
1601 <property name="toolTip">
1602 <string>Resize event list columns to fit contents</string>
1603 </property>
1604 <property name="shortcut">
1605 <string notr="true">Ctrl+Shift+R</string>
1606 </property>
1607 </action>
1608 <action name="actionViewTimeDisplayFormatDateYMDandTimeOfDay">
1609 <property name="checkable">
1610 <bool>true</bool>
1611 </property>
1612 <property name="text">
1613 <string>Date and Time of Day (1970-01-01 01:02:03.123456)</string>
1614 </property>
1615 <property name="toolTip">
1616 <string>Show event times as the date and time of day.</string>
1617 </property>
1618 <property name="shortcut">
1619 <string notr="true">Ctrl+Alt+1</string>
1620 </property>
1621 </action>
1622 <action name="actionViewTimeDisplayFormatDateYDOYandTimeOfDay">
1623 <property name="checkable">
1624 <bool>true</bool>
1625 </property>
1626 <property name="text">
1627 <string>Year, Day of Year, and Time of Day (1970/001 01:02:03.123456)</string>
1628 </property>
1629 <property name="toolTip">
1630 <string>Show event times as the year, day of the year and time of day.</string>
1631 </property>
1632 </action>
1633 <action name="actionViewTimeDisplayFormatTimeOfDay">
1634 <property name="checkable">
1635 <bool>true</bool>
1636 </property>
1637 <property name="text">
1638 <string>Time of Day (01:02:03.123456)</string>
1639 </property>
1640 <property name="toolTip">
1641 <string>Show event times as the date and time of day.</string>
1642 </property>
1643 <property name="shortcut">
1644 <string notr="true">Ctrl+Alt+2</string>
1645 </property>
1646 </action>
1647 <action name="actionViewTimeDisplayFormatSecondsSinceEpoch">
1648 <property name="checkable">
1649 <bool>true</bool>
1650 </property>
1651 <property name="text">
1652 <string>Seconds Since 1970-01-01</string>
1653 </property>
1654 <property name="toolTip">
1655 <string>Show event times as the seconds since the UNIX / POSIX epoch (1970-01-01).</string>
1656 </property>
1657 <property name="shortcut">
1658 <string notr="true">Ctrl+Alt+3</string>
1659 </property>
1660 </action>
1661 <action name="actionViewTimeDisplayFormatSecondsSinceBeginningOfCapture">
1662 <property name="checkable">
1663 <bool>true</bool>
1664 </property>
1665 <property name="text">
1666 <string>Seconds Since Beginning of Capture</string>
1667 </property>
1668 <property name="toolTip">
1669 <string>Show event times as the date and time of day.</string>
1670 </property>
1671 <property name="shortcut">
1672 <string notr="true">Ctrl+Alt+4</string>
1673 </property>
1674 </action>
1675 <action name="actionViewTimeDisplayFormatSecondsSincePreviousCapturedPacket">
1676 <property name="checkable">
1677 <bool>true</bool>
1678 </property>
1679 <property name="text">
1680 <string>Seconds Since Previous Captured Event</string>
1681 </property>
1682 <property name="toolTip">
1683 <string>Show event times as the seconds since the previous captured event.</string>
1684 </property>
1685 <property name="shortcut">
1686 <string notr="true">Ctrl+Alt+5</string>
1687 </property>
1688 </action>
1689 <action name="actionViewTimeDisplayFormatSecondsSincePreviousDisplayedPacket">
1690 <property name="checkable">
1691 <bool>true</bool>
1692 </property>
1693 <property name="text">
1694 <string>Seconds Since Previous Displayed Event</string>
1695 </property>
1696 <property name="toolTip">
1697 <string>Show event times as the seconds since the previous displayed event.</string>
1698 </property>
1699 <property name="shortcut">
1700 <string notr="true">Ctrl+Alt+6</string>
1701 </property>
1702 </action>
1703 <action name="actionViewTimeDisplayFormatUTCDateYMDandTimeOfDay">
1704 <property name="checkable">
1705 <bool>true</bool>
1706 </property>
1707 <property name="text">
1708 <string>UTC Date and Time of Day (1970-01-01 01:02:03.123456Z)</string>
1709 </property>
1710 <property name="toolTip">
1711 <string>Show event times as the UTC date and time of day.</string>
1712 </property>
1713 <property name="shortcut">
1714 <string notr="true">Ctrl+Alt+7</string>
1715 </property>
1716 </action>
1717 <action name="actionViewTimeDisplayFormatUTCDateYDOYandTimeOfDay">
1718 <property name="checkable">
1719 <bool>true</bool>
1720 </property>
1721 <property name="text">
1722 <string>UTC Year, Day of Year, and Time of Day (1970/001 01:02:03.123456Z)</string>
1723 </property>
1724 <property name="toolTip">
1725 <string>Show event times as the UTC year, day of the year and time of day.</string>
1726 </property>
1727 </action>
1728 <action name="actionViewTimeDisplayFormatUTCTimeOfDay">
1729 <property name="checkable">
1730 <bool>true</bool>
1731 </property>
1732 <property name="text">
1733 <string>UTC Time of Day (01:02:03.123456Z)</string>
1734 </property>
1735 <property name="toolTip">
1736 <string>Show event times as the UTC time of day.</string>
1737 </property>
1738 <property name="shortcut">
1739 <string notr="true">Ctrl+Alt+8</string>
1740 </property>
1741 </action>
1742 <action name="actionViewTimeDisplayFormatPrecisionAutomatic">
1743 <property name="checkable">
1744 <bool>true</bool>
1745 </property>
1746 <property name="text">
1747 <string>Automatic (from capture file)</string>
1748 </property>
1749 <property name="toolTip">
1750 <string>Use the time precision indicated in the capture file.</string>
1751 </property>
1752 </action>
1753 <action name="actionViewTimeDisplayFormatPrecisionSeconds">
1754 <property name="checkable">
1755 <bool>true</bool>
1756 </property>
1757 <property name="text">
1758 <string>Seconds</string>
1759 </property>
1760 </action>
1761 <action name="actionViewTimeDisplayFormatPrecision100Milliseconds">
1762 <property name="checkable">
1763 <bool>true</bool>
1764 </property>
1765 <property name="text">
1766 <string>Tenths of a second</string>
1767 </property>
1768 </action>
1769 <action name="actionViewTimeDisplayFormatPrecision10Milliseconds">
1770 <property name="checkable">
1771 <bool>true</bool>
1772 </property>
1773 <property name="text">
1774 <string>Hundredths of a second</string>
1775 </property>
1776 </action>
1777 <action name="actionViewTimeDisplayFormatPrecisionMilliseconds">
1778 <property name="checkable">
1779 <bool>true</bool>
1780 </property>
1781 <property name="text">
1782 <string>Milliseconds</string>
1783 </property>
1784 </action>
1785 <action name="actionViewTimeDisplayFormatPrecision100Microseconds">
1786 <property name="checkable">
1787 <bool>true</bool>
1788 </property>
1789 <property name="text">
1790 <string>Tenths of a millisecond</string>
1791 </property>
1792 </action>
1793 <action name="actionViewTimeDisplayFormatPrecision10Microseconds">
1794 <property name="checkable">
1795 <bool>true</bool>
1796 </property>
1797 <property name="text">
1798 <string>Hundredths of a millisecond</string>
1799 </property>
1800 </action>
1801 <action name="actionViewTimeDisplayFormatPrecisionMicroseconds">
1802 <property name="checkable">
1803 <bool>true</bool>
1804 </property>
1805 <property name="text">
1806 <string>Microseconds</string>
1807 </property>
1808 </action>
1809 <action name="actionViewTimeDisplayFormatPrecision100Nanoseconds">
1810 <property name="checkable">
1811 <bool>true</bool>
1812 </property>
1813 <property name="text">
1814 <string>Tenths of a microsecond</string>
1815 </property>
1816 </action>
1817 <action name="actionViewTimeDisplayFormatPrecision10Nanoseconds">
1818 <property name="checkable">
1819 <bool>true</bool>
1820 </property>
1821 <property name="text">
1822 <string>Hundredths of a microsecond</string>
1823 </property>
1824 </action>
1825 <action name="actionViewTimeDisplayFormatPrecisionNanoseconds">
1826 <property name="checkable">
1827 <bool>true</bool>
1828 </property>
1829 <property name="text">
1830 <string>Nanoseconds</string>
1831 </property>
1832 </action>
1833 <action name="actionViewTimeDisplaySecondsWithHoursAndMinutes">
1834 <property name="checkable">
1835 <bool>true</bool>
1836 </property>
1837 <property name="text">
1838 <string>Display Seconds With Hours and Minutes</string>
1839 </property>
1840 <property name="toolTip">
1841 <string>Display seconds with hours and minutes</string>
1842 </property>
1843 </action>
1844 <action name="actionViewNameResolutionPhysical">
1845 <property name="checkable">
1846 <bool>true</bool>
1847 </property>
1848 <property name="text">
1849 <string>Resolve &amp;Physical Addresses</string>
1850 </property>
1851 <property name="toolTip">
1852 <string>Show names for known MAC addresses. Lookups use a local database.</string>
1853 </property>
1854 </action>
1855 <action name="actionViewNameResolutionNetwork">
1856 <property name="checkable">
1857 <bool>true</bool>
1858 </property>
1859 <property name="text">
1860 <string>Resolve &amp;Network Addresses</string>
1861 </property>
1862 <property name="toolTip">
1863 <string>Show names for known IPv4, IPv6, and IPX addresses. Lookups can generate network traffic.</string>
1864 </property>
1865 </action>
1866 <action name="actionViewNameResolutionTransport">
1867 <property name="checkable">
1868 <bool>true</bool>
1869 </property>
1870 <property name="text">
1871 <string>Resolve &amp;Transport Addresses</string>
1872 </property>
1873 <property name="toolTip">
1874 <string>Show names for known TCP, UDP, and SCTP services. Lookups can generate traffic on some systems.</string>
1875 </property>
1876 </action>
1877 <action name="actionViewStatusBar">
1878 <property name="checkable">
1879 <bool>true</bool>
1880 </property>
1881 <property name="checked">
1882 <bool>true</bool>
1883 </property>
1884 <property name="text">
1885 <string>&amp;Status Bar</string>
1886 </property>
1887 <property name="toolTip">
1888 <string>Show or hide the status bar</string>
1889 </property>
1890 </action>
1891 <action name="actionViewPacketList">
1892 <property name="checkable">
1893 <bool>true</bool>
1894 </property>
1895 <property name="checked">
1896 <bool>true</bool>
1897 </property>
1898 <property name="text">
1899 <string>Event &amp;List</string>
1900 </property>
1901 <property name="toolTip">
1902 <string>Show or hide the event list</string>
1903 </property>
1904 </action>
1905 <action name="actionViewPacketDetails">
1906 <property name="checkable">
1907 <bool>true</bool>
1908 </property>
1909 <property name="checked">
1910 <bool>true</bool>
1911 </property>
1912 <property name="text">
1913 <string>Event &amp;Details</string>
1914 </property>
1915 <property name="toolTip">
1916 <string>Show or hide the event details</string>
1917 </property>
1918 </action>
1919 <action name="actionViewPacketBytes">
1920 <property name="checkable">
1921 <bool>true</bool>
1922 </property>
1923 <property name="checked">
1924 <bool>true</bool>
1925 </property>
1926 <property name="text">
1927 <string>Event &amp;Bytes</string>
1928 </property>
1929 <property name="toolTip">
1930 <string>Show or hide the event bytes</string>
1931 </property>
1932 </action>
1933 <action name="actionViewInternalsConversationHashTables">
1934 <property name="text">
1935 <string>&amp;Conversation Hash Tables</string>
1936 </property>
1937 <property name="toolTip">
1938 <string>Show each conversation hash table</string>
1939 </property>
1940 </action>
1941 <action name="actionViewInternalsDissectorTables">
1942 <property name="text">
1943 <string>&amp;Dissector Tables</string>
1944 </property>
1945 <property name="toolTip">
1946 <string>Show each dissector table and its entries</string>
1947 </property>
1948 </action>
1949 <action name="actionViewInternalsSupportedProtocols">
1950 <property name="text">
1951 <string>&amp;Supported Protocols</string>
1952 </property>
1953 <property name="toolTip">
1954 <string>Show the currently supported protocols and display filter fields</string>
1955 </property>
1956 </action>
1957 <action name="actionViewColoringRules">
1958 <property name="text">
1959 <string>&amp;Coloring Rules…</string>
1960 </property>
1961 <property name="toolTip">
1962 <string>Edit the event list coloring rules.</string>
1963 </property>
1964 </action>
1965 <action name="actionViewShowPacketInNewWindow">
1966 <property name="text">
1967 <string>Show Event in New &amp;Window</string>
1968 </property>
1969 <property name="toolTip">
1970 <string>Show this event in a separate window.</string>
1971 </property>
1972 </action>
1973 <action name="actionContextShowLinkedPacketInNewWindow">
1974 <property name="text">
1975 <string>Show Linked Event in New Window</string>
1976 </property>
1977 <property name="toolTip">
1978 <string>Show the linked event in a separate window.</string>
1979 </property>
1980 </action>
1981 <action name="actionGoAutoScroll">
1982 <property name="checkable">
1983 <bool>true</bool>
1984 </property>
1985 <property name="text">
1986 <string>Auto Scroll in Li&amp;ve Capture</string>
1987 </property>
1988 <property name="toolTip">
1989 <string>Automatically scroll to the last event during a live capture.</string>
1990 </property>
1991 </action>
1992 <action name="actionAnalyzeExpertInfo">
1993 <property name="text">
1994 <string>Expert Information</string>
1995 </property>
1996 <property name="toolTip">
1997 <string>Show expert notifications</string>
1998 </property>
1999 </action>
2000 <action name="actionDisplayFilterExpression">
2001 <property name="text">
2002 <string>Display Filter &amp;Expression…</string>
2003 </property>
2004 <property name="iconText">
2005 <string>Display Filter Expression…</string>
2006 </property>
2007 <property name="toolTip">
2008 <string>Add an expression to the display filter.</string>
2009 </property>
2010 </action>
2011 <action name="actionStatistics_REGISTER_STAT_GROUP_UNSORTED">
2012 <property name="text">
2013 <string>REGISTER_STAT_GROUP_UNSORTED</string>
2014 </property>
2015 <property name="toolTip">
2016 <string>Start of &quot;REGISTER_STAT_GROUP_UNSORTED&quot;</string>
2017 </property>
2018 <property name="visible">
2019 <bool>false</bool>
2020 </property>
2021 <property name="menuRole">
2022 <enum>QAction::NoRole</enum>
2023 </property>
2024 </action>
2025 <action name="actionStatisticsResolvedAddresses">
2026 <property name="text">
2027 <string>Resolved Addresses</string>
2028 </property>
2029 <property name="toolTip">
2030 <string>Show each table of resolved addresses as copyable text.</string>
2031 </property>
2032 </action>
2033 <action name="actionViewColorizeConversation1">
2034 <property name="text">
2035 <string>Color &amp;1</string>
2036 </property>
2037 <property name="toolTip">
2038 <string>Mark the current conversation with its own color.</string>
2039 </property>
2040 <property name="shortcut">
2041 <string notr="true">Ctrl+1</string>
2042 </property>
2043 </action>
2044 <action name="actionViewColorizeConversation2">
2045 <property name="text">
2046 <string>Color &amp;2</string>
2047 </property>
2048 <property name="toolTip">
2049 <string>Mark the current conversation with its own color.</string>
2050 </property>
2051 <property name="shortcut">
2052 <string notr="true">Ctrl+2</string>
2053 </property>
2054 </action>
2055 <action name="actionViewColorizeConversation3">
2056 <property name="text">
2057 <string>Color &amp;3</string>
2058 </property>
2059 <property name="toolTip">
2060 <string>Mark the current conversation with its own color.</string>
2061 </property>
2062 <property name="shortcut">
2063 <string notr="true">Ctrl+3</string>
2064 </property>
2065 </action>
2066 <action name="actionViewColorizeConversation4">
2067 <property name="text">
2068 <string>Color &amp;4</string>
2069 </property>
2070 <property name="toolTip">
2071 <string>Mark the current conversation with its own color.</string>
2072 </property>
2073 <property name="shortcut">
2074 <string notr="true">Ctrl+4</string>
2075 </property>
2076 </action>
2077 <action name="actionViewColorizeConversation5">
2078 <property name="text">
2079 <string>Color &amp;5</string>
2080 </property>
2081 <property name="toolTip">
2082 <string>Mark the current conversation with its own color.</string>
2083 </property>
2084 <property name="shortcut">
2085 <string notr="true">Ctrl+5</string>
2086 </property>
2087 </action>
2088 <action name="actionViewColorizeConversation6">
2089 <property name="text">
2090 <string>Color &amp;6</string>
2091 </property>
2092 <property name="toolTip">
2093 <string>Mark the current conversation with its own color.</string>
2094 </property>
2095 <property name="shortcut">
2096 <string notr="true">Ctrl+6</string>
2097 </property>
2098 </action>
2099 <action name="actionViewColorizeConversation7">
2100 <property name="text">
2101 <string>Color &amp;7</string>
2102 </property>
2103 <property name="toolTip">
2104 <string>Mark the current conversation with its own color.</string>
2105 </property>
2106 <property name="shortcut">
2107 <string notr="true">Ctrl+7</string>
2108 </property>
2109 </action>
2110 <action name="actionViewColorizeConversation8">
2111 <property name="text">
2112 <string>Color &amp;8</string>
2113 </property>
2114 <property name="toolTip">
2115 <string>Mark the current conversation with its own color.</string>
2116 </property>
2117 <property name="shortcut">
2118 <string notr="true">Ctrl+8</string>
2119 </property>
2120 </action>
2121 <action name="actionViewColorizeConversation9">
2122 <property name="text">
2123 <string>Color &amp;9</string>
2124 </property>
2125 <property name="toolTip">
2126 <string>Mark the current conversation with its own color.</string>
2127 </property>
2128 <property name="shortcut">
2129 <string notr="true">Ctrl+9</string>
2130 </property>
2131 </action>
2132 <action name="actionViewColorizeConversation10">
2133 <property name="text">
2134 <string>Color 1&amp;0</string>
2135 </property>
2136 <property name="toolTip">
2137 <string>Mark the current conversation with its own color.</string>
2138 </property>
2139 </action>
2140 <action name="actionViewColorizeNewColoringRule">
2141 <property name="text">
2142 <string>New Coloring Rule…</string>
2143 </property>
2144 <property name="toolTip">
2145 <string>Create a new coloring rule based on this field.</string>
2146 </property>
2147 </action>
2148 <action name="actionViewColorizeResetColorization">
2149 <property name="text">
2150 <string>Reset Colorization</string>
2151 </property>
2152 <property name="toolTip">
2153 <string>Reset colorized conversations.</string>
2154 </property>
2155 <property name="shortcut">
2156 <string notr="true">Ctrl+Space</string>
2157 </property>
2158 </action>
2159 <action name="actionViewEditResolvedName">
2160 <property name="text">
2161 <string>Edit Resolved Name</string>
2162 </property>
2163 <property name="toolTip">
2164 <string>Manually edit a name resolution entry.</string>
2165 </property>
2166 </action>
2167 <action name="actionAnalyzeEnabledProtocols">
2168 <property name="text">
2169 <string>Enabled Protocols…</string>
2170 </property>
2171 <property name="toolTip">
2172 <string>Enable and disable specific protocols</string>
2173 </property>
2174 <property name="shortcut">
2175 <string notr="true">Ctrl+Shift+E</string>
2176 </property>
2177 </action>
2178 <action name="actionAnalyzeShowPacketBytes">
2179 <property name="text">
2180 <string>Show Event Bytes…</string>
2181 </property>
2182 <property name="shortcut">
2183 <string notr="true">Ctrl+Shift+O</string>
2184 </property>
2185 </action>
2186 <action name="actionContextWikiProtocolPage">
2187 <property name="text">
2188 <string>Wiki Protocol Page</string>
2189 </property>
2190 <property name="toolTip">
2191 <string>Open the Wireshark wiki page for this protocol.</string>
2192 </property>
2193 </action>
2194 <action name="actionContextFilterFieldReference">
2195 <property name="text">
2196 <string>Filter Field Reference</string>
2197 </property>
2198 <property name="toolTip">
2199 <string>Open the display filter reference page for this filter field.</string>
2200 </property>
2201 </action>
2202 <action name="actionGoGoToLinkedPacket">
2203 <property name="text">
2204 <string>Go to &amp;Linked Event</string>
2205 </property>
2206 <property name="toolTip">
2207 <string>Go to the event referenced by the selected field.</string>
2208 </property>
2209 </action>
2210 <action name="actionNewDisplayFilterExpression">
2211 <property name="toolTip">
2212 <string>Add a display filter button.</string>
2213 </property>
2214 </action>
2215 <action name="actionViewFullScreen">
2216 <property name="checkable">
2217 <bool>true</bool>
2218 </property>
2219 <property name="text">
2220 <string>&amp;Full Screen</string>
2221 </property>
2222 </action>
2223 <action name="actionHelpReleaseNotes">
2224 <property name="text">
2225 <string>Release Notes</string>
2226 </property>
2227 </action>
2228 </widget>
2229 <layoutdefault spacing="6" margin="11"/>
2230 <customwidgets>
2231 <customwidget>
2232 <class>AccordionFrame</class>
2233 <extends>QFrame</extends>
2234 <header>accordion_frame.h</header>
2235 <container>1</container>
2236 </customwidget>
2237 <customwidget>
2238 <class>MainStatusBar</class>
2239 <extends>QStatusBar</extends>
2240 <header>main_status_bar.h</header>
2241 </customwidget>
2242 <customwidget>
2243 <class>WelcomePage</class>
2244 <extends>QFrame</extends>
2245 <header>welcome_page.h</header>
2246 <container>1</container>
2247 </customwidget>
2248 <customwidget>
2249 <class>SearchFrame</class>
2250 <extends>QWidget</extends>
2251 <header>search_frame.h</header>
2252 </customwidget>
2253 <customwidget>
2254 <class>ColumnEditorFrame</class>
2255 <extends>QFrame</extends>
2256 <header>column_editor_frame.h</header>
2257 <container>1</container>
2258 </customwidget>
2259 <customwidget>
2260 <class>PreferenceEditorFrame</class>
2261 <extends>QFrame</extends>
2262 <header>preference_editor_frame.h</header>
2263 <container>1</container>
2264 </customwidget>
2265 <customwidget>
2266 <class>AddressEditorFrame</class>
2267 <extends>QFrame</extends>
2268 <header>address_editor_frame.h</header>
2269 <container>1</container>
2270 </customwidget>
2271 <customwidget>
2272 <class>FilterExpressionFrame</class>
2273 <extends>QFrame</extends>
2274 <header>filter_expression_frame.h</header>
2275 <container>1</container>
2276 </customwidget>
2277 </customwidgets>
2278 <resources>
2279 <include location="../../resources/stock_icons.qrc"/>
2280 <include location="../../resources/stock_icons.qrc"/>
2281 </resources>
2282 <connections>
2283 <connection>
2284 <sender>actionFileQuit</sender>
2285 <signal>triggered()</signal>
2286 <receiver>StratosharkMainWindow</receiver>
2287 <slot>close()</slot>
2288 <hints>
2289 <hint type="sourcelabel">
2290 <x>-1</x>
2291 <y>-1</y>
2292 </hint>
2293 <hint type="destinationlabel">
2294 <x>408</x>
2295 <y>258</y>
2296 </hint>
2297 </hints>
2298 </connection>
2299 </connections>
2300 </ui>