Wireshark-commits: [Wireshark-commits] master 357cfd3: A bunch of "{Mac} OS X" -> "macOS" changes.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 5 Apr 2017 19:16:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=357cfd3b035d1ba6438e82cc1cbec105874206b6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

357cfd3 by Guy Harris (guy@xxxxxxxxxxxx):

    A bunch of "{Mac} OS X" -> "macOS" changes.
    
    Avoid anachronisms, however; there was no "macOS 10.0" or even "OS X
    10.0", for example.  It was "Mac OS X" until 10.8 (although 10.7 was
    sometimes called "OS X" and sometimes called "Mac OS X"), and it was "OS
    X" from 10.8 to 10.11.
    
    Change-Id: Ie4a848997dcc6c45c2245c1fb84ec526032375c3
    Reviewed-on: https://code.wireshark.org/review/20933
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1f94d34   Update comments.
    adds  357cfd3   A bunch of "{Mac} OS X" -> "macOS" changes.


Summary of changes:
 CMakeLists.txt                              |   30 ++++++++++++++-------------
 CMakeOptions.txt                            |    4 ++--
 Makefile.am                                 |    6 +++---
 README                                      |    2 +-
 README.cmake                                |   12 +++++------
 README.macos                                |   23 ++++++++++----------
 caputils/capture-pcap-util-unix.c           |    4 ++--
 caputils/capture-pcap-util.c                |    4 ++--
 caputils/iface_monitor.c                    |    2 +-
 caputils/iface_monitor.h                    |    2 +-
 cmake/modules/FindM.cmake                   |    2 +-
 cmake/modules/FindOS_X_FRAMEWORKS.cmake     |    8 +++----
 cmake/modules/FindPCAP.cmake                |    2 +-
 cmakeconfig.h.in                            |    4 ++--
 doc/README.plugins                          |    4 ++--
 doc/README.vagrant                          |    4 ++--
 dumpcap.c                                   |    6 +++---
 epan/addr_resolv.c                          |    2 +-
 epan/aftypes.h                              |    2 +-
 epan/dissectors/packet-corosync-totemsrp.c  |    2 +-
 epan/dissectors/packet-ieee80211-radiotap.c |    2 +-
 epan/dissectors/packet-rpc.c                |    6 +++---
 epan/dissectors/packet-smb2.c               |    2 +-
 epan/prefs.c                                |    4 ++--
 help/faq.py                                 |    8 +++----
 image/README.image                          |    4 ++--
 m4/ws_osx.m4                                |    4 +---
 macosx-support-lib-patches/qt-fix-pc-files  |    2 +-
 packaging/macosx/ChmodBPF/ChmodBPF          |    4 ++--
 packaging/macosx/Info.plist.in              |    2 +-
 packaging/macosx/osx-app.sh                 |   10 ++++-----
 test/run_and_catch_crashes                  |    2 +-
 test/suite-capture.sh                       |    2 +-
 tfshark.c                                   |    4 ++--
 tools/checkAPIs.pl                          |    2 +-
 tools/test-common.sh                        |   10 ++++-----
 tshark.c                                    |    4 ++--
 ui/commandline.c                            |    2 +-
 ui/console.c                                |    2 +-
 ui/gtk/file_dlg.c                           |    6 +++---
 ui/gtk/main.c                               |    2 +-
 ui/gtk/main_menubar.c                       |    2 +-
 ui/gtk/prefs_gui.c                          |    4 ++--
 ui/gtk/rlc_lte_graph.c                      |    2 +-
 ui/gtk/tcp_graph.c                          |    2 +-
 ui/gtk/webbrowser.c                         |    6 +++---
 ui/qt/capture_file_dialog.h                 |    2 +-
 ui/qt/capture_filter_syntax_worker.cpp      |    2 +-
 ui/qt/export_object_dialog.cpp              |    2 +-
 ui/qt/geometry_state_dialog.h               |    6 +++---
 ui/qt/interface_tree_model.cpp              |    2 +-
 ui/qt/io_graph_dialog.cpp                   |    2 +-
 ui/qt/main_welcome.cpp                      |    2 +-
 ui/qt/main_welcome.h                        |    2 +-
 ui/qt/main_window.cpp                       |    8 +++----
 ui/qt/main_window_slots.cpp                 |   14 ++++++-------
 ui/qt/manage_interfaces_dialog.cpp          |    2 +-
 ui/qt/overlay_scroll_bar.cpp                |    2 +-
 ui/qt/packet_list.cpp                       |    4 ++--
 ui/qt/profile_dialog.cpp                    |    2 +-
 ui/qt/progress_frame.cpp                    |    2 +-
 ui/qt/protocol_preferences_menu.cpp         |    2 +-
 ui/qt/rtp_audio_stream.cpp                  |    2 +-
 ui/qt/sctp_chunk_statistics_dialog.cpp      |    2 +-
 ui/qt/stock_icon.cpp                        |    2 +-
 ui/qt/stock_icon_tool_button.cpp            |    4 ++--
 ui/qt/wireshark_application.cpp             |   14 ++++++-------
 ui/qt/wireshark_application.h               |    2 +-
 wireshark-mime-package.xml                  |    2 +-
 wiretap/file_access.c                       |   10 ++++-----
 wiretap/pcapng.c                            |    2 +-
 ws_diag_control.h                           |    6 +++---
 wsutil/CMakeLists.txt                       |    2 +-
 wsutil/crash_info.c                         |    2 +-
 wsutil/filesystem.c                         |    2 +-
 wsutil/os_version_info.c                    |   12 +++++------
 wsutil/privileges.c                         |    2 +-
 wsutil/utf8_entities.h                      |    2 +-
 78 files changed, 175 insertions(+), 174 deletions(-)