Wireshark-commits: [Wireshark-commits] master 3a220ed: Fix extcap interface capture with tshark
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Apr 2015 17:44:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3a220ed25d3f2bd0b3530d13ccbd38cb5a6aad59
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3a220ed by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Fix extcap interface capture with tshark
    
    Extcap parameters must be saved when doing the interface number/name matching,
    otherwise extcap program is not launched and pipe is not created
    
    Change-Id: Iaa0c9ad145049ee6e7a285dfca904ceb0baf417f
    Reviewed-on: https://code.wireshark.org/review/8017
    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  2e8d8e1   dumpcap: fix opening of pipes on Windows broken since gbed29af
    adds  3a220ed   Fix extcap interface capture with tshark


Summary of changes:
 capture_opts.c |   30 ++++++++++++++++++++++++++++--
 1 file changed, 28 insertions(+), 2 deletions(-)