Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / tlskeylog_launcher_dialog.ui
blob022025579d0054be25e9ccab8965945f939f7374
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TLSKeylogDialog</class>
4 <widget class="QDialog" name="TLSKeylogDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>640</width>
10 <height>380</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="5" column="0">
18 <layout class="QVBoxLayout" name="verticalLayout_2">
19 <item>
20 <layout class="QHBoxLayout" name="horizontalLayout">
21 <item>
22 <widget class="QLineEdit" name="keylogLineEdit"/>
23 </item>
24 <item>
25 <widget class="QPushButton" name="keylogPushButton">
26 <property name="text">
27 <string>Browse…</string>
28 </property>
29 </widget>
30 </item>
31 </layout>
32 </item>
33 </layout>
34 </item>
35 <item row="13" column="0">
36 <widget class="QLabel" name="label_4">
37 <property name="text">
38 <string>Command line</string>
39 </property>
40 </widget>
41 </item>
42 <item row="0" column="0">
43 <spacer name="verticalSpacer_2">
44 <property name="orientation">
45 <enum>Qt::Vertical</enum>
46 </property>
47 <property name="sizeHint" stdset="0">
48 <size>
49 <width>20</width>
50 <height>10</height>
51 </size>
52 </property>
53 </spacer>
54 </item>
55 <item row="14" column="0">
56 <layout class="QHBoxLayout" name="horizontalLayout_2">
57 <item>
58 <widget class="QLineEdit" name="commandLineEdit"/>
59 </item>
60 <item>
61 <widget class="QPushButton" name="programPushbutton">
62 <property name="text">
63 <string>Browse…</string>
64 </property>
65 </widget>
66 </item>
67 </layout>
68 </item>
69 <item row="2" column="0">
70 <widget class="Line" name="line">
71 <property name="orientation">
72 <enum>Qt::Horizontal</enum>
73 </property>
74 </widget>
75 </item>
76 <item row="18" column="0">
77 <widget class="QDialogButtonBox" name="buttonBox">
78 <property name="orientation">
79 <enum>Qt::Horizontal</enum>
80 </property>
81 <property name="standardButtons">
82 <set>QDialogButtonBox::Close|QDialogButtonBox::Reset</set>
83 </property>
84 </widget>
85 </item>
86 <item row="17" column="0">
87 <spacer name="verticalSpacer">
88 <property name="orientation">
89 <enum>Qt::Vertical</enum>
90 </property>
91 <property name="sizeHint" stdset="0">
92 <size>
93 <width>20</width>
94 <height>40</height>
95 </size>
96 </property>
97 </spacer>
98 </item>
99 <item row="1" column="0">
100 <widget class="QLabel" name="label_5">
101 <property name="text">
102 <string>Run an application with the SSLKEYLOGFILE environment variable set to the file specified by the TLS key log filename preference. This enables TLS decryption in Wireshark. Set the key log file and start the capture before launching the application to ensure that the initial TLS handshakes are captured.</string>
103 </property>
104 <property name="wordWrap">
105 <bool>true</bool>
106 </property>
107 </widget>
108 </item>
109 <item row="11" column="0">
110 <spacer name="verticalSpacer_3">
111 <property name="orientation">
112 <enum>Qt::Vertical</enum>
113 </property>
114 <property name="sizeType">
115 <enum>QSizePolicy::Maximum</enum>
116 </property>
117 <property name="sizeHint" stdset="0">
118 <size>
119 <width>20</width>
120 <height>10</height>
121 </size>
122 </property>
123 </spacer>
124 </item>
125 <item row="15" column="0">
126 <layout class="QHBoxLayout" name="horizontalLayout_4">
127 <item>
128 <widget class="QLabel" name="label_3">
129 <property name="text">
130 <string>&lt;span style=&quot; font-size:small;&quot;&gt;Firefox and Chrome are known to work. If your desired browser is currently running, close it first before launching it below. Command line options are supported.&lt;/span&gt;</string>
131 </property>
132 <property name="wordWrap">
133 <bool>true</bool>
134 </property>
135 </widget>
136 </item>
137 </layout>
138 </item>
139 <item row="3" column="0">
140 <spacer name="verticalSpacer_4">
141 <property name="orientation">
142 <enum>Qt::Vertical</enum>
143 </property>
144 <property name="sizeType">
145 <enum>QSizePolicy::Maximum</enum>
146 </property>
147 <property name="sizeHint" stdset="0">
148 <size>
149 <width>20</width>
150 <height>10</height>
151 </size>
152 </property>
153 </spacer>
154 </item>
155 <item row="4" column="0">
156 <widget class="QLabel" name="label">
157 <property name="text">
158 <string>TLS (Pre)-Master-Secret log file path (tls.keylog_file)</string>
159 </property>
160 </widget>
161 </item>
162 <item row="7" column="0">
163 <layout class="QHBoxLayout" name="horizontalLayout_3">
164 <item>
165 <widget class="QLabel" name="label_2">
166 <property name="text">
167 <string>&lt;span style=&quot; font-size:small;&quot;&gt;TLS session secrets will be logged to this file. If you change this field, hit the Save button to update the TLS protocol preferences.&lt;/span&gt;</string>
168 </property>
169 </widget>
170 </item>
171 </layout>
172 </item>
173 <item row="12" column="0">
174 <widget class="Line" name="line_2">
175 <property name="orientation">
176 <enum>Qt::Horizontal</enum>
177 </property>
178 </widget>
179 </item>
180 </layout>
181 </widget>
182 <resources/>
183 <connections>
184 <connection>
185 <sender>buttonBox</sender>
186 <signal>accepted()</signal>
187 <receiver>TLSKeylogDialog</receiver>
188 <slot>accept()</slot>
189 <hints>
190 <hint type="sourcelabel">
191 <x>248</x>
192 <y>254</y>
193 </hint>
194 <hint type="destinationlabel">
195 <x>157</x>
196 <y>274</y>
197 </hint>
198 </hints>
199 </connection>
200 <connection>
201 <sender>buttonBox</sender>
202 <signal>rejected()</signal>
203 <receiver>TLSKeylogDialog</receiver>
204 <slot>reject()</slot>
205 <hints>
206 <hint type="sourcelabel">
207 <x>316</x>
208 <y>260</y>
209 </hint>
210 <hint type="destinationlabel">
211 <x>286</x>
212 <y>274</y>
213 </hint>
214 </hints>
215 </connection>
216 </connections>
217 </ui>