Wireshark-commits: [Wireshark-commits] master 98f608c: Identify client/server by their IP address a

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 11 May 2014 17:01:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=98f608cc0ddd5493a18e87ffe09ed551969b8ae3
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

98f608c by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Identify client/server by their IP address and port number in follow streams dialog box
    
    This allows to properly identify hosts that use the same port number
    
    Change-Id: I93bf5b53e4df1d339fb06b372b90f88fce6785a0
    Reviewed-on: https://code.wireshark.org/review/1588
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  44d83c2   Don't build update-sminmpec by default when using CMake.
    adds  98f608c   Identify client/server by their IP address and port number in follow streams dialog box


Summary of changes:
 ui/gtk/follow_ssl.c            |    4 +++-
 ui/gtk/follow_tcp.c            |    8 ++++++--
 ui/gtk/follow_udp.c            |    8 +++++---
 ui/qt/follow_stream_dialog.cpp |   12 +++++++++---
 4 files changed, 23 insertions(+), 9 deletions(-)