ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master f3c62ed: Move the GLib version info string stuff to g

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Jul 2014 15:10:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f3c62edc7738f30f5ccf3861e4839539fd558367
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f3c62ed by Guy Harris (guy@xxxxxxxxxxxx):

    Move the GLib version info string stuff to get_glib_version_info().
    
    Change-Id: I1013ad9a0a98bcbf07fe597f9e932f2ea1a5cd28
    Reviewed-on: https://code.wireshark.org/review/2818
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  87cf043   Fix bulding of reordercap
    adds  f3c62ed   Move the GLib version info string stuff to get_glib_version_info().


Summary of changes:
 version_info.c                                     |   11 ++-----
 wsutil/CMakeLists.txt                              |    1 +
 wsutil/Makefile.common                             |    2 ++
 epan/tvbuff_base64.c => wsutil/glib_version_info.c |   33 ++++++++++----------
 wsutil/{copyright_info.h => glib_version_info.h}   |   15 +++++----
 5 files changed, 29 insertions(+), 33 deletions(-)
 copy epan/tvbuff_base64.c => wsutil/glib_version_info.c (66%)
 copy wsutil/{copyright_info.h => glib_version_info.h} (75%)