Wireshark-commits: [Wireshark-commits] master c8f7e16: Some routine name changes.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c8f7e16b57ed02dd5b4ccba7ec16ac37ae37beb6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c8f7e16 by Guy Harris (guy@xxxxxxxxxxxx):
Some routine name changes.
"get_addr_name()" -> "ep_address_to_display()", to 1) indicate that it
returns a string with ephemeral scope and 2) indicate that it maps an
address to a "displayable" form - a name if possible, an address string
if not.
"se_get_addr_name()" -> "get_addr_name()", to indicate that its strings
have the same scope as "get_ether_name()", "get_hostname()", and
"get_hostname6()".
Change-Id: If2ab776395c7a4a163fef031d92b7757b5d23838
Reviewed-on: https://code.wireshark.org/review/1216
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from c03f13b IPV6 Mobility Header Binding Revocation Acknowledge Global field is the wrong bit
adds c8f7e16 Some routine name changes.
Summary of changes:
epan/addr_resolv.c | 13 +++----------
epan/addr_resolv.h | 8 ++++----
epan/column-utils.c | 2 +-
epan/dissectors/packet-ipv6.c | 4 ++--
epan/wslua/wslua_pinfo.c | 2 +-
ui/cli/tap-rtp.c | 4 ++--
ui/gtk/conversations_table.c | 4 ++--
ui/gtk/graph_analysis.c | 2 +-
ui/gtk/hostlist_table.c | 2 +-
ui/gtk/iax2_analysis.c | 24 ++++++++++++------------
ui/gtk/mcast_stream.c | 4 ++--
ui/gtk/mcast_stream_dlg.c | 8 ++++----
ui/gtk/rtp_analysis.c | 24 ++++++++++++------------
ui/gtk/rtp_player.c | 16 ++++++++--------
ui/gtk/rtp_stream_dlg.c | 12 ++++++------
ui/gtk/voip_calls_dlg.c | 2 +-
ui/gtk/wlan_stat_dlg.c | 6 +++---
ui/qt/sequence_diagram.cpp | 2 +-
ui/qt/sequence_dialog.cpp | 2 +-
ui/tap-rtp-common.c | 2 +-
ui/tap-sequence-analysis.c | 4 ++--
21 files changed, 70 insertions(+), 77 deletions(-)