Wireshark-commits: [Wireshark-commits] master bd3196b: Don't waste time trying to run non-plain fil

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 27 Mar 2017 19:51:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bd3196b094ae46fa4396edbb406d68056cba6974
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bd3196b by Guy Harris (guy@xxxxxxxxxxxx):

    Don't waste time trying to run non-plain file and non-executable files.
    
    Directories, and non-executable files, aren't going to be extcap
    executables.
    
    This may not make much of a difference for an installed version of
    Wireshark, but it makes a difference if you're running from the build
    directory.
    
    Change-Id: Ib9953fa04392dc7a8420ddf28bab9726e6050c12
    Reviewed-on: https://code.wireshark.org/review/20752
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  cea97f2   Qt: fix capture statistics display in status bar
    adds  bd3196b   Don't waste time trying to run non-plain file and non-executable files.


Summary of changes:
 extcap.c |   28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)