URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c6dee1548992ced230b997b13890f2a1a7900331
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c6dee15 by Michael Mann (mmann78@xxxxxxxxxxxx):
Bugfix some issues with Follow HTTP Qt dialog
1. Populate packet number on follow HTTP handler.
2. Remove stream navigation (until its a little less buggy). This follows the convention of SSL which runs on top of a stream protocol (TCP), it's not a stream itself, which seems to be why its buggy.
Change-Id: Idf21be2a00a8fde0fbf16f40ca8c36a2a44b8993
Reviewed-on: https://code.wireshark.org/review/13027
Reviewed-by: David Morsberger <dave@xxxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 72b1889 Remove extraneous stuff from a comment.
adds c6dee15 Bugfix some issues with Follow HTTP Qt dialog
Summary of changes:
ui/qt/follow_stream_dialog.cpp | 39 ++++++++++++++++++++++++++++++++++-----
1 file changed, 34 insertions(+), 5 deletions(-)