extcap: Fix extcap_example.bat arguments wildcard

Change-Id: I3aa1b14e8047e4eec14464db80d7e03fa7a5dc57
Reviewed-on: https://code.wireshark.org/review/12464
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Stig Bjørlykke 2015-12-07 13:42:26 +01:00 committed by Alexis La Goutte
parent 032c33e998
commit ca9970cd27
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ the extcap folder, with the following content:
-------
@echo off
<Path to python interpreter> <Path to script file> $*
<Path to python interpreter> <Path to script file> %*
-------
Windows is not able to execute Python scripts directly, which also goes for all