Wireshark-commits: [Wireshark-commits] master 72e2c3a: Have a routine to iterate over the remote ho

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 21 Feb 2017 02:32:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=72e2c3acfac3f56d1b6276d6cbbf55695da849b4
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

72e2c3a by Guy Harris (guy@xxxxxxxxxxxx):

    Have a routine to iterate over the remote host list.
    
    Have a routine that iterates over the remote host list if it exists.
    
    Remove the routine to get the remote host list; all accesses should be
    through functions in ui/remote.c.
    
    Change-Id: Idddceba76b50ce85ef8557e132d7552191c2fddc
    Reviewed-on: https://code.wireshark.org/review/20217
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  e18ad46   Don't use identical log messages for non-identical error cases.
    adds  72e2c3a   Have a routine to iterate over the remote host list.


Summary of changes:
 ui/gtk/capture_dlg.c            |    5 ++---
 ui/qt/remote_capture_dialog.cpp |   10 ++++++----
 ui/recent.c                     |    6 ++++--
 ui/recent.h                     |    8 +++++---
 4 files changed, 17 insertions(+), 12 deletions(-)