aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorChuck Craft <bubbasnmp@gmail.com>2020-05-12 13:48:10 -0500
committerAnders Broman <a.broman58@gmail.com>2020-07-15 20:36:35 +0000
commit93012800c8b27815db844785d61c79a93d1fb834 (patch)
tree6ffb404997cf8eefe2dbec88cf84d05cd238e6b5 /docbook
parentf793923a12e9a39bdfb2a2aaa83a8b1042b3ef7e (diff)
Extcap: silent mode install
Extcap binaries are not part of default install. Normal (graphical) allows them to be selected for installation. Add flags to allow install when doing command line (silent) install. Ping-Bug: 16562 Change-Id: I6ce0fa3b46f9820dc7f66945cda963a3f629579b Reviewed-on: https://code.wireshark.org/review/37185 Petri-Dish: Roland Knall <rknall@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_build_install.adoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_build_install.adoc b/docbook/wsug_src/WSUG_chapter_build_install.adoc
index dcc6b6e974..a231f5cba4 100644
--- a/docbook/wsug_src/WSUG_chapter_build_install.adoc
+++ b/docbook/wsug_src/WSUG_chapter_build_install.adoc
@@ -168,9 +168,25 @@ For special cases, there are some command line parameters available:
* `/NCRC` disables the CRC check. We recommend against using this flag.
+* `/EXTRACOMPONENTS` comma separated list of optional components to install.
+The following extcap binaries are supported.
+
+
+** `androiddump` - Provide interfaces to capture from Android devices
+
+** `ciscodump` - Provide interfaces to capture from a remote Cisco router through SSH
+
+** `randpktdump` - Provide an interface to generate random captures using randpkt
+
+** `sshdump` - Provide interfaces to capture from a remote host through SSH using a remote capture binary
+
+** `udpdump` - Provide an UDP receiver that gets packets from network devices
+
Example:
----
> Wireshark-win64-wireshark-2.0.5.exe /NCRC /S /desktopicon=yes /quicklaunchicon=no /D=C:\Program Files\Foo
+
+> Wireshark-win64-3.3.0.exe /S /EXTRACOMPONENTS=sshdump,udpdump
----
Running the installer without any parameters shows the normal interactive installer.