Wireshark-commits: [Wireshark-commits] master 9910d8c: extcap: Pass --extcap-version if extcap supp

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 10 Dec 2019 08:49:40 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9910d8c913d2a1874c7f98ef3bf3ad2921dd67e4
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9910d8c by Rafał Kuźnia (rafal.kuznia@xxxxxxxxxxxxxx):

    extcap: Pass --extcap-version if extcap supports it
    
    This change makes the --extcap-version argument to be passed to the extcap
    script, if it is supported. If the extcap fails with --extcap-version argument,
    it is treated as legacy and will not receive the additional argument in all
    subsequent runs.
    
    Change-Id: I279aa38d9f39ed85ccb84ba2c09dd93a0492ca51
    Reviewed-on: https://code.wireshark.org/review/34914
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  14e4759   Qt: Bump our minimum Qt version from 5.2. to 5.3.
     add  9910d8c   extcap: Pass --extcap-version if extcap supports it


Summary of changes:
 extcap.c        | 75 +++++++++++++++++++++++++++++++++++++++++++++------------
 extcap_parser.h | 11 +++++----
 2 files changed, 66 insertions(+), 20 deletions(-)