Wireshark-commits: [Wireshark-commits] master d9e530b: Use address functions instead of ADDRESS mac

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Oct 2015 11:46:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d9e530bc177553c07bae7594e9b4f8e6235fc0e0
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d9e530b by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Use address functions instead of ADDRESS macros in ui.
    
    Replace CMP_ADDRESS, COPY_ADDRESS, et al with their lower-case
    equivalents in the ui directory.
    
    Change-Id: I10e95e66c8da5b880133452ebc484c53046e87ba
    Reviewed-on: https://code.wireshark.org/review/11199
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  86fe2be   Use address functions instead of ADDRESS macros in asn1 and epan
    adds  d9e530b   Use address functions instead of ADDRESS macros in ui.


Summary of changes:
 ui/cli/tap-comparestat.c           |    4 +-
 ui/cli/tap-follow.c                |   14 +++---
 ui/cli/tap-sctpchunkstat.c         |    8 ++--
 ui/gtk/capture_dlg.c               |    4 +-
 ui/gtk/capture_if_dlg.c            |    4 +-
 ui/gtk/compare_stat.c              |    8 ++--
 ui/gtk/conversations_table.c       |    4 +-
 ui/gtk/firewall_dlg.c              |    8 ++--
 ui/gtk/follow_ssl.c                |    4 +-
 ui/gtk/follow_udp.c                |    4 +-
 ui/gtk/hostlist_table.c            |    2 +-
 ui/gtk/iax2_analysis.c             |   32 +++++++-------
 ui/gtk/lbm_uimflow_dlg.c           |    6 +--
 ui/gtk/packet_win.c                |    2 +-
 ui/gtk/rtp_analysis.c              |   32 +++++++-------
 ui/gtk/rtp_player.c                |    4 +-
 ui/gtk/rtp_stream_dlg.c            |   16 +++----
 ui/gtk/sctp_assoc_analyse.c        |   16 +++----
 ui/gtk/sctp_chunk_stat.c           |    8 ++--
 ui/gtk/sctp_stat_dlg.c             |   16 +++----
 ui/gtk/tcp_graph.c                 |    4 +-
 ui/gtk/wlan_stat_dlg.c             |   10 ++---
 ui/iface_lists.c                   |    4 +-
 ui/mcast_stream.c                  |    8 ++--
 ui/qt/follow_stream_dialog.cpp     |    2 +-
 ui/qt/iax2_analysis_dialog.cpp     |   24 +++++-----
 ui/qt/lbm_uimflow_dialog.cpp       |    6 +--
 ui/qt/manage_interfaces_dialog.cpp |    4 +-
 ui/qt/rtp_analysis_dialog.cpp      |    8 ++--
 ui/rtp_stream.c                    |    4 +-
 ui/tap-rtp-common.c                |   12 ++---
 ui/tap-sctp-analysis.c             |    4 +-
 ui/tap-sequence-analysis.c         |   20 ++++-----
 ui/tap-tcp-stream.c                |   28 ++++++------
 ui/voip_calls.c                    |   86 ++++++++++++++++++------------------
 35 files changed, 210 insertions(+), 210 deletions(-)