aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsdg_src
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2019-06-09 08:06:00 -0400
committerAnders Broman <a.broman58@gmail.com>2019-06-09 23:17:31 +0000
commit6476ec79aaea3f90fa840c787dbe1bfeb0b01176 (patch)
tree92be995fda71febe68aec0398fe84070beb638f2 /docbook/wsdg_src
parentf93edf223b697f7ffbb577acf8312acf6637bf83 (diff)
Document why extcap utilities can't be run "by hand" on Windows
Bug: 15591 Change-Id: Icb8246ba196df026736ce1e54eb2ace2c7cd49b0 Reviewed-on: https://code.wireshark.org/review/33530 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'docbook/wsdg_src')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_capture.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_capture.adoc b/docbook/wsdg_src/WSDG_chapter_capture.adoc
index 81d45b9e55..01a4eea849 100644
--- a/docbook/wsdg_src/WSDG_chapter_capture.adoc
+++ b/docbook/wsdg_src/WSDG_chapter_capture.adoc
@@ -71,6 +71,12 @@ IMPORTANT: *Windows Users* Because of restrictions directly calling the script m
In such a case, a batch file may be provided, which then in turn executes the script.
Please refer to <<ChCaptureExtcapWindowsShell>> for more information.
+When Wireshark launches an extcap, it automatically adds its installation path
+(c:\Program Files\Wireshark\) to the DLL search path so that the extcap library dependencies
+can be found (it is not designed to be launched by hand). This is done on purpose. There should
+only be extcap programs (executable, python scripts, ...) in the extcap folder to reduce the startup
+time and not have Wireshark trying to execute other file types.
+
[[ChCaptureExtcapProcess]]
==== Extcap command line interface