URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=acaff5ad2d36a0b770a78bdddd9f7c8b1bb9ab87
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
acaff5a by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: TCP Stream Graphs dialog updates.
Add duplicate ACK ticks to Statistics → TCP Stream Graphs → Time
Sequence (tcptrace), which I missed when porting from GTK+. Add zero
window crosses while we're here.
Switch TCPStreamDialog to a subclass of GeometryStateDialog.
Add a slot and URL for the Help button and a stub entry in the User's
Guide.
Bug: 12009
Change-Id: Idf2ddb9eb33d924d65998285b5cffc234156497c
Reviewed-on: https://code.wireshark.org/review/26592
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 6178d2a mmdbresolve is an executable; git should ignore it.
adds acaff5a Qt: TCP Stream Graphs dialog updates.
Summary of changes:
docbook/release-notes.asciidoc | 2 +
docbook/wsug_src/WSUG_chapter_statistics.asciidoc | 39 +++++++++---
ui/gtk/tcp_graph.c | 1 +
ui/help_url.c | 3 +
ui/help_url.h | 1 +
ui/qt/tcp_stream_dialog.cpp | 75 +++++++++++++++++++----
ui/qt/tcp_stream_dialog.h | 8 ++-
7 files changed, 107 insertions(+), 22 deletions(-)