aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-07-29 16:24:39 -0700
committerGerald Combs <gerald@wireshark.org>2015-07-30 19:13:38 +0000
commit16b048d34b51af0ddcfe6dd47865628bcd07223c (patch)
tree356e85b15a51a3418401efe9c90a2b447df4457d /ui/qt/main_window.ui
parente482786ae8278377edeb1ac40cb68accdb71451f (diff)
Packet list and detail context menu updates.
Add some missing items to the packet list and detail "Copy" context menus. Don't nest the "Copy" items so deeply. Add YAML to the supported summary formats. Note that "Copy as Binary" copies to the clipboard as application/octet-stream, which is a) arguably correct, and b) not very useful. Fixes welcome. Enable and disable packet detail context menu items from a set of booleans similar to the packet list. Change-Id: Iaa931c766aa476c33f27de089e5c4dbaf9ce74d6 Ping-Bug: 9320 Bug: 10831 Reviewed-on: https://code.wireshark.org/review/9825 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui36
1 files changed, 28 insertions, 8 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index f2c3b09a09..1876ddf73c 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -2285,24 +2285,44 @@
<string>Show or hide the packet bytes</string>
</property>
</action>
- <action name="actionFollow">
+ <action name="actionContextCopyBytesHexTextDump">
<property name="text">
- <string>Follow...</string>
+ <string>Copy Bytes as Hex + ASCII Dump</string>
+ </property>
+ <property name="toolTip">
+ <string>Copy packet bytes as a hex and ASCII dump.</string>
</property>
</action>
- <action name="actionSCTP">
+ <action name="actionContextCopyBytesHexDump">
<property name="text">
- <string>SCTP</string>
+ <string>…as Hex Dump</string>
+ </property>
+ <property name="toolTip">
+ <string>Copy packet bytes as a hex dump.</string>
</property>
</action>
- <action name="actionCopy">
+ <action name="actionContextCopyBytesPrintableText">
<property name="text">
- <string>Copy</string>
+ <string>…as Printable Text</string>
+ </property>
+ <property name="toolTip">
+ <string>Copy only the printable text in the packet.</string>
</property>
</action>
- <action name="actionBytes">
+ <action name="actionContextCopyBytesHexStream">
<property name="text">
- <string>Bytes</string>
+ <string>…as a Hex Stream</string>
+ </property>
+ <property name="toolTip">
+ <string>Copy packet bytes as a stream of hex.</string>
+ </property>
+ </action>
+ <action name="actionContextCopyBytesBinary">
+ <property name="text">
+ <string>…as Raw Binary</string>
+ </property>
+ <property name="toolTip">
+ <string>Copy packet bytes as application/octet-stream MIME data.</string>
</property>
</action>
<action name="actionTelephonyVoipCalls">