summaryrefslogtreecommitdiff
path: root/doc/androiddump.pod
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2016-10-19 13:50:26 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-19 13:24:24 +0000
commit5c8f4decd9797275a77c73d032633c5a55100289 (patch)
tree10cc20731b772f502638a45d98ea96c64ead8067 /doc/androiddump.pod
parentafc2034721923534d8810fbee087155240edf687 (diff)
downloadwireshark-5c8f4decd9797275a77c73d032633c5a55100289.tar.gz
androiddump: Update help
Minor changes in androiddump implies minor changes in help file. Change-Id: Ifbf4dbdca427e8b19272c2b4f28e06fd6a548834 Reviewed-on: https://code.wireshark.org/review/18316 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doc/androiddump.pod')
-rw-r--r--doc/androiddump.pod64
1 files changed, 49 insertions, 15 deletions
diff --git a/doc/androiddump.pod b/doc/androiddump.pod
index 1149d6f580..4606d31ee2 100644
--- a/doc/androiddump.pod
+++ b/doc/androiddump.pod
@@ -8,6 +8,8 @@ androiddump - Provide interfaces to capture from Android devices
B<androiddump>
S<[ B<--help> ]>
S<[ B<--version> ]>
+S<[ B<--extcap-version> ]>
+S<[ B<--debug> ]>
S<[ B<--extcap-interfaces> ]>
S<[ B<--extcap-dlts> ]>
S<[ B<--extcap-interface>=E<lt>interfaceE<gt> ]>
@@ -58,27 +60,27 @@ Supported interfaces:
=over 4
-=item 1. Logcat Main (binary or text)
+=item 1. Logcat Main (binary [<=Jelly Bean] or text)
-=item 2. Logcat System (binary or text)
+=item 2. Logcat System (binary [<=Jelly Bean] or text)
-=item 3. Logcat Events (binary or text)
+=item 3. Logcat Events (binary [<=Jelly Bean] or text)
-=item 4. Logcat Radio (binary or text)
+=item 4. Logcat Radio (binary [<=Jelly Bean] or text)
-=item 5. Logcat Crash (text; Lollipop)
+=item 5. Logcat Crash (text; from Lollipop)
-=item 6. Bluetooth Hcidump (<Kitkat)
+=item 6. Bluetooth Hcidump [<=Jelly Bean]
-=item 7. Bluetooth Bluedroid External Parser (Kitkat)
+=item 7. Bluetooth Bluedroid External Parser [Kitkat]
-=item 8. Bluetooth BtsnoopNet (Lollipop)
+=item 8. Bluetooth BtsnoopNet [>=Lollipop]
-=item 9. WiFi tcpdump
+=item 9. WiFi tcpdump [need tcpdump on phone]
=back
-Please note that it will work also for FirefoxOS.
+Please note that it will work also for FirefoxOS or other Android-based stuffs.
=head1 OPTIONS
@@ -92,6 +94,14 @@ Print program arguments.
Print program version.
+=item --extcap-version
+
+Print extcapized version.
+
+=item --debug
+
+Print additional messages.
+
=item --extcap-interfaces
List available interfaces.
@@ -168,11 +178,35 @@ To see interfaces:
androiddump --extcap-interfaces
Example output:
- interface {display=Android Logcat Main}{value=android-logcat-main-MSM7627A}
- interface {display=Android Logcat System}{value=android-logcat-system-MSM7627A}
- interface {display=Android Logcat Radio}{value=android-logcat-radio-MSM7627A}
- interface {display=Android Logcat Events}{value=android-logcat-events-MSM7627A}
- interface {display=Android Bluetooth Hcidump}{value=android-bluetooth-hcidump-MSM7627A}
+ interface {display=Android Logcat Main unknown MSM7627A}{value=android-logcat-main-MSM7627A}
+ interface {display=Android Logcat System unknown MSM7627A}{value=android-logcat-system-MSM7627A}
+ interface {display=Android Logcat Radio unknown MSM7627A}{value=android-logcat-radio-MSM7627A}
+ interface {display=Android Logcat Events unknown MSM7627A}{value=android-logcat-events-MSM7627A}
+ interface {display=Android Bluetooth Hcidump unknown MSM7627A}{value=android-bluetooth-hcidump-MSM7627A}
+
+ Human-readable display name of interfaces contains interface type, one of:
+ android-logcat-main (Android Logcat Main)
+ android-logcat-system (Android Logcat System)
+ android-logcat-radio (Android Logcat Radio)
+ android-logcat-events (Android Logcat Events)
+ android-logcat-text-main (Android Logcat Main)
+ android-logcat-text-system (Android Logcat System)
+ android-logcat-text-radio (Android Logcat Radio)
+ android-logcat-text-events (Android Logcat Events)
+ android-logcat-text-crash (Android Logcat Crash)
+ android-bluetooth-hcidump (Android Bluetooth Hcidump)
+ android-bluetooth-external-parser (Android Bluetooth External Parser)
+ android-bluetooth-btsnoop-net (Android Bluetooth Btsnoop Net)
+ android-wifi-tcpdump (Android WiFi)
+ Then Android Device's name if available, otherwise "unknown".
+ Last part of it is DeviceID - the identificator of the device provided by Android SDK (see "adb devices").
+
+ For example:
+ "Android Logcat Main unknown MSM7627A"
+
+ "Android Logcat Main" - user-friendly type of interface
+ "unknown" - name of Android Device
+ "MSM7627A" - device ID
To see interface DLTs: