aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_range_group_box.ui
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2023-07-16 08:04:26 -0400
committerGuy Harris <gharris@sonic.net>2023-07-16 19:42:19 +0000
commitdcc9cbffefe0598eadec11cbc1869943a26219c5 (patch)
tree740c21de0e32944ea2459885e3063a11ed47e099 /ui/qt/packet_range_group_box.ui
parent39a0efc3ad5f1c09dad7670b34b89818e7bfdaf8 (diff)
Qt: Include a checkbox to export without depended upon packets
Add a checkbox to allow users to Export Specified Packets without including frames which the displayed frames depend upon. Note that exporting Marked Range and User Range include frames within the range that any displayed frame depends upon. What we almost surely want instead is to include any frame that a displayed frame within the range depends upon. These are often similar, but not the same, especially at the beginning and end. Fix #7667
Diffstat (limited to 'ui/qt/packet_range_group_box.ui')
-rw-r--r--ui/qt/packet_range_group_box.ui20
1 files changed, 20 insertions, 0 deletions
diff --git a/ui/qt/packet_range_group_box.ui b/ui/qt/packet_range_group_box.ui
index 2371175c72..59847939fc 100644
--- a/ui/qt/packet_range_group_box.ui
+++ b/ui/qt/packet_range_group_box.ui
@@ -87,6 +87,16 @@
</property>
</widget>
</item>
+ <item row="8" column="0" colspan="2">
+ <widget class="QCheckBox" name="dependedCheckBox">
+ <property name="text">
+ <string>Include &amp;depended upon packets</string>
+ </property>
+ <property name="toolTip">
+ <string>Also include packets depended upon, such as those used to reassemble displayed packets</string>
+ </property>
+ </widget>
+ </item>
<item row="3" column="3">
<widget class="QLabel" name="markedDisplayedLabel">
<property name="text">
@@ -243,6 +253,16 @@
</property>
</widget>
</item>
+ <item row="8" column="3">
+ <widget class="QLabel" name="dependedDisplayedLabel">
+ <property name="text">
+ <string>-</string>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
<customwidgets>