Wireshark-commits: [Wireshark-commits] master c6dee15: Bugfix some issues with Follow HTTP Qt dialo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 4 Jan 2016 01:26:32 +0000 (UTC)
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(-)