summaryrefslogtreecommitdiff
path: root/extcap/androiddump.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-12-09 11:52:42 +0100
committerDario Lombardo <lomato@gmail.com>2016-12-20 08:23:11 +0000
commite5596b74bd41fe416a947f882a1a0609b5c0892b (patch)
tree7cd697eb4448938298c990483d350f4195b2992e /extcap/androiddump.c
parent87a9a2989bf5f004473fb415625fe465f2d4eaad (diff)
downloadwireshark-e5596b74bd41fe416a947f882a1a0609b5c0892b.tar.gz
extcap: set help page for all extcaps.
They've been set to the manpage of the local filesystem. Ping-Bug: 13218 Change-Id: Iacd5d2ba7ae39ee1718b59747c245d1c07785e8f Reviewed-on: https://code.wireshark.org/review/19179 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'extcap/androiddump.c')
-rw-r--r--extcap/androiddump.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/extcap/androiddump.c b/extcap/androiddump.c
index 0af6f2de55..e38d4b3f0b 100644
--- a/extcap/androiddump.c
+++ b/extcap/androiddump.c
@@ -31,6 +31,7 @@
#include <errno.h>
#include <time.h>
#include <wsutil/strtoi.h>
+#include <wsutil/filesystem.h>
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
@@ -2590,7 +2591,7 @@ int main(int argc, char **argv) {
extcap_conf = g_new0(extcap_parameters, 1);
extcap_base_set_util_info(extcap_conf, argv[0], ANDROIDDUMP_VERSION_MAJOR, ANDROIDDUMP_VERSION_MINOR,
- ANDROIDDUMP_VERSION_RELEASE, NULL);
+ ANDROIDDUMP_VERSION_RELEASE, data_file_url("androiddump.html"));
help_header = g_strdup_printf(
" %s --extcap-interfaces [--adb-server-ip=<arg>] [--adb-server-tcp-port=<arg>]\n"