Wireshark-commits: [Wireshark-commits] master-1.10 f6b86a4: Identify client/server by their IP addr
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 13 May 2014 05:15:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f6b86a46974b803de01ab4ffff19fdf46a91cfc7
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

f6b86a4 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>
    
    Conflicts:
    	ui/gtk/follow_ssl.c
    	ui/gtk/follow_tcp.c
    	ui/gtk/follow_udp.c
    	ui/qt/follow_stream_dialog.cpp
    
    (cherry picked from commit 98f608cc0ddd5493a18e87ffe09ed551969b8ae3)
    
    Change-Id: I6c984dc4e6e68ce74c619980777602fcd1b25cba
    Reviewed-on: https://code.wireshark.org/review/1612
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  b765985   Small fixes to Follow Streams dialog box: - get the right IPv6 client address - display the right client to server string for UDP/SSL in Qt port
    adds  f6b86a4   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 |    4 +++-
 3 files changed, 12 insertions(+), 4 deletions(-)