Wireshark-commits: [Wireshark-commits] master 023cf32: Qt: support selecting the min/max packet fro
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=023cf320ebc2ce467aec07136c74a32254cf733c
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
023cf32 by Peter Wu (peter@xxxxxxxxxxxxx):
Qt: support selecting the min/max packet from IO Graph
GTK+ supports selecting the first packet (via the "left mouse button")
and the last packet (via the "right mouse button") in an interval, and
Qt supports selecting the last packet of an interval. This patch enables
picking the packet matching the extreme value in Qt.
Bug: 12401
Change-Id: If0b7f2f1bf8c384ea0d68b5f5fae2d1e8b4b0ac2
Reviewed-on: https://code.wireshark.org/review/20769
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from a5f9b4e Qt: fix tracer and selection of packet in IO Graph
adds 023cf32 Qt: support selecting the min/max packet from IO Graph
Summary of changes:
ui/io_graph_item.h | 44 ++++++++++++++++++++++++++++++++++++++++++++
ui/qt/io_graph_dialog.cpp | 8 +++++++-
2 files changed, 51 insertions(+), 1 deletion(-)