Wireshark-commits: [Wireshark-commits] master 06926ae: Wait for extcap to connect to pipe on Window
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 4 Oct 2014 11:12:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=06926aed88eaf2d17b589beb999b079366c22380
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

06926ae by Tomasz Moń (desowin@xxxxxxxxx):

    Wait for extcap to connect to pipe on Windows.
    
    This prevents dumpcap from failing with timeout exceeded error message
    with some extcaps (especially those that display UAC screen) by making
    sure that extcap connects to pipe before dumpcap is even started.
    
    Change-Id: I549da9217c7f4ae89509330ca4fa613a119a9523
    Reviewed-on: https://code.wireshark.org/review/4428
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  a7d6321   Use some macros to clean up the Snifer decompression code.
    adds  06926ae   Wait for extcap to connect to pipe on Windows.


Summary of changes:
 capture_opts.h |    1 +
 extcap.c       |  130 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 129 insertions(+), 2 deletions(-)