Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master bb81bef: glib: Get rid of GLIB_CHECK_VERSION as we no

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Apr 2018 16:07:55 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bb81bef5353138e4f8d80387c2a76650f79e4fb6
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bb81bef by Anders (anders.broman@xxxxxxxxxxxx):

    glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0
    
    Change-Id: Ie95cf37f9cd283545693e290340a7489cc989c95
    Reviewed-on: https://code.wireshark.org/review/26970
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ccff218   Forbid leading, duplicated and trailing dots in field names
    adds  bb81bef   glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0


Summary of changes:
 dumpcap.c                         | 51 ---------------------------------------
 epan/dissectors/make-dissectors.c |  1 -
 epan/dissectors/packet-dcerpc.c   |  1 -
 epan/dissectors/packet-fc00.c     | 16 ------------
 epan/dissectors/packet-zbee-nwk.c |  1 -
 epan/epan.c                       |  8 ------
 epan/print.c                      |  1 -
 epan/proto.c                      |  1 -
 epan/register.c                   |  1 -
 epan/sequence_analysis.c          | 17 -------------
 epan/tap.c                        |  1 -
 extcap.c                          |  1 -
 extcap/ciscodump.c                |  1 -
 extcap/sshdump.c                  |  1 -
 sharkd_session.c                  |  1 -
 tfshark.c                         |  3 ---
 tshark.c                          |  7 ------
 ui/filter_files.c                 |  1 -
 ui/make-taps.c                    |  1 -
 ui/profile.c                      |  1 -
 ui/qt/compiled_filter_output.cpp  |  4 ---
 ui/recent.c                       |  1 -
 22 files changed, 121 deletions(-)