Start renaming SSL to TLS.
[metze/wireshark/wip.git] / ui / qt / main_window.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
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>Wireshark</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>Packet:</string>
71          </property>
72         </widget>
73        </item>
74        <item>
75         <widget class="QLineEdit" name="goToLineEdit">
76          <property name="inputMask">
77           <string>900000000</string>
78          </property>
79         </widget>
80        </item>
81        <item>
82         <widget class="QPushButton" name="goToGo">
83          <property name="maximumSize">
84           <size>
85            <width>16777215</width>
86            <height>27</height>
87           </size>
88          </property>
89          <property name="text">
90           <string>Go to packet</string>
91          </property>
92          <property name="default">
93           <bool>true</bool>
94          </property>
95         </widget>
96        </item>
97        <item>
98         <widget class="QPushButton" name="goToCancel">
99          <property name="maximumSize">
100           <size>
101            <width>16777215</width>
102            <height>27</height>
103           </size>
104          </property>
105          <property name="text">
106           <string>Cancel</string>
107          </property>
108         </widget>
109        </item>
110       </layout>
111      </widget>
112     </item>
113     <item>
114      <widget class="SearchFrame" name="searchFrame" native="true"/>
115     </item>
116     <item>
117      <widget class="AddressEditorFrame" name="addressEditorFrame"/>
118     </item>
119     <item>
120      <widget class="ColumnEditorFrame" name="columnEditorFrame"/>
121     </item>
122     <item>
123      <widget class="PreferenceEditorFrame" name="preferenceEditorFrame"/>
124     </item>
125     <item>
126      <widget class="FilterExpressionFrame" name="filterExpressionFrame"/>
127     </item>
128     <item>
129      <widget class="WirelessTimeline" name="wirelessTimelineWidget" native="true"/>
130     </item>
131     <item>
132      <widget class="QStackedWidget" name="mainStack">
133       <property name="enabled">
134        <bool>true</bool>
135       </property>
136       <widget class="WelcomePage" name="welcomePage"/>
137      </widget>
138     </item>
139    </layout>
140   </widget>
141   <widget class="QMenuBar" name="menuBar">
142    <property name="geometry">
143     <rect>
144      <x>0</x>
145      <y>0</y>
146      <width>960</width>
147      <height>22</height>
148     </rect>
149    </property>
150    <widget class="QMenu" name="menuFile">
151     <property name="title">
152      <string>&amp;File</string>
153     </property>
154     <widget class="QMenu" name="menuOpenRecentCaptureFile">
155      <property name="title">
156       <string>Open Recent</string>
157      </property>
158      <addaction name="actionDummyNoFilesFound"/>
159     </widget>
160     <widget class="QMenu" name="menuFileSet">
161      <property name="title">
162       <string>File Set</string>
163      </property>
164      <addaction name="actionFileSetListFiles"/>
165      <addaction name="actionFileSetNextFile"/>
166      <addaction name="actionFileSetPreviousFile"/>
167     </widget>
168     <widget class="QMenu" name="menuFileExportPacketDissections">
169      <property name="title">
170       <string>Export Packet Dissections</string>
171      </property>
172      <addaction name="actionFileExportAsPlainText"/>
173      <addaction name="actionFileExportAsCSV"/>
174      <addaction name="actionFileExportAsCArrays"/>
175      <addaction name="separator"/>
176      <addaction name="actionFileExportAsPSML"/>
177      <addaction name="actionFileExportAsPDML"/>
178      <addaction name="actionFileExportAsJSON"/>
179     </widget>
180     <widget class="QMenu" name="menuFileExportObjects">
181      <property name="title">
182       <string>Export Objects</string>
183      </property>
184     </widget>
185     <addaction name="actionFileOpen"/>
186     <addaction name="menuOpenRecentCaptureFile"/>
187     <addaction name="actionFileMerge"/>
188     <addaction name="actionFileImportFromHexDump"/>
189     <addaction name="actionFileClose"/>
190     <addaction name="separator"/>
191     <addaction name="actionFileSave"/>
192     <addaction name="actionFileSaveAs"/>
193     <addaction name="separator"/>
194     <addaction name="menuFileSet"/>
195     <addaction name="separator"/>
196     <addaction name="actionFileExportPackets"/>
197     <addaction name="menuFileExportPacketDissections"/>
198     <addaction name="actionFileExportPacketBytes"/>
199     <addaction name="actionFileExportPDU"/>
200     <addaction name="actionFileExportTLSSessionKeys"/>
201     <addaction name="menuFileExportObjects"/>
202     <addaction name="separator"/>
203     <addaction name="actionFilePrint"/>
204     <addaction name="separator"/>
205     <addaction name="actionFileQuit"/>
206    </widget>
207    <widget class="QMenu" name="menuCapture">
208     <property name="title">
209      <string>&amp;Capture</string>
210     </property>
211     <addaction name="actionCaptureOptions"/>
212     <addaction name="actionCaptureStart"/>
213     <addaction name="actionCaptureStop"/>
214     <addaction name="actionCaptureRestart"/>
215     <addaction name="actionCaptureCaptureFilters"/>
216     <addaction name="actionCaptureRefreshInterfaces"/>
217     <addaction name="separator"/>
218    </widget>
219    <widget class="QMenu" name="menuHelp">
220     <property name="title">
221      <string>&amp;Help</string>
222     </property>
223     <widget class="QMenu" name="menuHelpManualPages">
224      <property name="title">
225       <string>Manual pages</string>
226      </property>
227      <addaction name="actionHelpMPWireshark"/>
228      <addaction name="actionHelpMPWireshark_Filter"/>
229      <addaction name="separator"/>
230      <addaction name="actionHelpMPCapinfos"/>
231      <addaction name="actionHelpMPDumpcap"/>
232      <addaction name="actionHelpMPEditcap"/>
233      <addaction name="actionHelpMPMergecap"/>
234      <addaction name="actionHelpMPRawShark"/>
235      <addaction name="actionHelpMPReordercap"/>
236      <addaction name="actionHelpMPText2cap"/>
237      <addaction name="actionHelpMPTShark"/>
238     </widget>
239     <addaction name="actionHelpContents"/>
240     <addaction name="menuHelpManualPages"/>
241     <addaction name="separator"/>
242     <addaction name="actionHelpWebsite"/>
243     <addaction name="actionHelpFAQ"/>
244     <addaction name="actionHelpAsk"/>
245     <addaction name="actionHelpDownloads"/>
246     <addaction name="separator"/>
247     <addaction name="actionHelpWiki"/>
248     <addaction name="actionHelpSampleCaptures"/>
249     <addaction name="separator"/>
250     <addaction name="actionHelpAbout"/>
251    </widget>
252    <widget class="QMenu" name="menuGo">
253     <property name="title">
254      <string>&amp;Go</string>
255     </property>
256     <addaction name="actionGoGoToPacket"/>
257     <addaction name="actionGoGoToLinkedPacket"/>
258     <addaction name="separator"/>
259     <addaction name="actionGoNextPacket"/>
260     <addaction name="actionGoPreviousPacket"/>
261     <addaction name="actionGoFirstPacket"/>
262     <addaction name="actionGoLastPacket"/>
263     <addaction name="actionGoNextConversationPacket"/>
264     <addaction name="actionGoPreviousConversationPacket"/>
265     <addaction name="actionGoNextHistoryPacket"/>
266     <addaction name="actionGoPreviousHistoryPacket"/>
267     <addaction name="separator"/>
268     <addaction name="actionGoAutoScroll"/>
269    </widget>
270    <widget class="QMenu" name="menuView">
271     <property name="title">
272      <string>&amp;View</string>
273     </property>
274     <widget class="QMenu" name="menuInterfaceToolbars">
275      <property name="title">
276       <string>Interface Toolbars</string>
277      </property>
278     </widget>
279     <widget class="QMenu" name="menuZoom">
280      <property name="title">
281       <string>&amp;Zoom</string>
282      </property>
283      <addaction name="actionViewZoomIn"/>
284      <addaction name="actionViewZoomOut"/>
285      <addaction name="actionViewNormalSize"/>
286     </widget>
287     <widget class="QMenu" name="menuTime_Display_Format">
288      <property name="title">
289       <string>&amp;Time Display Format</string>
290      </property>
291      <addaction name="actionViewTimeDisplayFormatDateYMDandTimeOfDay"/>
292      <addaction name="actionViewTimeDisplayFormatDateYDOYandTimeOfDay"/>
293      <addaction name="actionViewTimeDisplayFormatTimeOfDay"/>
294      <addaction name="actionViewTimeDisplayFormatSecondsSinceEpoch"/>
295      <addaction name="actionViewTimeDisplayFormatSecondsSinceBeginningOfCapture"/>
296      <addaction name="actionViewTimeDisplayFormatSecondsSincePreviousCapturedPacket"/>
297      <addaction name="actionViewTimeDisplayFormatSecondsSincePreviousDisplayedPacket"/>
298      <addaction name="actionViewTimeDisplayFormatUTCDateYMDandTimeOfDay"/>
299      <addaction name="actionViewTimeDisplayFormatUTCDateYDOYandTimeOfDay"/>
300      <addaction name="actionViewTimeDisplayFormatUTCTimeOfDay"/>
301      <addaction name="separator"/>
302      <addaction name="actionViewTimeDisplayFormatPrecisionAutomatic"/>
303      <addaction name="actionViewTimeDisplayFormatPrecisionSeconds"/>
304      <addaction name="actionViewTimeDisplayFormatPrecisionDeciseconds"/>
305      <addaction name="actionViewTimeDisplayFormatPrecisionCentiseconds"/>
306      <addaction name="actionViewTimeDisplayFormatPrecisionMilliseconds"/>
307      <addaction name="actionViewTimeDisplayFormatPrecisionMicroseconds"/>
308      <addaction name="actionViewTimeDisplayFormatPrecisionNanoseconds"/>
309      <addaction name="separator"/>
310      <addaction name="actionViewTimeDisplaySecondsWithHoursAndMinutes"/>
311     </widget>
312     <widget class="QMenu" name="menuName_Resolution">
313      <property name="title">
314       <string>Name Resolution</string>
315      </property>
316      <addaction name="actionViewEditResolvedName"/>
317      <addaction name="separator"/>
318      <addaction name="actionViewNameResolutionPhysical"/>
319      <addaction name="actionViewNameResolutionNetwork"/>
320      <addaction name="actionViewNameResolutionTransport"/>
321     </widget>
322     <widget class="QMenu" name="menuColorizeConversation">
323      <property name="title">
324       <string>Colorize Conversation</string>
325      </property>
326      <addaction name="actionViewColorizeConversation1"/>
327      <addaction name="actionViewColorizeConversation2"/>
328      <addaction name="actionViewColorizeConversation3"/>
329      <addaction name="actionViewColorizeConversation4"/>
330      <addaction name="actionViewColorizeConversation5"/>
331      <addaction name="actionViewColorizeConversation6"/>
332      <addaction name="actionViewColorizeConversation7"/>
333      <addaction name="actionViewColorizeConversation8"/>
334      <addaction name="actionViewColorizeConversation9"/>
335      <addaction name="actionViewColorizeConversation10"/>
336      <addaction name="separator"/>
337      <addaction name="actionViewColorizeResetColorization"/>
338      <addaction name="actionViewColorizeNewColoringRule"/>
339     </widget>
340     <widget class="QMenu" name="menuInternals">
341      <property name="title">
342       <string>Internals</string>
343      </property>
344      <addaction name="actionViewInternalsConversationHashTables"/>
345      <addaction name="actionViewInternalsDissectorTables"/>
346      <addaction name="actionViewInternalsSupportedProtocols"/>
347     </widget>
348     <widget class="QMenu" name="menuAdditionalToolbars">
349      <property name="title">
350       <string>Additional Toolbars</string>
351      </property>
352     </widget>
353     <addaction name="actionViewMainToolbar"/>
354     <addaction name="actionViewFilterToolbar"/>
355     <addaction name="actionViewWirelessToolbar"/>
356     <addaction name="menuInterfaceToolbars"/>
357     <addaction name="menuAdditionalToolbars"/>
358     <addaction name="actionViewStatusBar"/>
359     <addaction name="separator"/>
360     <addaction name="actionViewFullScreen"/>
361     <addaction name="separator"/>
362     <addaction name="actionViewPacketList"/>
363     <addaction name="actionViewPacketDetails"/>
364     <addaction name="actionViewPacketBytes"/>
365     <addaction name="separator"/>
366     <addaction name="menuTime_Display_Format"/>
367     <addaction name="menuName_Resolution"/>
368     <addaction name="separator"/>
369     <addaction name="menuZoom"/>
370     <addaction name="separator"/>
371     <addaction name="actionViewExpandSubtrees"/>
372     <addaction name="actionViewCollapseSubtrees"/>
373     <addaction name="actionViewExpandAll"/>
374     <addaction name="actionViewCollapseAll"/>
375     <addaction name="separator"/>
376     <addaction name="actionViewColorizePacketList"/>
377     <addaction name="actionViewColoringRules"/>
378     <addaction name="menuColorizeConversation"/>
379     <addaction name="separator"/>
380     <addaction name="actionViewResetLayout"/>
381     <addaction name="actionViewResizeColumns"/>
382     <addaction name="separator"/>
383     <addaction name="menuInternals"/>
384     <addaction name="separator"/>
385     <addaction name="actionViewShowPacketInNewWindow"/>
386     <addaction name="actionViewReload_as_File_Format_or_Capture"/>
387     <addaction name="actionViewReload"/>
388    </widget>
389    <widget class="QMenu" name="menuAnalyze">
390     <property name="title">
391      <string>&amp;Analyze</string>
392     </property>
393     <widget class="QMenu" name="menuApplyAsFilter">
394      <property name="title">
395       <string>Apply as Filter</string>
396      </property>
397      <addaction name="actionAnalyzeAAFSelected"/>
398      <addaction name="actionAnalyzeAAFNotSelected"/>
399      <addaction name="actionAnalyzeAAFAndSelected"/>
400      <addaction name="actionAnalyzeAAFOrSelected"/>
401      <addaction name="actionAnalyzeAAFAndNotSelected"/>
402      <addaction name="actionAnalyzeAAFOrNotSelected"/>
403     </widget>
404     <widget class="QMenu" name="menuPrepareAFilter">
405      <property name="title">
406       <string>Prepare a Filter</string>
407      </property>
408      <addaction name="actionAnalyzePAFSelected"/>
409      <addaction name="actionAnalyzePAFNotSelected"/>
410      <addaction name="actionAnalyzePAFAndSelected"/>
411      <addaction name="actionAnalyzePAFOrSelected"/>
412      <addaction name="actionAnalyzePAFAndNotSelected"/>
413      <addaction name="actionAnalyzePAFOrNotSelected"/>
414     </widget>
415     <widget class="QMenu" name="menuSCTP">
416      <property name="title">
417       <string>SCTP</string>
418      </property>
419      <addaction name="actionSCTPAnalyseThisAssociation"/>
420      <addaction name="actionSCTPShowAllAssociations"/>
421     </widget>
422     <widget class="QMenu" name="menuFollow">
423      <property name="title">
424       <string>Follow</string>
425      </property>
426      <addaction name="actionAnalyzeFollowTCPStream"/>
427      <addaction name="actionAnalyzeFollowUDPStream"/>
428      <addaction name="actionAnalyzeFollowTLSStream"/>
429      <addaction name="actionAnalyzeFollowHTTPStream"/>
430     </widget>
431     <widget class="QMenu" name="menuConversationFilter">
432      <property name="title">
433       <string>Conversation Filter</string>
434      </property>
435     </widget>
436     <addaction name="actionAnalyzeDisplayFilters"/>
437     <addaction name="actionAnalyzeDisplayFilterMacros"/>
438     <addaction name="separator"/>
439     <addaction name="actionAnalyzeCreateAColumn"/>
440     <addaction name="menuApplyAsFilter"/>
441     <addaction name="menuPrepareAFilter"/>
442     <addaction name="menuConversationFilter"/>
443     <addaction name="separator"/>
444     <addaction name="actionAnalyzeEnabledProtocols"/>
445     <addaction name="actionAnalyzeDecodeAs"/>
446     <addaction name="actionAnalyzeReloadLuaPlugins"/>
447     <addaction name="separator"/>
448     <addaction name="menuSCTP"/>
449     <addaction name="menuFollow"/>
450     <addaction name="separator"/>
451     <addaction name="actionAnalyzeShowPacketBytes"/>
452     <addaction name="actionAnalyzeExpertInfo"/>
453    </widget>
454    <widget class="QMenu" name="menuStatistics">
455     <property name="enabled">
456      <bool>true</bool>
457     </property>
458     <property name="title">
459      <string>&amp;Statistics</string>
460     </property>
461     <widget class="QMenu" name="menuTcpStreamGraphs">
462      <property name="title">
463       <string>TCP Stream Graphs</string>
464      </property>
465      <addaction name="actionStatisticsTcpStreamStevens"/>
466      <addaction name="actionStatisticsTcpStreamTcptrace"/>
467      <addaction name="actionStatisticsTcpStreamThroughput"/>
468      <addaction name="actionStatisticsTcpStreamRoundTripTime"/>
469      <addaction name="actionStatisticsTcpStreamWindowScaling"/>
470     </widget>
471     <widget class="QMenu" name="menuBACnet">
472      <property name="title">
473       <string>BACnet</string>
474      </property>
475      <addaction name="actionStatisticsBACappInstanceId"/>
476      <addaction name="actionStatisticsBACappIP"/>
477      <addaction name="actionStatisticsBACappObjectId"/>
478      <addaction name="actionStatisticsBACappService"/>
479     </widget>
480     <widget class="QMenu" name="menuHTTP">
481      <property name="title">
482       <string>HTTP</string>
483      </property>
484      <addaction name="actionStatisticsHTTPPacketCounter"/>
485      <addaction name="actionStatisticsHTTPRequests"/>
486      <addaction name="actionStatisticsHTTPLoadDistribution"/>
487      <addaction name="actionStatisticsHTTPRequestSequences"/>
488     </widget>
489     <widget class="QMenu" name="menu29West">
490      <property name="title">
491       <string>29West</string>
492      </property>
493      <widget class="QMenu" name="menu29WestTopics">
494       <property name="title">
495        <string>Topics</string>
496       </property>
497       <addaction name="actionStatistics29WestTopics_Advertisements_by_Topic"/>
498       <addaction name="actionStatistics29WestTopics_Advertisements_by_Source"/>
499       <addaction name="actionStatistics29WestTopics_Advertisements_by_Transport"/>
500       <addaction name="actionStatistics29WestTopics_Queries_by_Topic"/>
501       <addaction name="actionStatistics29WestTopics_Queries_by_Receiver"/>
502       <addaction name="actionStatistics29WestTopics_Wildcard_Queries_by_Pattern"/>
503       <addaction name="actionStatistics29WestTopics_Wildcard_Queries_by_Receiver"/>
504      </widget>
505      <widget class="QMenu" name="menu29WestQueues">
506       <property name="title">
507        <string>Queues</string>
508       </property>
509       <addaction name="actionStatistics29WestQueues_Advertisements_by_Queue"/>
510       <addaction name="actionStatistics29WestQueues_Advertisements_by_Source"/>
511       <addaction name="actionStatistics29WestQueues_Queries_by_Queue"/>
512       <addaction name="actionStatistics29WestQueues_Queries_by_Receiver"/>
513      </widget>
514      <widget class="QMenu" name="menu29WestUIM">
515       <property name="title">
516        <string>UIM</string>
517       </property>
518       <addaction name="actionStatistics29WestUIM_Streams"/>
519      </widget>
520      <addaction name="menu29WestTopics"/>
521      <addaction name="menu29WestQueues"/>
522      <addaction name="menu29WestUIM"/>
523      <addaction name="actionStatistics29WestLBTRM"/>
524      <addaction name="actionStatistics29WestLBTRU"/>
525     </widget>
526     <widget class="QMenu" name="menuServiceResponseTime">
527      <property name="title">
528       <string>Service Response Time</string>
529      </property>
530     </widget>
531     <addaction name="actionStatisticsCaptureFileProperties"/>
532     <addaction name="actionStatisticsResolvedAddresses"/>
533     <addaction name="actionStatisticsProtocolHierarchy"/>
534     <addaction name="actionStatisticsConversations"/>
535     <addaction name="actionStatisticsEndpoints"/>
536     <addaction name="actionStatisticsPacketLengths"/>
537     <addaction name="actionStatisticsIOGraph"/>
538     <addaction name="menuServiceResponseTime"/>
539     <addaction name="separator"/>
540     <addaction name="actionStatistics_REGISTER_STAT_GROUP_UNSORTED"/>
541     <addaction name="menu29West"/>
542     <addaction name="actionStatisticsANCP"/>
543     <addaction name="menuBACnet"/>
544     <addaction name="actionStatisticsCollectd"/>
545     <addaction name="actionStatisticsDNS"/>
546     <addaction name="actionStatisticsFlowGraph"/>
547     <addaction name="actionStatisticsHART_IP"/>
548     <addaction name="actionStatisticsHpfeeds"/>
549     <addaction name="menuHTTP"/>
550     <addaction name="actionStatisticsHTTP2"/>
551     <addaction name="actionStatisticsSametime"/>
552     <addaction name="menuTcpStreamGraphs"/>
553     <addaction name="actionStatisticsUdpMulticastStreams"/>
554    </widget>
555    <widget class="QMenu" name="menuTelephony">
556     <property name="title">
557      <string>Telephon&amp;y</string>
558     </property>
559     <widget class="QMenu" name="menuRTSP">
560      <property name="title">
561       <string>RTSP</string>
562      </property>
563      <addaction name="actionTelephonyRTSPPacketCounter"/>
564     </widget>
565     <widget class="QMenu" name="menuRTP">
566      <property name="title">
567       <string>RTP</string>
568      </property>
569      <addaction name="actionTelephonyRTPStreams"/>
570      <addaction name="actionTelephonyRTPStreamAnalysis"/>
571     </widget>
572     <widget class="QMenu" name="menuTelephonySCTP">
573      <property name="title">
574       <string>SCTP</string>
575      </property>
576      <addaction name="actionSCTPAnalyseThisAssociation"/>
577      <addaction name="actionSCTPShowAllAssociations"/>
578     </widget>
579     <widget class="QMenu" name="menuANSI">
580      <property name="title">
581       <string>ANSI</string>
582      </property>
583      <addaction name="actionTelephonyANSIPlaceholder"/>
584     </widget>
585     <widget class="QMenu" name="menuGSM">
586      <property name="title">
587       <string>GSM</string>
588      </property>
589      <addaction name="actionTelephonyGSMPlaceholder"/>
590     </widget>
591     <widget class="QMenu" name="menuLTE">
592      <property name="title">
593       <string>LTE</string>
594      </property>
595      <addaction name="actionTelephonyLTEPlaceholder"/>
596     </widget>
597     <widget class="QMenu" name="menuMTP3">
598      <property name="title">
599       <string>MTP3</string>
600      </property>
601      <addaction name="actionTelephonyMTP3Placeholder"/>
602     </widget>
603     <widget class="QMenu" name="menuOsmux">
604      <property name="title">
605       <string>Osmux</string>
606      </property>
607      <addaction name="actionTelephonyOsmuxPacketCounter"/>
608     </widget>
609     <addaction name="actionTelephonyVoipCalls"/>
610     <addaction name="menuANSI"/>
611     <addaction name="menuGSM"/>
612     <addaction name="actionTelephonyIax2StreamAnalysis"/>
613     <addaction name="actionTelephonyISUPMessages"/>
614     <addaction name="menuLTE"/>
615     <addaction name="menuMTP3"/>
616     <addaction name="menuOsmux"/>
617     <addaction name="menuRTP"/>
618     <addaction name="menuRTSP"/>
619     <addaction name="menuTelephonySCTP"/>
620     <addaction name="actionTelephonySMPPOperations"/>
621     <addaction name="actionTelephonyUCPMessages"/>
622    </widget>
623    <widget class="QMenu" name="menuEdit">
624     <property name="title">
625      <string>&amp;Edit</string>
626     </property>
627     <widget class="QMenu" name="menuEditCopy">
628      <property name="title">
629       <string>Copy</string>
630      </property>
631      <addaction name="actionCopyAllVisibleItems"/>
632      <addaction name="actionCopyAllVisibleSelectedTreeItems"/>
633      <addaction name="actionEditCopyDescription"/>
634      <addaction name="actionEditCopyFieldName"/>
635      <addaction name="actionEditCopyValue"/>
636      <addaction name="separator"/>
637      <addaction name="actionEditCopyAsFilter"/>
638     </widget>
639     <addaction name="menuEditCopy"/>
640     <addaction name="actionEditFindPacket"/>
641     <addaction name="actionEditFindNext"/>
642     <addaction name="actionEditFindPrevious"/>
643     <addaction name="separator"/>
644     <addaction name="actionEditMarkPacket"/>
645     <addaction name="actionEditMarkAllDisplayed"/>
646     <addaction name="actionEditUnmarkAllDisplayed"/>
647     <addaction name="actionEditNextMark"/>
648     <addaction name="actionEditPreviousMark"/>
649     <addaction name="separator"/>
650     <addaction name="actionEditIgnorePacket"/>
651     <addaction name="actionEditIgnoreAllDisplayed"/>
652     <addaction name="actionEditUnignoreAllDisplayed"/>
653     <addaction name="separator"/>
654     <addaction name="actionEditSetTimeReference"/>
655     <addaction name="actionEditUnsetAllTimeReferences"/>
656     <addaction name="actionEditNextTimeReference"/>
657     <addaction name="actionEditPreviousTimeReference"/>
658     <addaction name="separator"/>
659     <addaction name="actionEditTimeShift"/>
660     <addaction name="separator"/>
661     <addaction name="actionEditPacketComment"/>
662     <addaction name="actionDeleteAllPacketComments"/>
663     <addaction name="separator"/>
664     <addaction name="actionEditConfigurationProfiles"/>
665     <addaction name="actionEditPreferences"/>
666    </widget>
667    <widget class="QMenu" name="menuWireless">
668     <property name="title">
669      <string>&amp;Wireless</string>
670     </property>
671     <addaction name="actionBluetoothATT_Server_Attributes"/>
672     <addaction name="actionBluetoothDevices"/>
673     <addaction name="actionBluetoothHCI_Summary"/>
674     <addaction name="separator"/>
675     <addaction name="actionWirelessWlanStatistics"/>
676    </widget>
677    <widget class="QMenu" name="menuTools">
678     <property name="title">
679      <string>&amp;Tools</string>
680     </property>
681     <addaction name="actionToolsFirewallAclRules"/>
682    </widget>
683    <addaction name="menuFile"/>
684    <addaction name="menuEdit"/>
685    <addaction name="menuView"/>
686    <addaction name="menuGo"/>
687    <addaction name="menuCapture"/>
688    <addaction name="menuAnalyze"/>
689    <addaction name="menuStatistics"/>
690    <addaction name="menuTelephony"/>
691    <addaction name="menuWireless"/>
692    <addaction name="menuTools"/>
693    <addaction name="menuHelp"/>
694   </widget>
695   <widget class="QToolBar" name="mainToolBar">
696    <property name="sizePolicy">
697     <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
698      <horstretch>0</horstretch>
699      <verstretch>0</verstretch>
700     </sizepolicy>
701    </property>
702    <property name="windowTitle">
703     <string>Main Toolbar</string>
704    </property>
705    <property name="movable">
706     <bool>false</bool>
707    </property>
708    <property name="iconSize">
709     <size>
710      <width>32</width>
711      <height>32</height>
712     </size>
713    </property>
714    <property name="toolButtonStyle">
715     <enum>Qt::ToolButtonIconOnly</enum>
716    </property>
717    <attribute name="toolBarArea">
718     <enum>TopToolBarArea</enum>
719    </attribute>
720    <attribute name="toolBarBreak">
721     <bool>false</bool>
722    </attribute>
723    <addaction name="actionCaptureStart"/>
724    <addaction name="actionCaptureStop"/>
725    <addaction name="actionCaptureRestart"/>
726    <addaction name="actionCaptureOptions"/>
727    <addaction name="separator"/>
728    <addaction name="actionFileOpen"/>
729    <addaction name="actionFileSave"/>
730    <addaction name="actionFileClose"/>
731    <addaction name="actionViewReload"/>
732    <addaction name="separator"/>
733    <addaction name="actionEditFindPacket"/>
734    <addaction name="actionGoPreviousPacket"/>
735    <addaction name="actionGoNextPacket"/>
736    <addaction name="actionGoGoToPacket"/>
737    <addaction name="actionGoFirstPacket"/>
738    <addaction name="actionGoLastPacket"/>
739    <addaction name="actionGoAutoScroll"/>
740    <addaction name="separator"/>
741    <addaction name="actionViewColorizePacketList"/>
742    <addaction name="separator"/>
743    <addaction name="actionViewZoomIn"/>
744    <addaction name="actionViewZoomOut"/>
745    <addaction name="actionViewNormalSize"/>
746    <addaction name="actionViewResizeColumns"/>
747   </widget>
748   <widget class="MainStatusBar" name="statusBar"/>
749   <widget class="QToolBar" name="displayFilterToolBar">
750    <property name="windowTitle">
751     <string>Display Filter Toolbar</string>
752    </property>
753    <property name="movable">
754     <bool>false</bool>
755    </property>
756    <property name="iconSize">
757     <size>
758      <width>14</width>
759      <height>14</height>
760     </size>
761    </property>
762    <attribute name="toolBarArea">
763     <enum>TopToolBarArea</enum>
764    </attribute>
765    <attribute name="toolBarBreak">
766     <bool>true</bool>
767    </attribute>
768    <addaction name="actionDisplayFilterExpression"/>
769    <addaction name="separator"/>
770    <addaction name="actionNewDisplayFilterExpression"/>
771   </widget>
772   <widget class="QToolBar" name="wirelessToolBar">
773    <property name="windowTitle">
774     <string>Wireless Toolbar</string>
775    </property>
776    <property name="movable">
777     <bool>false</bool>
778    </property>
779    <attribute name="toolBarArea">
780     <enum>TopToolBarArea</enum>
781    </attribute>
782    <attribute name="toolBarBreak">
783     <bool>true</bool>
784    </attribute>
785   </widget>
786   <action name="actionFileOpen">
787    <property name="text">
788     <string>Open</string>
789    </property>
790    <property name="toolTip">
791     <string>Open a capture file</string>
792    </property>
793    <property name="shortcut">
794     <string notr="true">Ctrl+O</string>
795    </property>
796    <property name="iconVisibleInMenu">
797     <bool>false</bool>
798    </property>
799   </action>
800   <action name="actionFileQuit">
801    <property name="text">
802     <string>Quit</string>
803    </property>
804    <property name="toolTip">
805     <string>Quit Wireshark</string>
806    </property>
807    <property name="shortcut">
808     <string notr="true">Ctrl+Q</string>
809    </property>
810    <property name="menuRole">
811     <enum>QAction::QuitRole</enum>
812    </property>
813   </action>
814   <action name="actionCaptureStart">
815    <property name="checkable">
816     <bool>true</bool>
817    </property>
818    <property name="text">
819     <string>&amp;Start</string>
820    </property>
821    <property name="toolTip">
822     <string>Start capturing packets</string>
823    </property>
824    <property name="shortcut">
825     <string notr="true">Ctrl+E</string>
826    </property>
827   </action>
828   <action name="actionCaptureStop">
829    <property name="text">
830     <string>S&amp;top</string>
831    </property>
832    <property name="toolTip">
833     <string>Stop capturing packets</string>
834    </property>
835    <property name="shortcut">
836     <string notr="true">Ctrl+E</string>
837    </property>
838   </action>
839   <action name="actionFileClose">
840    <property name="text">
841     <string>Close</string>
842    </property>
843    <property name="toolTip">
844     <string>Close this capture file</string>
845    </property>
846    <property name="shortcut">
847     <string notr="true">Ctrl+W</string>
848    </property>
849    <property name="iconVisibleInMenu">
850     <bool>false</bool>
851    </property>
852   </action>
853   <action name="actionDummyNoFilesFound">
854    <property name="enabled">
855     <bool>false</bool>
856    </property>
857    <property name="text">
858     <string>No files found</string>
859    </property>
860   </action>
861   <action name="actionHelpContents">
862    <property name="text">
863     <string>&amp;Contents</string>
864    </property>
865    <property name="toolTip">
866     <string>Help contents</string>
867    </property>
868    <property name="shortcut">
869     <string notr="true">F1</string>
870    </property>
871    <property name="iconVisibleInMenu">
872     <bool>true</bool>
873    </property>
874   </action>
875   <action name="actionHelpMPWireshark">
876    <property name="text">
877     <string>Wireshark</string>
878    </property>
879   </action>
880   <action name="actionHelpMPWireshark_Filter">
881    <property name="text">
882     <string>Wireshark Filter</string>
883    </property>
884   </action>
885   <action name="actionHelpMPTShark">
886    <property name="text">
887     <string>TShark</string>
888    </property>
889   </action>
890   <action name="actionHelpMPRawShark">
891    <property name="text">
892     <string>RawShark</string>
893    </property>
894   </action>
895   <action name="actionHelpMPDumpcap">
896    <property name="text">
897     <string>Dumpcap</string>
898    </property>
899   </action>
900   <action name="actionHelpMPMergecap">
901    <property name="text">
902     <string>Mergecap</string>
903    </property>
904   </action>
905   <action name="actionHelpMPEditcap">
906    <property name="text">
907     <string>Editcap</string>
908    </property>
909   </action>
910   <action name="actionHelpMPText2cap">
911    <property name="text">
912     <string>Text2cap</string>
913    </property>
914   </action>
915   <action name="actionHelpWebsite">
916    <property name="icon">
917     <iconset resource="../../image/stock_icons.qrc">
918      <normaloff>:/menu/help/wsicon16.png</normaloff>:/menu/help/wsicon16.png</iconset>
919    </property>
920    <property name="text">
921     <string>Website</string>
922    </property>
923   </action>
924   <action name="actionHelpFAQ">
925    <property name="text">
926     <string>FAQ's</string>
927    </property>
928   </action>
929   <action name="actionHelpDownloads">
930    <property name="text">
931     <string>Downloads</string>
932    </property>
933   </action>
934   <action name="actionHelpWiki">
935    <property name="icon">
936     <iconset resource="../../image/stock_icons.qrc">
937      <normaloff>:/menu/help/wsicon16.png</normaloff>:/menu/help/wsicon16.png</iconset>
938    </property>
939    <property name="text">
940     <string>Wiki</string>
941    </property>
942    <property name="iconVisibleInMenu">
943     <bool>true</bool>
944    </property>
945   </action>
946   <action name="actionHelpSampleCaptures">
947    <property name="text">
948     <string>Sample Captures</string>
949    </property>
950   </action>
951   <action name="actionHelpAbout">
952    <property name="text">
953     <string>&amp;About Wireshark</string>
954    </property>
955    <property name="menuRole">
956     <enum>QAction::AboutRole</enum>
957    </property>
958   </action>
959   <action name="actionHelpAsk">
960    <property name="icon">
961     <iconset resource="../../image/stock_icons.qrc">
962      <normaloff>:/menu/help/wsicon-ask.png</normaloff>:/menu/help/wsicon-ask.png</iconset>
963    </property>
964    <property name="text">
965     <string>Ask (Q&amp;&amp;A)</string>
966    </property>
967    <property name="iconVisibleInMenu">
968     <bool>true</bool>
969    </property>
970   </action>
971   <action name="actionGoNextPacket">
972    <property name="text">
973     <string>Next Packet</string>
974    </property>
975    <property name="toolTip">
976     <string>Go to the next packet</string>
977    </property>
978    <property name="shortcut">
979     <string notr="true">Ctrl+Down</string>
980    </property>
981   </action>
982   <action name="actionGoPreviousPacket">
983    <property name="text">
984     <string>Previous Packet</string>
985    </property>
986    <property name="toolTip">
987     <string>Go to the previous packet</string>
988    </property>
989    <property name="shortcut">
990     <string notr="true">Ctrl+Up</string>
991    </property>
992   </action>
993   <action name="actionGoNextConversationPacket">
994    <property name="text">
995     <string>Next Packet in Conversation</string>
996    </property>
997    <property name="toolTip">
998     <string>Go to the next packet in this conversation</string>
999    </property>
1000    <property name="shortcut">
1001     <string notr="true">Ctrl+.</string>
1002    </property>
1003   </action>
1004   <action name="actionGoPreviousConversationPacket">
1005    <property name="text">
1006     <string>Previous Packet in Conversation</string>
1007    </property>
1008    <property name="toolTip">
1009     <string>Go to the previous packet in this conversation</string>
1010    </property>
1011    <property name="shortcut">
1012     <string notr="true">Ctrl+,</string>
1013    </property>
1014   </action>
1015   <action name="actionGoNextHistoryPacket">
1016    <property name="text">
1017     <string>Next Packet In History</string>
1018    </property>
1019    <property name="toolTip">
1020     <string>Go to the next packet in your selection history</string>
1021    </property>
1022    <property name="shortcut">
1023     <string notr="true">Alt+Right</string>
1024    </property>
1025   </action>
1026   <action name="actionGoPreviousHistoryPacket">
1027    <property name="text">
1028     <string>Previous Packet In History</string>
1029    </property>
1030    <property name="toolTip">
1031     <string>Go to the previous packet in your selection history</string>
1032    </property>
1033    <property name="shortcut">
1034     <string notr="true">Alt+Left</string>
1035    </property>
1036   </action>
1037   <action name="actionGoFirstPacket">
1038    <property name="text">
1039     <string>First Packet</string>
1040    </property>
1041    <property name="toolTip">
1042     <string>Go to the first packet</string>
1043    </property>
1044    <property name="shortcut">
1045     <string notr="true">Ctrl+Home</string>
1046    </property>
1047   </action>
1048   <action name="actionGoLastPacket">
1049    <property name="text">
1050     <string>Last Packet</string>
1051    </property>
1052    <property name="toolTip">
1053     <string>Go to the last packet</string>
1054    </property>
1055    <property name="shortcut">
1056     <string notr="true">Ctrl+End</string>
1057    </property>
1058   </action>
1059   <action name="actionViewExpandSubtrees">
1060    <property name="enabled">
1061     <bool>false</bool>
1062    </property>
1063    <property name="text">
1064     <string>E&amp;xpand Subtrees</string>
1065    </property>
1066    <property name="toolTip">
1067     <string>Expand the current packet detail</string>
1068    </property>
1069    <property name="shortcut">
1070     <string notr="true">Shift+Right</string>
1071    </property>
1072   </action>
1073   <action name="actionViewCollapseSubtrees">
1074    <property name="enabled">
1075     <bool>false</bool>
1076    </property>
1077    <property name="text">
1078     <string>Collapse Subtrees</string>
1079    </property>
1080    <property name="toolTip">
1081     <string>Collapse the current packet detail</string>
1082    </property>
1083    <property name="shortcut">
1084     <string notr="true">Shift+Left</string>
1085    </property>
1086   </action>
1087   <action name="actionViewExpandAll">
1088    <property name="text">
1089     <string>&amp;Expand All</string>
1090    </property>
1091    <property name="toolTip">
1092     <string>Expand packet details</string>
1093    </property>
1094    <property name="shortcut">
1095     <string notr="true">Ctrl+Right</string>
1096    </property>
1097   </action>
1098   <action name="actionViewCollapseAll">
1099    <property name="text">
1100     <string>Collapse &amp;All</string>
1101    </property>
1102    <property name="toolTip">
1103     <string>Collapse all packet details</string>
1104    </property>
1105    <property name="shortcut">
1106     <string notr="true">Ctrl+Left</string>
1107    </property>
1108   </action>
1109   <action name="actionGoGoToPacket">
1110    <property name="checkable">
1111     <bool>true</bool>
1112    </property>
1113    <property name="text">
1114     <string>Go to Packet…</string>
1115    </property>
1116    <property name="toolTip">
1117     <string>Go to specified packet</string>
1118    </property>
1119    <property name="shortcut">
1120     <string notr="true">Ctrl+G</string>
1121    </property>
1122   </action>
1123   <action name="actionFileMerge">
1124    <property name="text">
1125     <string>&amp;Merge…</string>
1126    </property>
1127    <property name="toolTip">
1128     <string>Merge one or more files</string>
1129    </property>
1130   </action>
1131   <action name="actionFileImportFromHexDump">
1132    <property name="text">
1133     <string>&amp;Import from Hex Dump…</string>
1134    </property>
1135    <property name="toolTip">
1136     <string>Import a file</string>
1137    </property>
1138   </action>
1139   <action name="actionFileSave">
1140    <property name="text">
1141     <string>&amp;Save</string>
1142    </property>
1143    <property name="toolTip">
1144     <string>Save this capture file</string>
1145    </property>
1146    <property name="shortcut">
1147     <string notr="true">Ctrl+S</string>
1148    </property>
1149    <property name="iconVisibleInMenu">
1150     <bool>false</bool>
1151    </property>
1152   </action>
1153   <action name="actionFileSaveAs">
1154    <property name="text">
1155     <string>Save &amp;As…</string>
1156    </property>
1157    <property name="toolTip">
1158     <string>Save as a different file</string>
1159    </property>
1160    <property name="shortcut">
1161     <string notr="true">Ctrl+Shift+S</string>
1162    </property>
1163   </action>
1164   <action name="actionFileExportPackets">
1165    <property name="text">
1166     <string>Export Specified Packets…</string>
1167    </property>
1168    <property name="toolTip">
1169     <string>Export specified packets</string>
1170    </property>
1171   </action>
1172   <action name="actionFileExportPacketBytes">
1173    <property name="text">
1174     <string>Export Packet &amp;Bytes…</string>
1175    </property>
1176    <property name="shortcut">
1177     <string notr="true">Ctrl+Shift+X</string>
1178    </property>
1179   </action>
1180   <action name="actionFileExportTLSSessionKeys">
1181    <property name="text">
1182     <string>Export TLS Session Keys…</string>
1183    </property>
1184   </action>
1185   <action name="actionFilePrint">
1186    <property name="text">
1187     <string>&amp;Print…</string>
1188    </property>
1189    <property name="shortcut">
1190     <string notr="true">Ctrl+P</string>
1191    </property>
1192   </action>
1193   <action name="actionFileSetListFiles">
1194    <property name="text">
1195     <string>List Files</string>
1196    </property>
1197   </action>
1198   <action name="actionFileSetNextFile">
1199    <property name="text">
1200     <string>Next File</string>
1201    </property>
1202   </action>
1203   <action name="actionFileSetPreviousFile">
1204    <property name="text">
1205     <string>Previous File</string>
1206    </property>
1207   </action>
1208   <action name="actionViewReload">
1209    <property name="text">
1210     <string>&amp;Reload</string>
1211    </property>
1212    <property name="toolTip">
1213     <string>Reload this file</string>
1214    </property>
1215    <property name="shortcut">
1216     <string notr="true">Ctrl+R</string>
1217    </property>
1218    <property name="iconVisibleInMenu">
1219     <bool>true</bool>
1220    </property>
1221   </action>
1222   <action name="actionViewReload_as_File_Format_or_Capture">
1223    <property name="text">
1224     <string>Reload as File Format/Capture</string>
1225    </property>
1226    <property name="shortcut">
1227     <string notr="true">Ctrl+Shift+F</string>
1228    </property>
1229   </action>
1230   <action name="actionCaptureOptions">
1231    <property name="text">
1232     <string>&amp;Options…</string>
1233    </property>
1234    <property name="iconText">
1235     <string>Options</string>
1236    </property>
1237    <property name="toolTip">
1238     <string>Capture options</string>
1239    </property>
1240    <property name="shortcut">
1241     <string notr="true">Ctrl+K</string>
1242    </property>
1243    <property name="menuRole">
1244     <enum>QAction::NoRole</enum>
1245    </property>
1246   </action>
1247   <action name="actionCaptureCaptureFilters">
1248    <property name="text">
1249     <string>Capture &amp;Filters…</string>
1250    </property>
1251    <property name="toolTip">
1252     <string>Capture filters</string>
1253    </property>
1254   </action>
1255   <action name="actionCaptureRefreshInterfaces">
1256    <property name="text">
1257     <string>Refresh Interfaces</string>
1258    </property>
1259    <property name="toolTip">
1260     <string>Refresh interfaces</string>
1261    </property>
1262    <property name="shortcut">
1263     <string notr="true">F5</string>
1264    </property>
1265   </action>
1266   <action name="actionCaptureRestart">
1267    <property name="text">
1268     <string>&amp;Restart</string>
1269    </property>
1270    <property name="toolTip">
1271     <string>Restart current capture</string>
1272    </property>
1273    <property name="shortcut">
1274     <string notr="true">Ctrl+R</string>
1275    </property>
1276   </action>
1277   <action name="actionFileExportAsPlainText">
1278    <property name="text">
1279     <string>As Plain &amp;Text…</string>
1280    </property>
1281   </action>
1282   <action name="actionFileExportAsCSV">
1283    <property name="text">
1284     <string>As CSV…</string>
1285    </property>
1286   </action>
1287   <action name="actionFileExportAsCArrays">
1288    <property name="text">
1289     <string>As &quot;C&quot; Arrays…</string>
1290    </property>
1291   </action>
1292   <action name="actionFileExportAsPSML">
1293    <property name="text">
1294     <string>As PSML XML…</string>
1295    </property>
1296   </action>
1297   <action name="actionFileExportAsPDML">
1298    <property name="text">
1299     <string>As PDML XML…</string>
1300    </property>
1301   </action>
1302   <action name="actionFileExportAsJSON">
1303    <property name="text">
1304     <string>As JSON…</string>
1305    </property>
1306   </action>
1307   <action name="actionEditCopyDescription">
1308    <property name="text">
1309     <string>Description</string>
1310    </property>
1311    <property name="toolTip">
1312     <string>Copy this item's description</string>
1313    </property>
1314    <property name="shortcut">
1315     <string notr="true">Ctrl+Alt+Shift+D</string>
1316    </property>
1317   </action>
1318   <action name="actionCopyAllVisibleItems">
1319    <property name="text">
1320     <string>All Visible Items</string>
1321    </property>
1322    <property name="shortcut">
1323     <string notr="true">Ctrl+Alt+Shift+A</string>
1324    </property>
1325   </action>
1326   <action name="actionCopyAllVisibleSelectedTreeItems">
1327    <property name="text">
1328     <string>All Visible Selected Tree Items</string>
1329    </property>
1330   </action>
1331   <action name="actionEditCopyFieldName">
1332    <property name="text">
1333     <string>Field Name</string>
1334    </property>
1335    <property name="toolTip">
1336     <string>Copy this item's field name</string>
1337    </property>
1338    <property name="shortcut">
1339     <string notr="true">Ctrl+Alt+Shift+F</string>
1340    </property>
1341   </action>
1342   <action name="actionEditCopyValue">
1343    <property name="text">
1344     <string>Value</string>
1345    </property>
1346    <property name="toolTip">
1347     <string>Copy this item's value</string>
1348    </property>
1349    <property name="shortcut">
1350     <string notr="true">Ctrl+Alt+Shift+V</string>
1351    </property>
1352   </action>
1353   <action name="actionEditCopyAsFilter">
1354    <property name="text">
1355     <string>As Filter</string>
1356    </property>
1357    <property name="toolTip">
1358     <string>Copy this item as a display filter</string>
1359    </property>
1360    <property name="shortcut">
1361     <string notr="true">Ctrl+Shift+C</string>
1362    </property>
1363   </action>
1364   <action name="actionAnalyzeAAFSelected">
1365    <property name="text">
1366     <string>&amp;Selected</string>
1367    </property>
1368   </action>
1369   <action name="actionAnalyzeAAFNotSelected">
1370    <property name="text">
1371     <string>&amp;Not Selected</string>
1372    </property>
1373    <property name="toolTip">
1374     <string>Not Selected</string>
1375    </property>
1376   </action>
1377   <action name="actionAnalyzeAAFAndSelected">
1378    <property name="text">
1379     <string>…&amp;and Selected</string>
1380    </property>
1381    <property name="toolTip">
1382     <string>…and Selected</string>
1383    </property>
1384   </action>
1385   <action name="actionAnalyzeAAFOrSelected">
1386    <property name="text">
1387     <string>…&amp;or Selected</string>
1388    </property>
1389    <property name="toolTip">
1390     <string>…or Selected</string>
1391    </property>
1392   </action>
1393   <action name="actionAnalyzeAAFAndNotSelected">
1394    <property name="text">
1395     <string>…a&amp;nd not Selected</string>
1396    </property>
1397    <property name="toolTip">
1398     <string>…and not Selected</string>
1399    </property>
1400   </action>
1401   <action name="actionAnalyzeAAFOrNotSelected">
1402    <property name="text">
1403     <string>…o&amp;r not Selected</string>
1404    </property>
1405    <property name="toolTip">
1406     <string>…or not Selected</string>
1407    </property>
1408   </action>
1409   <action name="actionAnalyzePAFSelected">
1410    <property name="text">
1411     <string>&amp;Selected</string>
1412    </property>
1413   </action>
1414   <action name="actionAnalyzePAFNotSelected">
1415    <property name="text">
1416     <string>&amp;Not Selected</string>
1417    </property>
1418    <property name="toolTip">
1419     <string>Not Selected</string>
1420    </property>
1421   </action>
1422   <action name="actionAnalyzePAFAndSelected">
1423    <property name="text">
1424     <string>…&amp;and Selected</string>
1425    </property>
1426    <property name="toolTip">
1427     <string>…and Selected</string>
1428    </property>
1429   </action>
1430   <action name="actionAnalyzePAFOrSelected">
1431    <property name="text">
1432     <string>…&amp;or Selected</string>
1433    </property>
1434    <property name="toolTip">
1435     <string>…or Selected</string>
1436    </property>
1437   </action>
1438   <action name="actionAnalyzePAFAndNotSelected">
1439    <property name="text">
1440     <string>…a&amp;nd not Selected</string>
1441    </property>
1442    <property name="toolTip">
1443     <string>…and not Selected</string>
1444    </property>
1445   </action>
1446   <action name="actionAnalyzePAFOrNotSelected">
1447    <property name="text">
1448     <string>…o&amp;r not Selected</string>
1449    </property>
1450    <property name="toolTip">
1451     <string>…or not Selected</string>
1452    </property>
1453   </action>
1454   <action name="actionAnalyzeDisplayFilters">
1455    <property name="text">
1456     <string>Display Filters…</string>
1457    </property>
1458   </action>
1459   <action name="actionAnalyzeDisplayFilterMacros">
1460    <property name="text">
1461     <string>Display Filter &amp;Macros…</string>
1462    </property>
1463   </action>
1464   <action name="actionAnalyzeCreateAColumn">
1465    <property name="text">
1466     <string>Apply as Column</string>
1467    </property>
1468    <property name="toolTip">
1469     <string>Create a packet list column from the selected field.</string>
1470    </property>
1471    <property name="shortcut">
1472     <string notr="true">Ctrl+Shift+I</string>
1473    </property>
1474   </action>
1475   <action name="actionEditFindPacket">
1476    <property name="text">
1477     <string>&amp;Find Packet…</string>
1478    </property>
1479    <property name="toolTip">
1480     <string>Find a packet</string>
1481    </property>
1482    <property name="shortcut">
1483     <string notr="true">Ctrl+F</string>
1484    </property>
1485   </action>
1486   <action name="actionEditFindNext">
1487    <property name="text">
1488     <string>Find Ne&amp;xt</string>
1489    </property>
1490    <property name="toolTip">
1491     <string>Find the next packet</string>
1492    </property>
1493    <property name="shortcut">
1494     <string notr="true">Ctrl+N</string>
1495    </property>
1496   </action>
1497   <action name="actionEditFindPrevious">
1498    <property name="text">
1499     <string>Find Pre&amp;vious</string>
1500    </property>
1501    <property name="toolTip">
1502     <string>Find the previous packet</string>
1503    </property>
1504    <property name="shortcut">
1505     <string notr="true">Ctrl+B</string>
1506    </property>
1507   </action>
1508   <action name="actionEditMarkPacket">
1509    <property name="text">
1510     <string>&amp;Mark/Unmark Packet</string>
1511    </property>
1512    <property name="toolTip">
1513     <string>Mark or unmark this packet</string>
1514    </property>
1515    <property name="shortcut">
1516     <string notr="true">Ctrl+M</string>
1517    </property>
1518   </action>
1519   <action name="actionEditMarkAllDisplayed">
1520    <property name="text">
1521     <string>Mark All Displayed</string>
1522    </property>
1523    <property name="toolTip">
1524     <string>Mark all displayed packets</string>
1525    </property>
1526    <property name="shortcut">
1527     <string notr="true">Ctrl+Shift+M</string>
1528    </property>
1529   </action>
1530   <action name="actionEditUnmarkAllDisplayed">
1531    <property name="text">
1532     <string>Unmark All Displayed</string>
1533    </property>
1534    <property name="toolTip">
1535     <string>Unmark all displayed packets</string>
1536    </property>
1537    <property name="shortcut">
1538     <string notr="true">Ctrl+Alt+M</string>
1539    </property>
1540   </action>
1541   <action name="actionEditNextMark">
1542    <property name="text">
1543     <string>Next Mark</string>
1544    </property>
1545    <property name="toolTip">
1546     <string>Go to the next marked packet</string>
1547    </property>
1548    <property name="shortcut">
1549     <string notr="true">Ctrl+Shift+N</string>
1550    </property>
1551   </action>
1552   <action name="actionEditPreviousMark">
1553    <property name="text">
1554     <string>Previous Mark</string>
1555    </property>
1556    <property name="toolTip">
1557     <string>Go to the previous marked packet</string>
1558    </property>
1559    <property name="shortcut">
1560     <string notr="true">Ctrl+Shift+B</string>
1561    </property>
1562   </action>
1563   <action name="actionEditIgnorePacket">
1564    <property name="text">
1565     <string>&amp;Ignore/Unignore Packet</string>
1566    </property>
1567    <property name="toolTip">
1568     <string>Ignore or unignore this packet</string>
1569    </property>
1570    <property name="shortcut">
1571     <string notr="true">Ctrl+D</string>
1572    </property>
1573   </action>
1574   <action name="actionEditIgnoreAllDisplayed">
1575    <property name="text">
1576     <string>Ignore All Displayed</string>
1577    </property>
1578    <property name="toolTip">
1579     <string>Ignore all displayed packets</string>
1580    </property>
1581    <property name="shortcut">
1582     <string notr="true">Ctrl+Shift+D</string>
1583    </property>
1584   </action>
1585   <action name="actionEditUnignoreAllDisplayed">
1586    <property name="text">
1587     <string>Unignore All Displayed</string>
1588    </property>
1589    <property name="toolTip">
1590     <string>Unignore all displayed packets</string>
1591    </property>
1592    <property name="shortcut">
1593     <string notr="true">Ctrl+Alt+D</string>
1594    </property>
1595   </action>
1596   <action name="actionEditSetTimeReference">
1597    <property name="text">
1598     <string>Set/Unset Time Reference</string>
1599    </property>
1600    <property name="toolTip">
1601     <string>Set or unset a time reference for this packet</string>
1602    </property>
1603    <property name="shortcut">
1604     <string notr="true">Ctrl+T</string>
1605    </property>
1606   </action>
1607   <action name="actionEditUnsetAllTimeReferences">
1608    <property name="text">
1609     <string>Unset All Time References</string>
1610    </property>
1611    <property name="toolTip">
1612     <string>Remove all time references</string>
1613    </property>
1614    <property name="shortcut">
1615     <string notr="true">Ctrl+Alt+T</string>
1616    </property>
1617   </action>
1618   <action name="actionEditNextTimeReference">
1619    <property name="text">
1620     <string>Next Time Reference</string>
1621    </property>
1622    <property name="toolTip">
1623     <string>Go to the next time reference</string>
1624    </property>
1625    <property name="shortcut">
1626     <string notr="true">Ctrl+Alt+N</string>
1627    </property>
1628   </action>
1629   <action name="actionEditPreviousTimeReference">
1630    <property name="text">
1631     <string>Previous Time Reference</string>
1632    </property>
1633    <property name="toolTip">
1634     <string>Go to the previous time reference</string>
1635    </property>
1636    <property name="shortcut">
1637     <string notr="true">Ctrl+Alt+B</string>
1638    </property>
1639   </action>
1640   <action name="actionEditTimeShift">
1641    <property name="text">
1642     <string>Time Shift…</string>
1643    </property>
1644    <property name="toolTip">
1645     <string>Shift or change packet timestamps</string>
1646    </property>
1647    <property name="shortcut">
1648     <string notr="true">Ctrl+Shift+T</string>
1649    </property>
1650   </action>
1651   <action name="actionEditPacketComment">
1652    <property name="text">
1653     <string>Packet Comment…</string>
1654    </property>
1655    <property name="toolTip">
1656     <string>Add or change a packet comment</string>
1657    </property>
1658    <property name="shortcut">
1659     <string notr="true">Ctrl+Alt+C</string>
1660    </property>
1661   </action>
1662   <action name="actionDeleteAllPacketComments">
1663    <property name="text">
1664     <string>Delete All Packet Comments</string>
1665    </property>
1666    <property name="toolTip">
1667     <string>Remove all packet comments in the capture file</string>
1668    </property>
1669   </action>
1670   <action name="actionEditConfigurationProfiles">
1671    <property name="checkable">
1672     <bool>false</bool>
1673    </property>
1674    <property name="text">
1675     <string>Configuration Profiles…</string>
1676    </property>
1677    <property name="iconText">
1678     <string>Configuration profiles</string>
1679    </property>
1680    <property name="toolTip">
1681     <string>Manage your configuration profiles</string>
1682    </property>
1683    <property name="shortcut">
1684     <string notr="true">Ctrl+Shift+A</string>
1685    </property>
1686    <property name="menuRole">
1687     <enum>QAction::NoRole</enum>
1688    </property>
1689   </action>
1690   <action name="actionEditPreferences">
1691    <property name="text">
1692     <string>&amp;Preferences…</string>
1693    </property>
1694    <property name="toolTip">
1695     <string>Manage Wireshark's preferences</string>
1696    </property>
1697    <property name="shortcut">
1698     <string notr="true">Ctrl+Shift+P</string>
1699    </property>
1700    <property name="menuRole">
1701     <enum>QAction::PreferencesRole</enum>
1702    </property>
1703   </action>
1704   <action name="actionStatisticsCaptureFileProperties">
1705    <property name="enabled">
1706     <bool>false</bool>
1707    </property>
1708    <property name="text">
1709     <string>Capture File Properties</string>
1710    </property>
1711    <property name="toolTip">
1712     <string>Capture file properties</string>
1713    </property>
1714    <property name="shortcut">
1715     <string notr="true">Ctrl+Alt+Shift+C</string>
1716    </property>
1717   </action>
1718   <action name="actionStatisticsProtocolHierarchy">
1719    <property name="enabled">
1720     <bool>false</bool>
1721    </property>
1722    <property name="text">
1723     <string>&amp;Protocol Hierarchy</string>
1724    </property>
1725    <property name="toolTip">
1726     <string>Show a summary of protocols present in the capture file.</string>
1727    </property>
1728   </action>
1729   <action name="actionHelpMPCapinfos">
1730    <property name="text">
1731     <string>Capinfos</string>
1732    </property>
1733   </action>
1734   <action name="actionHelpMPReordercap">
1735    <property name="text">
1736     <string>Reordercap</string>
1737    </property>
1738   </action>
1739   <action name="actionStatisticsTcpStreamStevens">
1740    <property name="text">
1741     <string>Time Sequence (Stevens)</string>
1742    </property>
1743    <property name="toolTip">
1744     <string>TCP time sequence graph (Stevens)</string>
1745    </property>
1746   </action>
1747   <action name="actionStatisticsTcpStreamThroughput">
1748    <property name="text">
1749     <string>Throughput</string>
1750    </property>
1751    <property name="toolTip">
1752     <string>TCP througput</string>
1753    </property>
1754   </action>
1755   <action name="actionStatisticsTcpStreamRoundTripTime">
1756    <property name="text">
1757     <string>Round Trip Time</string>
1758    </property>
1759    <property name="toolTip">
1760     <string>TCP round trip time</string>
1761    </property>
1762   </action>
1763   <action name="actionStatisticsTcpStreamWindowScaling">
1764    <property name="text">
1765     <string>Window Scaling</string>
1766    </property>
1767    <property name="toolTip">
1768     <string>TCP window scaling</string>
1769    </property>
1770   </action>
1771   <action name="actionAnalyzeFollowTCPStream">
1772    <property name="enabled">
1773     <bool>false</bool>
1774    </property>
1775    <property name="text">
1776     <string>TCP Stream</string>
1777    </property>
1778    <property name="shortcut">
1779     <string notr="true">Ctrl+Alt+Shift+T</string>
1780    </property>
1781   </action>
1782   <action name="actionAnalyzeFollowUDPStream">
1783    <property name="enabled">
1784     <bool>false</bool>
1785    </property>
1786    <property name="text">
1787     <string>UDP Stream</string>
1788    </property>
1789    <property name="shortcut">
1790     <string notr="true">Ctrl+Alt+Shift+U</string>
1791    </property>
1792   </action>
1793   <action name="actionAnalyzeFollowTLSStream">
1794    <property name="enabled">
1795     <bool>false</bool>
1796    </property>
1797    <property name="text">
1798     <string>TLS Stream</string>
1799    </property>
1800    <property name="shortcut">
1801     <string notr="true">Ctrl+Alt+Shift+S</string>
1802    </property>
1803   </action>
1804   <action name="actionAnalyzeFollowHTTPStream">
1805    <property name="enabled">
1806     <bool>false</bool>
1807    </property>
1808    <property name="text">
1809     <string>HTTP Stream</string>
1810    </property>
1811    <property name="shortcut">
1812     <string notr="true">Ctrl+Alt+Shift+H</string>
1813    </property>
1814   </action>
1815   <action name="actionStatisticsTcpStreamTcptrace">
1816    <property name="text">
1817     <string>Time Sequence (tcptrace)</string>
1818    </property>
1819    <property name="toolTip">
1820     <string>TCP time sequence graph (tcptrace)</string>
1821    </property>
1822   </action>
1823   <action name="actionSCTPAnalyseThisAssociation">
1824    <property name="text">
1825     <string>Analyse this Association</string>
1826    </property>
1827   </action>
1828   <action name="actionSCTPShowAllAssociations">
1829    <property name="text">
1830     <string>Show All Associations</string>
1831    </property>
1832   </action>
1833   <action name="actionStatisticsFlowGraph">
1834    <property name="text">
1835     <string>Flow Graph</string>
1836    </property>
1837    <property name="toolTip">
1838     <string>Flow sequence diagram</string>
1839    </property>
1840   </action>
1841   <action name="actionStatisticsANCP">
1842    <property name="text">
1843     <string>ANCP</string>
1844    </property>
1845    <property name="toolTip">
1846     <string>ANCP statistics</string>
1847    </property>
1848   </action>
1849   <action name="actionStatisticsBACappInstanceId">
1850    <property name="text">
1851     <string>Packets sorted by Instance ID</string>
1852    </property>
1853    <property name="toolTip">
1854     <string>BACapp statistics sorted by instance ID</string>
1855    </property>
1856   </action>
1857   <action name="actionStatisticsBACappIP">
1858    <property name="text">
1859     <string>Packets sorted by IP</string>
1860    </property>
1861    <property name="toolTip">
1862     <string>BACapp statistics sorted by IP</string>
1863    </property>
1864   </action>
1865   <action name="actionStatisticsBACappObjectId">
1866    <property name="text">
1867     <string>Packets sorted by object type</string>
1868    </property>
1869    <property name="toolTip">
1870     <string>BACapp statistics sorted by object type</string>
1871    </property>
1872   </action>
1873   <action name="actionStatisticsBACappService">
1874    <property name="text">
1875     <string>Packets sorted by service</string>
1876    </property>
1877    <property name="toolTip">
1878     <string>BACapp statistics sorted by service</string>
1879    </property>
1880   </action>
1881   <action name="actionStatisticsCollectd">
1882    <property name="text">
1883     <string>Collectd</string>
1884    </property>
1885    <property name="toolTip">
1886     <string>Collectd statistics</string>
1887    </property>
1888   </action>
1889   <action name="actionStatisticsDNS">
1890    <property name="text">
1891     <string>DNS</string>
1892    </property>
1893    <property name="toolTip">
1894     <string>DNS statistics</string>
1895    </property>
1896   </action>
1897   <action name="actionStatisticsHART_IP">
1898    <property name="text">
1899     <string>HART-IP</string>
1900    </property>
1901    <property name="toolTip">
1902     <string>HART-IP statistics</string>
1903    </property>
1904   </action>
1905   <action name="actionStatisticsHpfeeds">
1906    <property name="text">
1907     <string>HPFEEDS</string>
1908    </property>
1909    <property name="toolTip">
1910     <string>hpfeeds statistics</string>
1911    </property>
1912   </action>
1913   <action name="actionStatisticsHTTP2">
1914    <property name="text">
1915     <string>HTTP2</string>
1916    </property>
1917    <property name="toolTip">
1918     <string>HTTP2 statistics</string>
1919    </property>
1920   </action>
1921   <action name="actionStatisticsHTTPPacketCounter">
1922    <property name="text">
1923     <string>Packet Counter</string>
1924    </property>
1925    <property name="toolTip">
1926     <string>HTTP packet counter</string>
1927    </property>
1928   </action>
1929   <action name="actionStatisticsHTTPRequests">
1930    <property name="text">
1931     <string>Requests</string>
1932    </property>
1933    <property name="toolTip">
1934     <string>HTTP requests</string>
1935    </property>
1936   </action>
1937   <action name="actionStatisticsHTTPLoadDistribution">
1938    <property name="text">
1939     <string>Load Distribution</string>
1940    </property>
1941    <property name="toolTip">
1942     <string>HTTP load distribution</string>
1943    </property>
1944   </action>
1945   <action name="actionStatisticsHTTPRequestSequences">
1946    <property name="text">
1947     <string>Request Sequences</string>
1948    </property>
1949    <property name="toolTip">
1950     <string>HTTP Request Sequences</string>
1951    </property>
1952   </action>
1953   <action name="actionStatisticsPacketLengths">
1954    <property name="text">
1955     <string>Packet Lengths</string>
1956    </property>
1957    <property name="toolTip">
1958     <string>Packet length statistics</string>
1959    </property>
1960   </action>
1961   <action name="actionStatisticsSametime">
1962    <property name="text">
1963     <string>Sametime</string>
1964    </property>
1965    <property name="toolTip">
1966     <string>Sametime statistics</string>
1967    </property>
1968   </action>
1969   <action name="actionTelephonyISUPMessages">
1970    <property name="text">
1971     <string>&amp;ISUP Messages</string>
1972    </property>
1973    <property name="toolTip">
1974     <string>ISUP message statistics</string>
1975    </property>
1976   </action>
1977   <action name="actionTelephonyOsmuxPacketCounter">
1978    <property name="text">
1979     <string>Packet Counter</string>
1980    </property>
1981    <property name="toolTip">
1982     <string>Osmux packet counts</string>
1983    </property>
1984   </action>
1985   <action name="actionTelephonyRTSPPacketCounter">
1986    <property name="text">
1987     <string>Packet Counter</string>
1988    </property>
1989    <property name="toolTip">
1990     <string>RTSP packet counts</string>
1991    </property>
1992   </action>
1993   <action name="actionTelephonySMPPOperations">
1994    <property name="text">
1995     <string>SM&amp;PP Operations</string>
1996    </property>
1997    <property name="toolTip">
1998     <string>SMPP operation statistics</string>
1999    </property>
2000   </action>
2001   <action name="actionTelephonyUCPMessages">
2002    <property name="text">
2003     <string>&amp;UCP Messages</string>
2004    </property>
2005    <property name="toolTip">
2006     <string>UCP message statistics</string>
2007    </property>
2008   </action>
2009   <action name="actionAnalyzeDecodeAs">
2010    <property name="text">
2011     <string>Decode &amp;As…</string>
2012    </property>
2013    <property name="toolTip">
2014     <string>Change the way packets are dissected</string>
2015    </property>
2016   </action>
2017   <action name="actionAnalyzeReloadLuaPlugins">
2018    <property name="text">
2019     <string>Reload Lua Plugins</string>
2020    </property>
2021    <property name="toolTip">
2022     <string>Reload Lua plugins</string>
2023    </property>
2024    <property name="shortcut">
2025     <string notr="true">Ctrl+Shift+L</string>
2026    </property>
2027   </action>
2028   <action name="action29West">
2029    <property name="text">
2030     <string>29West</string>
2031    </property>
2032   </action>
2033   <action name="actionStatistics29WestTopics_Advertisements_by_Topic">
2034    <property name="text">
2035     <string>Advertisements by Topic</string>
2036    </property>
2037   </action>
2038   <action name="actionStatistics29WestTopics_Advertisements_by_Source">
2039    <property name="text">
2040     <string>Advertisements by Source</string>
2041    </property>
2042   </action>
2043   <action name="actionStatistics29WestTopics_Advertisements_by_Transport">
2044    <property name="text">
2045     <string>Advertisements by Transport</string>
2046    </property>
2047   </action>
2048   <action name="actionStatistics29WestTopics_Queries_by_Topic">
2049    <property name="text">
2050     <string>Queries by Topic</string>
2051    </property>
2052   </action>
2053   <action name="actionStatistics29WestTopics_Queries_by_Receiver">
2054    <property name="text">
2055     <string>Queries by Receiver</string>
2056    </property>
2057   </action>
2058   <action name="actionStatistics29WestTopics_Wildcard_Queries_by_Pattern">
2059    <property name="text">
2060     <string>Wildcard Queries by Pattern</string>
2061    </property>
2062   </action>
2063   <action name="actionStatistics29WestTopics_Wildcard_Queries_by_Receiver">
2064    <property name="text">
2065     <string>Wildcard Queries by Receiver</string>
2066    </property>
2067   </action>
2068   <action name="actionStatistics29WestQueues_Advertisements_by_Queue">
2069    <property name="text">
2070     <string>Advertisements by Queue</string>
2071    </property>
2072   </action>
2073   <action name="actionStatistics29WestQueues_Advertisements_by_Source">
2074    <property name="text">
2075     <string>Advertisements by Source</string>
2076    </property>
2077   </action>
2078   <action name="actionStatistics29WestQueues_Queries_by_Queue">
2079    <property name="text">
2080     <string>Queries by Queue</string>
2081    </property>
2082   </action>
2083   <action name="actionStatistics29WestQueues_Queries_by_Receiver">
2084    <property name="text">
2085     <string>Queries by Receiver</string>
2086    </property>
2087   </action>
2088   <action name="actionStatistics29WestUIM_Streams">
2089    <property name="text">
2090     <string>Streams</string>
2091    </property>
2092   </action>
2093   <action name="actionStatistics29WestLBTRM">
2094    <property name="text">
2095     <string>LBT-RM</string>
2096    </property>
2097   </action>
2098   <action name="actionStatistics29WestLBTRU">
2099    <property name="text">
2100     <string>LBT-RU</string>
2101    </property>
2102   </action>
2103   <action name="actionSCTPFilterThisAssociation">
2104    <property name="text">
2105     <string>Filter this Association</string>
2106    </property>
2107    <property name="toolTip">
2108     <string>Filter this Association</string>
2109    </property>
2110   </action>
2111   <action name="actionFileExportPDU">
2112    <property name="text">
2113     <string>Export PDUs to File…</string>
2114    </property>
2115   </action>
2116   <action name="actionStatisticsIOGraph">
2117    <property name="text">
2118     <string>&amp;I/O Graph</string>
2119    </property>
2120    <property name="toolTip">
2121     <string>Create graphs based on display filter fields</string>
2122    </property>
2123   </action>
2124   <action name="actionViewMainToolbar">
2125    <property name="checkable">
2126     <bool>true</bool>
2127    </property>
2128    <property name="checked">
2129     <bool>true</bool>
2130    </property>
2131    <property name="text">
2132     <string>&amp;Main Toolbar</string>
2133    </property>
2134    <property name="toolTip">
2135     <string>Show or hide the main toolbar</string>
2136    </property>
2137   </action>
2138   <action name="actionViewFilterToolbar">
2139    <property name="checkable">
2140     <bool>true</bool>
2141    </property>
2142    <property name="checked">
2143     <bool>true</bool>
2144    </property>
2145    <property name="text">
2146     <string>&amp;Filter Toolbar</string>
2147    </property>
2148    <property name="toolTip">
2149     <string>Show or hide the display filter toolbar</string>
2150    </property>
2151   </action>
2152   <action name="actionStatisticsConversations">
2153    <property name="text">
2154     <string>Conversations</string>
2155    </property>
2156    <property name="toolTip">
2157     <string>Conversations at different protocol levels</string>
2158    </property>
2159   </action>
2160   <action name="actionStatisticsEndpoints">
2161    <property name="text">
2162     <string>Endpoints</string>
2163    </property>
2164    <property name="toolTip">
2165     <string>Endpoints at different protocol levels</string>
2166    </property>
2167   </action>
2168   <action name="actionViewColorizePacketList">
2169    <property name="checkable">
2170     <bool>true</bool>
2171    </property>
2172    <property name="text">
2173     <string>Colorize Packet List</string>
2174    </property>
2175    <property name="toolTip">
2176     <string>Draw packets using your coloring rules</string>
2177    </property>
2178   </action>
2179   <action name="actionViewZoomIn">
2180    <property name="text">
2181     <string>&amp;Zoom In</string>
2182    </property>
2183    <property name="toolTip">
2184     <string>Enlarge the main window text</string>
2185    </property>
2186    <property name="shortcut">
2187     <string notr="true">Ctrl++</string>
2188    </property>
2189   </action>
2190   <action name="actionViewZoomOut">
2191    <property name="text">
2192     <string>Zoom Out</string>
2193    </property>
2194    <property name="toolTip">
2195     <string>Shrink the main window text</string>
2196    </property>
2197    <property name="shortcut">
2198     <string notr="true">Ctrl+-</string>
2199    </property>
2200   </action>
2201   <action name="actionViewNormalSize">
2202    <property name="text">
2203     <string>Normal Size</string>
2204    </property>
2205    <property name="toolTip">
2206     <string>Return the main window text to its normal size</string>
2207    </property>
2208    <property name="shortcut">
2209     <string notr="true">Ctrl+0</string>
2210    </property>
2211   </action>
2212   <action name="actionViewResetLayout">
2213    <property name="text">
2214     <string>Reset Layout</string>
2215    </property>
2216    <property name="toolTip">
2217     <string>Reset appearance layout to default size</string>
2218    </property>
2219    <property name="shortcut">
2220     <string notr="true">Ctrl+Shift+W</string>
2221    </property>
2222   </action>
2223   <action name="actionViewResizeColumns">
2224    <property name="text">
2225     <string>Resize Columns</string>
2226    </property>
2227    <property name="toolTip">
2228     <string>Resize packet list columns to fit contents</string>
2229    </property>
2230    <property name="shortcut">
2231     <string notr="true">Ctrl+Shift+R</string>
2232    </property>
2233   </action>
2234   <action name="actionViewTimeDisplayFormatDateYMDandTimeOfDay">
2235    <property name="checkable">
2236     <bool>true</bool>
2237    </property>
2238    <property name="text">
2239     <string>Date and Time of Day (1970-01-01 01:02:03.123456)</string>
2240    </property>
2241    <property name="toolTip">
2242     <string>Show packet times as the date and time of day.</string>
2243    </property>
2244    <property name="shortcut">
2245     <string notr="true">Ctrl+Alt+1</string>
2246    </property>
2247   </action>
2248   <action name="actionViewTimeDisplayFormatDateYDOYandTimeOfDay">
2249    <property name="checkable">
2250     <bool>true</bool>
2251    </property>
2252    <property name="text">
2253     <string>Year, Day of Year, and Time of Day (1970/001 01:02:03.123456)</string>
2254    </property>
2255    <property name="toolTip">
2256     <string>Show packet times as the year, day of the year and time of day.</string>
2257    </property>
2258   </action>
2259   <action name="actionViewTimeDisplayFormatTimeOfDay">
2260    <property name="checkable">
2261     <bool>true</bool>
2262    </property>
2263    <property name="text">
2264     <string>Time of Day (01:02:03.123456)</string>
2265    </property>
2266    <property name="toolTip">
2267     <string>Show packet times as the date and time of day.</string>
2268    </property>
2269    <property name="shortcut">
2270     <string notr="true">Ctrl+Alt+2</string>
2271    </property>
2272   </action>
2273   <action name="actionViewTimeDisplayFormatSecondsSinceEpoch">
2274    <property name="checkable">
2275     <bool>true</bool>
2276    </property>
2277    <property name="text">
2278     <string>Seconds Since 1970-01-01</string>
2279    </property>
2280    <property name="toolTip">
2281     <string>Show packet times as the seconds since the UNIX / POSIX epoch (1970-01-01).</string>
2282    </property>
2283    <property name="shortcut">
2284     <string notr="true">Ctrl+Alt+3</string>
2285    </property>
2286   </action>
2287   <action name="actionViewTimeDisplayFormatSecondsSinceBeginningOfCapture">
2288    <property name="checkable">
2289     <bool>true</bool>
2290    </property>
2291    <property name="text">
2292     <string>Seconds Since Beginning of Capture</string>
2293    </property>
2294    <property name="toolTip">
2295     <string>Show packet times as the date and time of day.</string>
2296    </property>
2297    <property name="shortcut">
2298     <string notr="true">Ctrl+Alt+4</string>
2299    </property>
2300   </action>
2301   <action name="actionViewTimeDisplayFormatSecondsSincePreviousCapturedPacket">
2302    <property name="checkable">
2303     <bool>true</bool>
2304    </property>
2305    <property name="text">
2306     <string>Seconds Since Previous Captured Packet</string>
2307    </property>
2308    <property name="toolTip">
2309     <string>Show packet times as the seconds since the previous captured packet.</string>
2310    </property>
2311    <property name="shortcut">
2312     <string notr="true">Ctrl+Alt+5</string>
2313    </property>
2314   </action>
2315   <action name="actionViewTimeDisplayFormatSecondsSincePreviousDisplayedPacket">
2316    <property name="checkable">
2317     <bool>true</bool>
2318    </property>
2319    <property name="text">
2320     <string>Seconds Since Previous Displayed Packet</string>
2321    </property>
2322    <property name="toolTip">
2323     <string>Show packet times as the seconds since the previous displayed packet.</string>
2324    </property>
2325    <property name="shortcut">
2326     <string notr="true">Ctrl+Alt+6</string>
2327    </property>
2328   </action>
2329   <action name="actionViewTimeDisplayFormatUTCDateYMDandTimeOfDay">
2330    <property name="checkable">
2331     <bool>true</bool>
2332    </property>
2333    <property name="text">
2334     <string>UTC Date and Time of Day (1970-01-01 01:02:03.123456)</string>
2335    </property>
2336    <property name="toolTip">
2337     <string>Show packet times as the UTC date and time of day.</string>
2338    </property>
2339    <property name="shortcut">
2340     <string notr="true">Ctrl+Alt+7</string>
2341    </property>
2342   </action>
2343   <action name="actionViewTimeDisplayFormatUTCDateYDOYandTimeOfDay">
2344    <property name="checkable">
2345     <bool>true</bool>
2346    </property>
2347    <property name="text">
2348     <string>UTC Year, Day of Year, and Time of Day (1970/001 01:02:03.123456)</string>
2349    </property>
2350    <property name="toolTip">
2351     <string>Show packet times as the UTC year, day of the year and time of day.</string>
2352    </property>
2353   </action>
2354   <action name="actionViewTimeDisplayFormatUTCTimeOfDay">
2355    <property name="checkable">
2356     <bool>true</bool>
2357    </property>
2358    <property name="text">
2359     <string>UTC Time of Day (01:02:03.123456)</string>
2360    </property>
2361    <property name="toolTip">
2362     <string>Show packet times as the UTC time of day.</string>
2363    </property>
2364    <property name="shortcut">
2365     <string notr="true">Ctrl+Alt+8</string>
2366    </property>
2367   </action>
2368   <action name="actionViewTimeDisplayFormatPrecisionAutomatic">
2369    <property name="checkable">
2370     <bool>true</bool>
2371    </property>
2372    <property name="text">
2373     <string>Automatic (from capture file)</string>
2374    </property>
2375    <property name="toolTip">
2376     <string>Use the time precision indicated in the capture file.</string>
2377    </property>
2378   </action>
2379   <action name="actionViewTimeDisplayFormatPrecisionSeconds">
2380    <property name="checkable">
2381     <bool>true</bool>
2382    </property>
2383    <property name="text">
2384     <string>Seconds</string>
2385    </property>
2386   </action>
2387   <action name="actionViewTimeDisplayFormatPrecisionDeciseconds">
2388    <property name="checkable">
2389     <bool>true</bool>
2390    </property>
2391    <property name="text">
2392     <string>Tenths of a second</string>
2393    </property>
2394   </action>
2395   <action name="actionViewTimeDisplayFormatPrecisionCentiseconds">
2396    <property name="checkable">
2397     <bool>true</bool>
2398    </property>
2399    <property name="text">
2400     <string>Hundredths of a second</string>
2401    </property>
2402   </action>
2403   <action name="actionViewTimeDisplayFormatPrecisionMilliseconds">
2404    <property name="checkable">
2405     <bool>true</bool>
2406    </property>
2407    <property name="text">
2408     <string>Milliseconds</string>
2409    </property>
2410   </action>
2411   <action name="actionViewTimeDisplayFormatPrecisionMicroseconds">
2412    <property name="checkable">
2413     <bool>true</bool>
2414    </property>
2415    <property name="text">
2416     <string>Microseconds</string>
2417    </property>
2418   </action>
2419   <action name="actionViewTimeDisplayFormatPrecisionNanoseconds">
2420    <property name="checkable">
2421     <bool>true</bool>
2422    </property>
2423    <property name="text">
2424     <string>Nanoseconds</string>
2425    </property>
2426   </action>
2427   <action name="actionViewTimeDisplaySecondsWithHoursAndMinutes">
2428    <property name="checkable">
2429     <bool>true</bool>
2430    </property>
2431    <property name="text">
2432     <string>Display Seconds With Hours and Minutes</string>
2433    </property>
2434    <property name="toolTip">
2435     <string>Display seconds with hours and minutes</string>
2436    </property>
2437   </action>
2438   <action name="actionViewNameResolutionPhysical">
2439    <property name="checkable">
2440     <bool>true</bool>
2441    </property>
2442    <property name="text">
2443     <string>Resolve &amp;Physical Addresses</string>
2444    </property>
2445    <property name="toolTip">
2446     <string>Show names for known MAC addresses. Lookups use a local database.</string>
2447    </property>
2448   </action>
2449   <action name="actionViewNameResolutionNetwork">
2450    <property name="checkable">
2451     <bool>true</bool>
2452    </property>
2453    <property name="text">
2454     <string>Resolve &amp;Network Addresses</string>
2455    </property>
2456    <property name="toolTip">
2457     <string>Show names for known IPv4, IPv6, and IPX addresses. Lookups can generate network traffic.</string>
2458    </property>
2459   </action>
2460   <action name="actionViewNameResolutionTransport">
2461    <property name="checkable">
2462     <bool>true</bool>
2463    </property>
2464    <property name="text">
2465     <string>Resolve &amp;Transport Addresses</string>
2466    </property>
2467    <property name="toolTip">
2468     <string>Show names for known TCP, UDP, and SCTP services. Lookups can generate traffic on some systems.</string>
2469    </property>
2470   </action>
2471   <action name="actionViewWirelessToolbar">
2472    <property name="checkable">
2473     <bool>true</bool>
2474    </property>
2475    <property name="text">
2476     <string>Wire&amp;less Toolbar</string>
2477    </property>
2478    <property name="toolTip">
2479     <string>Show or hide the wireless toolbar</string>
2480    </property>
2481   </action>
2482   <action name="actionViewStatusBar">
2483    <property name="checkable">
2484     <bool>true</bool>
2485    </property>
2486    <property name="checked">
2487     <bool>true</bool>
2488    </property>
2489    <property name="text">
2490     <string>&amp;Status Bar</string>
2491    </property>
2492    <property name="toolTip">
2493     <string>Show or hide the status bar</string>
2494    </property>
2495   </action>
2496   <action name="actionViewPacketList">
2497    <property name="checkable">
2498     <bool>true</bool>
2499    </property>
2500    <property name="checked">
2501     <bool>true</bool>
2502    </property>
2503    <property name="text">
2504     <string>Packet &amp;List</string>
2505    </property>
2506    <property name="toolTip">
2507     <string>Show or hide the packet list</string>
2508    </property>
2509   </action>
2510   <action name="actionViewPacketDetails">
2511    <property name="checkable">
2512     <bool>true</bool>
2513    </property>
2514    <property name="checked">
2515     <bool>true</bool>
2516    </property>
2517    <property name="text">
2518     <string>Packet &amp;Details</string>
2519    </property>
2520    <property name="toolTip">
2521     <string>Show or hide the packet details</string>
2522    </property>
2523   </action>
2524   <action name="actionViewPacketBytes">
2525    <property name="checkable">
2526     <bool>true</bool>
2527    </property>
2528    <property name="checked">
2529     <bool>true</bool>
2530    </property>
2531    <property name="text">
2532     <string>Packet &amp;Bytes</string>
2533    </property>
2534    <property name="toolTip">
2535     <string>Show or hide the packet bytes</string>
2536    </property>
2537   </action>
2538   <action name="actionViewInternalsConversationHashTables">
2539    <property name="text">
2540     <string>Conversation Hash Tables</string>
2541    </property>
2542    <property name="toolTip">
2543     <string>Show each conversation hash table</string>
2544    </property>
2545   </action>
2546   <action name="actionViewInternalsDissectorTables">
2547    <property name="text">
2548     <string>Dissector Tables</string>
2549    </property>
2550    <property name="toolTip">
2551     <string>Show each dissector table and its entries</string>
2552    </property>
2553   </action>
2554   <action name="actionViewInternalsSupportedProtocols">
2555    <property name="text">
2556     <string>Supported Protocols</string>
2557    </property>
2558    <property name="toolTip">
2559     <string>Show the currently supported protocols and display filter fields</string>
2560    </property>
2561   </action>
2562   <action name="actionTelephonyGsmMapSummary">
2563    <property name="text">
2564     <string>MAP Summary</string>
2565    </property>
2566    <property name="toolTip">
2567     <string>GSM MAP summary statistics</string>
2568    </property>
2569   </action>
2570   <action name="actionTelephonyLteMacStatistics">
2571    <property name="text">
2572     <string>MAC Statistics</string>
2573    </property>
2574    <property name="toolTip">
2575     <string>LTE MAC statistics</string>
2576    </property>
2577   </action>
2578   <action name="actionTelephonyLteRlcStatistics">
2579    <property name="text">
2580     <string>RLC Statistics</string>
2581    </property>
2582    <property name="toolTip">
2583     <string>LTE RLC statistics</string>
2584    </property>
2585   </action>
2586   <action name="actionTelephonyLteRlcGraph">
2587    <property name="text">
2588     <string>RLC Graph</string>
2589    </property>
2590    <property name="toolTip">
2591     <string>LTE RLC graph</string>
2592    </property>
2593   </action>
2594   <action name="actionTelephonyMtp3Summary">
2595    <property name="text">
2596     <string>MTP3 Summary</string>
2597    </property>
2598    <property name="toolTip">
2599     <string>MTP3 summary statistics</string>
2600    </property>
2601   </action>
2602   <action name="actionTelephonyVoipCalls">
2603    <property name="text">
2604     <string>&amp;VoIP Calls</string>
2605    </property>
2606    <property name="toolTip">
2607     <string>All VoIP Calls</string>
2608    </property>
2609   </action>
2610   <action name="actionTelephonySipFlows">
2611    <property name="text">
2612     <string>SIP &amp;Flows</string>
2613    </property>
2614    <property name="toolTip">
2615     <string>SIP Flows</string>
2616    </property>
2617   </action>
2618   <action name="actionTelephonyRTPStreams">
2619    <property name="text">
2620     <string>RTP Streams</string>
2621    </property>
2622   </action>
2623   <action name="actionViewColoringRules">
2624    <property name="text">
2625     <string>&amp;Coloring Rules…</string>
2626    </property>
2627    <property name="toolTip">
2628     <string>Edit the packet list coloring rules.</string>
2629    </property>
2630   </action>
2631   <action name="actionBluetoothATT_Server_Attributes">
2632    <property name="text">
2633     <string>Bluetooth ATT Server Attributes</string>
2634    </property>
2635   </action>
2636   <action name="actionBluetoothDevices">
2637    <property name="text">
2638     <string>Bluetooth Devices</string>
2639    </property>
2640   </action>
2641   <action name="actionBluetoothHCI_Summary">
2642    <property name="text">
2643     <string>Bluetooth HCI Summary</string>
2644    </property>
2645   </action>
2646   <action name="actionViewShowPacketInNewWindow">
2647    <property name="text">
2648     <string>Show Packet in New &amp;Window</string>
2649    </property>
2650    <property name="toolTip">
2651     <string>Show this packet in a separate window.</string>
2652    </property>
2653   </action>
2654   <action name="actionContextShowLinkedPacketInNewWindow">
2655    <property name="text">
2656     <string>Show Linked Packet in New Window</string>
2657    </property>
2658    <property name="toolTip">
2659     <string>Show the linked packet in a separate window.</string>
2660    </property>
2661   </action>
2662   <action name="actionGoAutoScroll">
2663    <property name="checkable">
2664     <bool>true</bool>
2665    </property>
2666    <property name="text">
2667     <string>Auto Scroll in Li&amp;ve Capture</string>
2668    </property>
2669    <property name="toolTip">
2670     <string>Automatically scroll to the last packet during a live capture.</string>
2671    </property>
2672   </action>
2673   <action name="actionAnalyzeExpertInfo">
2674    <property name="text">
2675     <string>Expert Information</string>
2676    </property>
2677    <property name="toolTip">
2678     <string>Show expert notifications</string>
2679    </property>
2680   </action>
2681   <action name="actionDisplayFilterExpression">
2682    <property name="text">
2683     <string>&amp;Expression…</string>
2684    </property>
2685    <property name="iconText">
2686     <string>Expression…</string>
2687    </property>
2688    <property name="toolTip">
2689     <string>Add an expression to the display filter.</string>
2690    </property>
2691   </action>
2692   <action name="actionStatistics_REGISTER_STAT_GROUP_UNSORTED">
2693    <property name="text">
2694     <string>REGISTER_STAT_GROUP_UNSORTED</string>
2695    </property>
2696    <property name="toolTip">
2697     <string>Start of &quot;REGISTER_STAT_GROUP_UNSORTED&quot;</string>
2698    </property>
2699    <property name="visible">
2700     <bool>false</bool>
2701    </property>
2702    <property name="menuRole">
2703     <enum>QAction::NoRole</enum>
2704    </property>
2705   </action>
2706   <action name="actionTelephonyANSIPlaceholder">
2707    <property name="enabled">
2708     <bool>false</bool>
2709    </property>
2710    <property name="text">
2711     <string>No ANSI statistics registered</string>
2712    </property>
2713   </action>
2714   <action name="actionTelephonyGSMPlaceholder">
2715    <property name="enabled">
2716     <bool>false</bool>
2717    </property>
2718    <property name="text">
2719     <string>No GSM statistics registered</string>
2720    </property>
2721   </action>
2722   <action name="actionTelephonyLTEPlaceholder">
2723    <property name="enabled">
2724     <bool>false</bool>
2725    </property>
2726    <property name="text">
2727     <string>No LTE statistics registered</string>
2728    </property>
2729   </action>
2730   <action name="actionTelephonyMTP3Placeholder">
2731    <property name="enabled">
2732     <bool>false</bool>
2733    </property>
2734    <property name="text">
2735     <string>No MTP3 statistics registered</string>
2736    </property>
2737   </action>
2738   <action name="actionStatisticsResolvedAddresses">
2739    <property name="text">
2740     <string>Resolved Addresses</string>
2741    </property>
2742    <property name="toolTip">
2743     <string>Show each table of resolved addresses as copyable text.</string>
2744    </property>
2745   </action>
2746   <action name="actionViewColorizeConversation1">
2747    <property name="text">
2748     <string>Color &amp;1</string>
2749    </property>
2750    <property name="toolTip">
2751     <string>Mark the current conversation with its own color.</string>
2752    </property>
2753    <property name="shortcut">
2754     <string notr="true">Ctrl+1</string>
2755    </property>
2756   </action>
2757   <action name="actionViewColorizeConversation2">
2758    <property name="text">
2759     <string>Color &amp;2</string>
2760    </property>
2761    <property name="toolTip">
2762     <string>Mark the current conversation with its own color.</string>
2763    </property>
2764    <property name="shortcut">
2765     <string notr="true">Ctrl+2</string>
2766    </property>
2767   </action>
2768   <action name="actionViewColorizeConversation3">
2769    <property name="text">
2770     <string>Color &amp;3</string>
2771    </property>
2772    <property name="toolTip">
2773     <string>Mark the current conversation with its own color.</string>
2774    </property>
2775    <property name="shortcut">
2776     <string notr="true">Ctrl+3</string>
2777    </property>
2778   </action>
2779   <action name="actionViewColorizeConversation4">
2780    <property name="text">
2781     <string>Color &amp;4</string>
2782    </property>
2783    <property name="toolTip">
2784     <string>Mark the current conversation with its own color.</string>
2785    </property>
2786    <property name="shortcut">
2787     <string notr="true">Ctrl+4</string>
2788    </property>
2789   </action>
2790   <action name="actionViewColorizeConversation5">
2791    <property name="text">
2792     <string>Color &amp;5</string>
2793    </property>
2794    <property name="toolTip">
2795     <string>Mark the current conversation with its own color.</string>
2796    </property>
2797    <property name="shortcut">
2798     <string notr="true">Ctrl+5</string>
2799    </property>
2800   </action>
2801   <action name="actionViewColorizeConversation6">
2802    <property name="text">
2803     <string>Color &amp;6</string>
2804    </property>
2805    <property name="toolTip">
2806     <string>Mark the current conversation with its own color.</string>
2807    </property>
2808    <property name="shortcut">
2809     <string notr="true">Ctrl+6</string>
2810    </property>
2811   </action>
2812   <action name="actionViewColorizeConversation7">
2813    <property name="text">
2814     <string>Color &amp;7</string>
2815    </property>
2816    <property name="toolTip">
2817     <string>Mark the current conversation with its own color.</string>
2818    </property>
2819    <property name="shortcut">
2820     <string notr="true">Ctrl+7</string>
2821    </property>
2822   </action>
2823   <action name="actionViewColorizeConversation8">
2824    <property name="text">
2825     <string>Color &amp;8</string>
2826    </property>
2827    <property name="toolTip">
2828     <string>Mark the current conversation with its own color.</string>
2829    </property>
2830    <property name="shortcut">
2831     <string notr="true">Ctrl+8</string>
2832    </property>
2833   </action>
2834   <action name="actionViewColorizeConversation9">
2835    <property name="text">
2836     <string>Color &amp;9</string>
2837    </property>
2838    <property name="toolTip">
2839     <string>Mark the current conversation with its own color.</string>
2840    </property>
2841    <property name="shortcut">
2842     <string notr="true">Ctrl+9</string>
2843    </property>
2844   </action>
2845   <action name="actionViewColorizeConversation10">
2846    <property name="text">
2847     <string>Color 1&amp;0</string>
2848    </property>
2849    <property name="toolTip">
2850     <string>Mark the current conversation with its own color.</string>
2851    </property>
2852   </action>
2853   <action name="actionViewColorizeNewColoringRule">
2854    <property name="text">
2855     <string>New Coloring Rule…</string>
2856    </property>
2857    <property name="toolTip">
2858     <string>Create a new coloring rule based on this field.</string>
2859    </property>
2860   </action>
2861   <action name="actionViewColorizeResetColorization">
2862    <property name="text">
2863     <string>Reset Colorization</string>
2864    </property>
2865    <property name="toolTip">
2866     <string>Reset colorized conversations.</string>
2867    </property>
2868    <property name="shortcut">
2869     <string notr="true">Ctrl+Space</string>
2870    </property>
2871   </action>
2872   <action name="actionTelephonyRTPStreamAnalysis">
2873    <property name="text">
2874     <string>Stream Analysis</string>
2875    </property>
2876    <property name="toolTip">
2877     <string>RTP Stream Analysis</string>
2878    </property>
2879   </action>
2880   <action name="actionTelephonyIax2StreamAnalysis">
2881    <property name="text">
2882     <string>IAX2 Stream Analysis</string>
2883    </property>
2884    <property name="toolTip">
2885     <string>IAX2 Stream Analysis</string>
2886    </property>
2887   </action>
2888   <action name="actionViewEditResolvedName">
2889    <property name="text">
2890     <string>Edit Resolved Name</string>
2891    </property>
2892    <property name="toolTip">
2893     <string>Manually edit a name resolution entry.</string>
2894    </property>
2895   </action>
2896   <action name="actionAnalyzeEnabledProtocols">
2897    <property name="text">
2898     <string>Enabled Protocols…</string>
2899    </property>
2900    <property name="toolTip">
2901     <string>Enable and disable specific protocols</string>
2902    </property>
2903    <property name="shortcut">
2904     <string notr="true">Ctrl+Shift+E</string>
2905    </property>
2906   </action>
2907   <action name="actionAnalyzeShowPacketBytes">
2908    <property name="text">
2909     <string>Show Packet Bytes…</string>
2910    </property>
2911    <property name="shortcut">
2912     <string notr="true">Ctrl+Shift+O</string>
2913    </property>
2914   </action>
2915   <action name="actionContextWikiProtocolPage">
2916    <property name="text">
2917     <string>Wiki Protocol Page</string>
2918    </property>
2919    <property name="toolTip">
2920     <string>Open the Wireshark wiki page for this protocol.</string>
2921    </property>
2922   </action>
2923   <action name="actionContextFilterFieldReference">
2924    <property name="text">
2925     <string>Filter Field Reference</string>
2926    </property>
2927    <property name="toolTip">
2928     <string>Open the display filter reference page for this filter field.</string>
2929    </property>
2930   </action>
2931   <action name="actionGoGoToLinkedPacket">
2932    <property name="text">
2933     <string>Go to Linked Packet</string>
2934    </property>
2935    <property name="toolTip">
2936     <string>Go to the packet referenced by the selected field.</string>
2937    </property>
2938   </action>
2939   <action name="actionStatisticsUdpMulticastStreams">
2940    <property name="text">
2941     <string>UDP Multicast Streams</string>
2942    </property>
2943    <property name="toolTip">
2944     <string>Show UTP multicast stream statistics.</string>
2945    </property>
2946   </action>
2947   <action name="actionWirelessWlanStatistics">
2948    <property name="text">
2949     <string>WLAN Traffic</string>
2950    </property>
2951    <property name="toolTip">
2952     <string>Show IEEE 802.11 wireless LAN statistics.</string>
2953    </property>
2954   </action>
2955   <action name="actionNewDisplayFilterExpression">
2956    <property name="icon">
2957     <iconset resource="../../image/stock_icons.qrc">
2958      <normaloff>:/stock/plus-8.png</normaloff>:/stock/plus-8.png</iconset>
2959    </property>
2960    <property name="text">
2961     <string>Add a filter button</string>
2962    </property>
2963    <property name="iconText">
2964     <string>Expression…</string>
2965    </property>
2966    <property name="toolTip">
2967     <string>Add a display filter button.</string>
2968    </property>
2969   </action>
2970   <action name="actionToolsFirewallAclRules">
2971    <property name="text">
2972     <string>Firewall ACL Rules</string>
2973    </property>
2974    <property name="toolTip">
2975     <string>Create firewall ACL rules</string>
2976    </property>
2977   </action>
2978   <action name="actionViewFullScreen">
2979    <property name="checkable">
2980     <bool>true</bool>
2981    </property>
2982    <property name="text">
2983     <string>&amp;Full Screen</string>
2984    </property>
2985   </action>
2986  </widget>
2987  <layoutdefault spacing="6" margin="11"/>
2988  <customwidgets>
2989   <customwidget>
2990    <class>AccordionFrame</class>
2991    <extends>QFrame</extends>
2992    <header>accordion_frame.h</header>
2993    <container>1</container>
2994   </customwidget>
2995   <customwidget>
2996    <class>MainStatusBar</class>
2997    <extends>QStatusBar</extends>
2998    <header>main_status_bar.h</header>
2999   </customwidget>
3000   <customwidget>
3001    <class>WelcomePage</class>
3002    <extends>QFrame</extends>
3003    <header>welcome_page.h</header>
3004    <container>1</container>
3005   </customwidget>
3006   <customwidget>
3007    <class>SearchFrame</class>
3008    <extends>QWidget</extends>
3009    <header>search_frame.h</header>
3010   </customwidget>
3011   <customwidget>
3012    <class>ColumnEditorFrame</class>
3013    <extends>QFrame</extends>
3014    <header>column_editor_frame.h</header>
3015    <container>1</container>
3016   </customwidget>
3017   <customwidget>
3018    <class>PreferenceEditorFrame</class>
3019    <extends>QFrame</extends>
3020    <header>preference_editor_frame.h</header>
3021    <container>1</container>
3022   </customwidget>
3023   <customwidget>
3024    <class>AddressEditorFrame</class>
3025    <extends>QFrame</extends>
3026    <header>address_editor_frame.h</header>
3027    <container>1</container>
3028   </customwidget>
3029   <customwidget>
3030    <class>FilterExpressionFrame</class>
3031    <extends>QFrame</extends>
3032    <header>filter_expression_frame.h</header>
3033    <container>1</container>
3034   </customwidget>
3035   <customwidget>
3036    <class>WirelessTimeline</class>
3037    <extends>QWidget</extends>
3038    <header>wireless_timeline.h</header>
3039    <container>1</container>
3040   </customwidget>
3041  </customwidgets>
3042  <resources>
3043   <include location="../../image/stock_icons.qrc"/>
3044  </resources>
3045  <connections>
3046   <connection>
3047    <sender>actionFileQuit</sender>
3048    <signal>triggered()</signal>
3049    <receiver>MainWindow</receiver>
3050    <slot>close()</slot>
3051    <hints>
3052     <hint type="sourcelabel">
3053      <x>-1</x>
3054      <y>-1</y>
3055     </hint>
3056     <hint type="destinationlabel">
3057      <x>408</x>
3058      <y>258</y>
3059     </hint>
3060    </hints>
3061   </connection>
3062  </connections>
3063 </ui>