aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_src
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-02-13 08:36:53 -0800
committerGerald Combs <gerald@wireshark.org>2015-02-13 17:30:26 +0000
commit936f685af5e42b8faa01ae24aac6b71c47950b6f (patch)
tree166a628914ae37072336810e6c2254cba2665676 /docbook/wsug_src
parent4d5bdf4256cc723db5e55d1c49eca187b47186aa (diff)
Qt: Allow shift-double-clicking on a frame link.
You can open a new packet window in the GTK+ UI by holding down the shift key and double-clicking on a frame link in the protocol tree. Add this behavior to the Qt UI. Document the different ways of opening a new packet window and update the image. Change-Id: I55caf6cc8089a6c305fafd47b4870e7c69dbfb10 Reviewed-on: https://code.wireshark.org/review/7101 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/wsug_src')
-rw-r--r--docbook/wsug_src/WSUG_chapter_work.asciidoc17
1 files changed, 13 insertions, 4 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_work.asciidoc b/docbook/wsug_src/WSUG_chapter_work.asciidoc
index c297dda10a..71b281ee5f 100644
--- a/docbook/wsug_src/WSUG_chapter_work.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_work.asciidoc
@@ -30,16 +30,25 @@ You can also select and view packets the same way while Wireshark is capturing
if you selected ``Update list of packets in real time'' in the ``Capture
Preferences'' dialog box.
-In addition, you can view individual packets in a separate window as shown in
-<<ChWorkPacketSepView>>. Do this by selecting the packet in which you are
-interested in the packet list pane, and then select menu:View[Show Packet in New
-Window]. This allows you to easily compare two or even more packets.
+In addition you can view individual packets in a separate window as shown in
+<<ChWorkPacketSepView>>. You can do this by double-clicking on an item in the
+packet list or by selecting the packet in which you are interested in the packet
+list pane and selecting menu:View[Show Packet in New Window]. This allows you to
+easily compare two or more packets, even across multiple files.
[[ChWorkPacketSepView]]
.Viewing a packet in a separate window
image::wsug_graphics/ws-packet-sep-win.png[]
+Along with double-clicking the packet list and using the main menu there are a
+number of other ways to open a new packet window:
+
+- Hold down the shift key and double-click on a frame link in the packet
+ details.
+- From <<PacketListPopupMenuTable>>.
+- From <<PacketDetailsPopupMenuTable>>.
+
[[ChWorkDisplayPopUpSection]]
=== Pop-up menus