aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-01-06 21:39:26 +0100
committerAnders Broman <a.broman58@gmail.com>2018-01-08 05:50:15 +0000
commite80b40adbe823be084fb49cd84336939916120bb (patch)
treed712734b953f7df6f1f79519c7abc73029152e1d /doc
parent6f93baced0fba7d07425e14ea698f4607964c6ed (diff)
extcap: remove conditional compilation.
Change-Id: Ia54bba388755cf27a343fe6d69d244bf1ab897f9 Reviewed-on: https://code.wireshark.org/review/25186 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.extcap10
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/README.extcap b/doc/README.extcap
index 3ce07aa161..acd6ca7090 100644
--- a/doc/README.extcap
+++ b/doc/README.extcap
@@ -389,13 +389,9 @@ Messages with unknown control number or command will be silently ignored.
DEVELOPMENT
===========
-To have extcap support, extcap must be enabled. Moreover the specific extcap must
-be compiled. Examples for autotools and cmake compiling the extcap plugin androiddump
-are provided within wireshark. The extcap subsystem and the bundled extcaps are compiled
-by default.
-
-autotools: ./configure --with-extcap --enable-androiddump
-cmake: cmake -DENABLE_EXTCAP=ON -DBUILD_androiddump ..
+To have extcap support, the specific extcap must be compiled. Examples for autotools and
+cmake compiling the extcap plugin androiddump are provided within wireshark.
+The extcap subsystem and the bundled extcaps are compiled by default.
Additionally there is an example python script available in doc/extcap_example.py.