1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>SearchFrame
</class>
4 <widget class=
"AccordionFrame" name=
"SearchFrame">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Frame
</string>
16 <property name=
"frameShape">
17 <enum>QFrame::NoFrame
</enum>
19 <property name=
"frameShadow">
20 <enum>QFrame::Plain
</enum>
22 <layout class=
"QVBoxLayout" name=
"verticalLayout">
23 <property name=
"spacing">
26 <property name=
"topMargin">
29 <property name=
"bottomMargin">
33 <layout class=
"QHBoxLayout" name=
"horizontalLayout" stretch=
"3,0,0,0,1,0,0">
34 <property name=
"topMargin">
37 <property name=
"bottomMargin">
41 <spacer name=
"horizontalSpacer_3">
42 <property name=
"orientation">
43 <enum>Qt::Horizontal
</enum>
45 <property name=
"sizeType">
46 <enum>QSizePolicy::Fixed
</enum>
48 <property name=
"sizeHint" stdset=
"0">
57 <widget class=
"QComboBox" name=
"searchInComboBox">
58 <property name=
"toolTip">
59 <string><html
><head/
><body
><p
>Search the Info column of the packet list (summary pane), decoded packet display labels (tree view pane) or the ASCII-converted packet data (hex view pane).
</p
></body
></html
></string>
62 <property name=
"text">
63 <string>Packet list
</string>
67 <property name=
"text">
68 <string>Packet details
</string>
72 <property name=
"text">
73 <string>Packet bytes
</string>
79 <spacer name=
"horizontalSpacer_2">
80 <property name=
"orientation">
81 <enum>Qt::Horizontal
</enum>
83 <property name=
"sizeHint" stdset=
"0">
92 <widget class=
"QComboBox" name=
"searchTypeComboBox">
93 <property name=
"toolTip">
94 <string><html
><head/
><body
><p
>Search for data using display filter syntax (e.g. ip.addr==
10.1.1.1), a hexadecimal string (e.g. fffffda5), a plain string (e.g. My String) or a regular expression (e.g. colou?r).
</p
></body
></html
></string>
97 <property name=
"text">
98 <string>Display filter
</string>
102 <property name=
"text">
103 <string>Hex value
</string>
107 <property name=
"text">
108 <string>String
</string>
112 <property name=
"text">
113 <string>Regular Expression
</string>
119 <widget class=
"DisplayFilterEdit" name=
"searchLineEdit">
120 <property name=
"sizePolicy">
121 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Fixed">
122 <horstretch>1</horstretch>
123 <verstretch>0</verstretch>
129 <widget class=
"QPushButton" name=
"findButton">
130 <property name=
"maximumSize">
132 <width>16777215</width>
136 <property name=
"text">
137 <string>Find
</string>
139 <property name=
"default">
145 <widget class=
"QPushButton" name=
"cancelButton">
146 <property name=
"maximumSize">
148 <width>16777215</width>
152 <property name=
"text">
153 <string>Cancel
</string>
160 <layout class=
"QHBoxLayout" name=
"horizontalLayout_2" stretch=
"3,0,0,0,0,0,0,1">
161 <property name=
"topMargin">
164 <property name=
"bottomMargin">
168 <spacer name=
"horizontalSpacer_4">
169 <property name=
"orientation">
170 <enum>Qt::Horizontal
</enum>
172 <property name=
"sizeType">
173 <enum>QSizePolicy::Fixed
</enum>
175 <property name=
"sizeHint" stdset=
"0">
184 <widget class=
"QLabel" name=
"optionLabel">
185 <property name=
"text">
186 <string><b
>Options:
</b
></string>
191 <widget class=
"QComboBox" name=
"charEncodingComboBox">
192 <property name=
"toolTip">
193 <string><html
><head/
><body
><p
>Search for strings containing narrow (UTF-
8 and ASCII) or wide (UTF-
16) characters.
</p
></body
></html
></string>
196 <property name=
"text">
197 <string>Narrow
& Wide
</string>
201 <property name=
"text">
202 <string>Narrow (UTF-
8 / ASCII)
</string>
206 <property name=
"text">
207 <string>Wide (UTF-
16)
</string>
213 <widget class=
"QCheckBox" name=
"caseCheckBox">
214 <property name=
"text">
215 <string>Case sensitive
</string>
220 <spacer name=
"horizontalSpacer_5">
221 <property name=
"orientation">
222 <enum>Qt::Horizontal
</enum>
224 <property name=
"sizeHint" stdset=
"0">
233 <widget class=
"QCheckBox" name=
"dirCheckBox">
234 <property name=
"text">
235 <string>Backwards
</string>
240 <spacer name=
"horizontalSpacer_6">
241 <property name=
"orientation">
242 <enum>Qt::Horizontal
</enum>
244 <property name=
"sizeHint" stdset=
"0">
253 <widget class=
"QCheckBox" name=
"multipleCheckBox">
254 <property name=
"toolTip">
255 <string><html
><head/
><body
><p
>Search for a subsequent occurrence in the current packet before advancing to the next packet.
</p
></body
></html
></string>
257 <property name=
"text">
258 <string>Multiple occurrences
</string>
268 <class>AccordionFrame
</class>
269 <extends>QFrame
</extends>
270 <header>accordion_frame.h
</header>
271 <container>1</container>
274 <class>DisplayFilterEdit
</class>
275 <extends>QLineEdit
</extends>
276 <header>widgets/display_filter_edit.h
</header>