aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2016-02-06 19:14:20 +0100
committerMichal Labedzki <michal.labedzki@tieto.com>2016-03-12 18:26:33 +0000
commit3c143d28468a68e6c9460c649d075231756de858 (patch)
treef3098fe7c21f8211b6fb4ffa5cad0349cc49f7ad /doc
parenta69d07dca03fdf286e023d399defee8cb715bbe5 (diff)
androiddump 1.0.2: Fix a lot of usage of recv()
recv() can return negative value or 0 in "error cases". There is need to check it. This also solved empty interfaces list if there is unauthenticated device. Bug: 12080 Change-Id: If6cd0e0933b64e9ac9bbb66b3b8138f7177451d1 Reviewed-on: https://code.wireshark.org/review/14316 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/androiddump.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/androiddump.pod b/doc/androiddump.pod
index 21a7c065da..1149d6f580 100644
--- a/doc/androiddump.pod
+++ b/doc/androiddump.pod
@@ -50,7 +50,8 @@ PATH should contain directory with tools like "adb" and "android".
Android SDK for various platform are available on:
https://developer.android.com/sdk/index.html#Other
-2. You must have permission to Android devices.
+2. You must have permission to Android devices. Some Android devices requires
+on-screen authentication.
Supported interfaces:
@@ -73,13 +74,12 @@ Supported interfaces:
=item 8. Bluetooth BtsnoopNet (Lollipop)
+=item 9. WiFi tcpdump
+
=back
Please note that it will work also for FirefoxOS.
-NOTE: If one of device require ADB Authentication you need accept or reject that
-request. Otherwise no devices will be available.
-
=head1 OPTIONS
=over 4