Wireshark-commits: [Wireshark-commits] master 6e60dff: Pass SslPacketInfo structure directly to SSL

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 3 Jan 2016 15:24:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6e60dffc106c8140c04176809923fc68609f2486
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6e60dff by Michael Mann (mmann78@xxxxxxxxxxxx):

    Pass SslPacketInfo structure directly to SSL tap instead of having listeners get it themselves anyway.
    
    Change-Id: I3817d12e473b67e26159e1562a08169e91f51d46
    Reviewed-on: https://code.wireshark.org/review/13019
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  5dd1401   Cleanup follow stream code
    adds  6e60dff   Pass SslPacketInfo structure directly to SSL tap instead of having listeners get it themselves anyway.


Summary of changes:
 epan/dissectors/packet-ssl.c   |    4 ++--
 ui/cli/tap-follow.c            |    2 +-
 ui/gtk/follow_ssl.c            |    4 +---
 ui/qt/follow_stream_dialog.cpp |    4 +---
 4 files changed, 5 insertions(+), 9 deletions(-)