summaryrefslogtreecommitdiff
path: root/doc/extcap_example.py
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-12-07 13:42:26 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-12-07 13:54:33 +0000
commitca9970cd27fc110eaa455c076038402314e4d95c (patch)
treee8daf4bc243d2e492fe5eaf32f9a6141cbcc2f7f /doc/extcap_example.py
parent032c33e998c63e27c618ede5e97c42ae1eac2ca7 (diff)
downloadwireshark-ca9970cd27fc110eaa455c076038402314e4d95c.tar.gz
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>
Diffstat (limited to 'doc/extcap_example.py')
-rwxr-xr-xdoc/extcap_example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extcap_example.py b/doc/extcap_example.py
index f49a129f66..1eab8d39e4 100755
--- a/doc/extcap_example.py
+++ b/doc/extcap_example.py
@@ -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