Wireshark-commits: [Wireshark-commits] master-3.0 3f29875: extcap: Multiple extcap instance support

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 07 Oct 2019 10:36:17 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3f29875bf1fc0f80fa80ab2161799db66e1f0e5e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

3f29875 by Tomasz Moń (desowin@xxxxxxxxx):

    extcap: Multiple extcap instance support on Windows
    
    Wireshark does create named pipes and waits for the child process to
    connect. The named pipe server handle is inheritable and thus available
    in child dumpcap process. Pass the handle identifier instead of named
    pipe name so dumpcap can use it.
    
    Bug: 13653
    Change-Id: Id2c019f67a63f1ea3d98b9da2153d6de5078cd01
    Reviewed-on: https://code.wireshark.org/review/34503
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/34722
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  2fa9fad   dumpcap: fix capture library version display on Windows
     add  3f29875   extcap: Multiple extcap instance support on Windows


Summary of changes:
 capchild/capture_sync.c |  14 ++++---
 dumpcap.c               | 100 ++++++++++++++++++++++++------------------------
 2 files changed, 59 insertions(+), 55 deletions(-)