Wireshark-commits: [Wireshark-commits] master e5f4c5c: Windows: Wait for dumpcap to initialize.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 27 Apr 2016 23:11:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e5f4c5c8a80e2f5970b8c1d4fdfc29ab851f0e6f
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e5f4c5c by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Windows: Wait for dumpcap to initialize.
    
    As the MSDN documentation says, "CreateProcess returns without waiting
    for the new process to finish its initialization." Add an SP_INIT sync
    pipe indicator on Windows and use it in dumpcap to signal to its parent
    that it has started up.
    
    Change-Id: I88a4c158871dbe2dd6eba13434e92c5d4b1c2e4b
    Reviewed-on: https://code.wireshark.org/review/15132
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  ab6c9f2   Fix "Follow TCP stream" when TCP desegmentation is disabled.
    adds  e5f4c5c   Windows: Wait for dumpcap to initialize.


Summary of changes:
 capchild/capture_sync.c |   33 +++++++++++++++++++++++++++++++--
 dumpcap.c               |    2 ++
 sync_pipe.h             |    1 +
 3 files changed, 34 insertions(+), 2 deletions(-)