Wireshark-commits: [Wireshark-commits] master a111224: Move get_os_version_info() to libwsutil.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Jun 2014 18:02:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a1112249fa5c050646c3093509e8883dca622215
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a111224 by Guy Harris (guy@xxxxxxxxxxxx):

    Move get_os_version_info() to libwsutil.
    
    This mean we also have to move CFString_to_C_string() there for OS X.
    
    Change-Id: Ic91ad872e9d5290cf34f842503ededd5452e4337
    Reviewed-on: https://code.wireshark.org/review/2511
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  43443af   Move get_copyright_info() to wsutil.
    adds  a111224   Move get_os_version_info() to libwsutil.


Summary of changes:
 CMakeLists.txt                                 |    2 -
 Makefile.common                                |    3 -
 capture-pcap-util.c                            |    2 +-
 dumpcap.c                                      |    1 +
 ui/gtk/file_import_dlg.c                       |    1 +
 ui/tap_export_pdu.c                            |    1 +
 version_info.c                                 |  448 +-----------------------
 version_info.h                                 |    5 -
 wsutil/CMakeLists.txt                          |    3 +
 wsutil/Makefile.am                             |    1 +
 wsutil/Makefile.common                         |    4 +
 cfutils.c => wsutil/cfutils.c                  |    0
 cfutils.h => wsutil/cfutils.h                  |   19 +-
 version_info.c => wsutil/os_version_info.c     |  359 +------------------
 wsutil/{copyright_info.h => os_version_info.h} |   15 +-
 15 files changed, 45 insertions(+), 819 deletions(-)
 rename cfutils.c => wsutil/cfutils.c (100%)
 rename cfutils.h => wsutil/cfutils.h (74%)
 copy version_info.c => wsutil/os_version_info.c (61%)
 copy wsutil/{copyright_info.h => os_version_info.h} (75%)