Wireshark-commits: [Wireshark-commits] master 2e8d8e1: dumpcap: fix opening of pipes on Windows bro

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Apr 2015 17:43:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2e8d8e12cdc490488b8dc221f430f62dc7ad171c
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2e8d8e1 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    dumpcap: fix opening of pipes on Windows broken since gbed29af
    
    Previous code was assuming that all local pipes were of extcap type. Let's explicitly check for extcap prefix now.
    
    Bug: 10803
    Change-Id: If955e77a9ee2af11b553740269964c40273d5177
    Reviewed-on: https://code.wireshark.org/review/8013
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  9ea5215   Qt: Add option to copy all visible item or selected tree items in Packet Details pane
    adds  2e8d8e1   dumpcap: fix opening of pipes on Windows broken since gbed29af


Summary of changes:
 dumpcap.c |   18 +++++++++++++++++-
 extcap.c  |    3 ---
 extcap.h  |    3 +++
 3 files changed, 20 insertions(+), 4 deletions(-)