Wireshark-commits: [Wireshark-commits] master f2786bc: extcap: Remove g_spawn_helper support

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 5 Jul 2016 11:55:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f2786bc8ff5ea25fd1c36d3ebf83a29277ee662b
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f2786bc by Roland Knall (rknall@xxxxxxxxx):

    extcap: Remove g_spawn_helper support
    
     Move g_spawn to separate file and implement functions to
     use Windows based method of spawning, instead of the glib
     based version
    
    Change-Id: Ibae03d834ec86531eba37dc8768fbf17ddadf57f
    Reviewed-on: https://code.wireshark.org/review/16049
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  fdd87a1   Network-Based IP Flow Mobility (NBIFOM) dissector
    adds  f2786bc   extcap: Remove g_spawn_helper support


Summary of changes:
 CMakeLists.txt                             |    1 +
 Makefile.am                                |    6 +-
 capture_opts.c                             |    3 +
 capture_opts.h                             |    1 +
 extcap.c                                   |  189 +++++---------
 extcap_spawn.c                             |  368 ++++++++++++++++++++++++++++
 codecs/G722/G722decode.c => extcap_spawn.h |   66 ++---
 packaging/nsis/CMakeLists.txt              |    2 -
 packaging/wix/CMakeLists.txt               |    8 -
 tools/Get-HardenFlags.ps1                  |    4 +-
 10 files changed, 461 insertions(+), 187 deletions(-)
 create mode 100644 extcap_spawn.c
 copy codecs/G722/G722decode.c => extcap_spawn.h (59%)