This file is indexed.

/usr/share/wireshark/androiddump.html is in libwireshark-data 2.0.2+ga16e22e-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>androiddump\ -\ The\ Wireshark\ Network\ Analyzer\ 2.0.2</title>
<link rel="stylesheet" href="ws.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>

<body>



<h1 id="NAME">NAME</h1>

<p>androiddump - Provide interfaces to capture from Android devices</p>

<h1 id="SYNOPSIS">SYNOPSIS</h1>

<p><b>androiddump</b> <span style="white-space: nowrap;">[ <b>--help</b> ]</span> <span style="white-space: nowrap;">[ <b>--version</b> ]</span> <span style="white-space: nowrap;">[ <b>--extcap-interfaces</b> ]</span> <span style="white-space: nowrap;">[ <b>--extcap-dlts</b> ]</span> <span style="white-space: nowrap;">[ <b>--extcap-interface</b>=&lt;interface&gt; ]</span> <span style="white-space: nowrap;">[ <b>--extcap-config</b> ]</span> <span style="white-space: nowrap;">[ <b>--capture</b> ]</span> <span style="white-space: nowrap;">[ <b>--fifo</b>=&lt;path to file or pipe&gt; ]</span> <span style="white-space: nowrap;">[ <b>--adb-server-ip</b>=&lt;IP address&gt; ]</span> <span style="white-space: nowrap;">[ <b>--adb-server-tcp-port</b>=&lt;TCP port&gt; ]</span> <span style="white-space: nowrap;">[ <b>--logcat-text</b>=&lt;TRUE or FALSE&gt; ]</span> <span style="white-space: nowrap;">[ <b>--bt-server-tcp-port</b>=&lt;TCP port&gt; ]</span> <span style="white-space: nowrap;">[ <b>--bt-forward-socket</b>=&lt;TRUE or FALSE&gt; ]</span> <span style="white-space: nowrap;">[ <b>--bt-local-ip</b>=&lt;IP address&gt; ]</span> <span style="white-space: nowrap;">[ <b>--bt-local-tcp-port</b>=&lt;TCP port&gt; ]</span></p>

<p><b>androiddump</b> <span style="white-space: nowrap;"> <b>--extcap-interfaces</b> </span> <span style="white-space: nowrap;">[ <b>--adb-server-ip</b>=&lt;IP address&gt; ]</span> <span style="white-space: nowrap;">[ <b>--adb-server-tcp-port</b>=&lt;TCP port&gt; ]</span></p>

<p><b>androiddump</b> <span style="white-space: nowrap;"> <b>--extcap-interface</b>=&lt;interface&gt; </span> <span style="white-space: nowrap;">[ <b>--extcap-dlts</b> ]</span></p>

<p><b>androiddump</b> <span style="white-space: nowrap;"> <b>--extcap-interface</b>=&lt;interface&gt; </span> <span style="white-space: nowrap;">[ <b>--extcap-config</b> ]</span></p>

<p><b>androiddump</b> <span style="white-space: nowrap;"> <b>--extcap-interface</b>=&lt;interface&gt; </span> <span style="white-space: nowrap;"> <b>--fifo</b>=&lt;path to file or pipe&gt; </span> <span style="white-space: nowrap;"> <b>--capture</b> </span></p>

<h1 id="DESCRIPTION">DESCRIPTION</h1>

<p><b>Androiddump</b> is a extcap tool that provide interfaces to capture from Android device. There is only two requirements:</p>

<p>1. You must have Android SDK and add it PATH environment variable. PATH should contain directory with tools like &quot;adb&quot; and &quot;android&quot;. Android SDK for various platform are available on: https://developer.android.com/sdk/index.html#Other</p>

<p>2. You must have permission to Android devices.</p>

<p>Supported interfaces:</p>

<dl>

<dt id="Logcat-Main-binary-or-text">1. Logcat Main (binary or text)</dt>
<dd>

</dd>
<dt id="Logcat-System-binary-or-text">2. Logcat System (binary or text)</dt>
<dd>

</dd>
<dt id="Logcat-Events-binary-or-text">3. Logcat Events (binary or text)</dt>
<dd>

</dd>
<dt id="Logcat-Radio-binary-or-text">4. Logcat Radio (binary or text)</dt>
<dd>

</dd>
<dt id="Logcat-Crash-text-Lollipop">5. Logcat Crash (text; Lollipop)</dt>
<dd>

</dd>
<dt id="Bluetooth-Hcidump-Kitkat">6. Bluetooth Hcidump (&lt;Kitkat)</dt>
<dd>

</dd>
<dt id="Bluetooth-Bluedroid-External-Parser-Kitkat">7. Bluetooth Bluedroid External Parser (Kitkat)</dt>
<dd>

</dd>
<dt id="Bluetooth-BtsnoopNet-Lollipop">8. Bluetooth BtsnoopNet (Lollipop)</dt>
<dd>

</dd>
</dl>

<p>Please note that it will work also for FirefoxOS.</p>

<p>NOTE: If one of device require ADB Authentication you need accept or reject that request. Otherwise no devices will be available.</p>

<h1 id="OPTIONS">OPTIONS</h1>

<dl>

<dt id="help">--help</dt>
<dd>

<p>Print program arguments.</p>

</dd>
<dt id="version">--version</dt>
<dd>

<p>Print program version.</p>

</dd>
<dt id="extcap-interfaces">--extcap-interfaces</dt>
<dd>

<p>List available interfaces.</p>

</dd>
<dt id="extcap-interface-interface">--extcap-interface=&lt;interface&gt;</dt>
<dd>

<p>Use specified interfaces.</p>

</dd>
<dt id="extcap-dlts">--extcap-dlts</dt>
<dd>

<p>List DLTs of specified interface.</p>

</dd>
<dt id="extcap-config">--extcap-config</dt>
<dd>

<p>List configuration options of specified interface.</p>

</dd>
<dt id="capture">--capture</dt>
<dd>

<p>Start capturing from specified interface save saved it in place specified by --fifo.</p>

</dd>
<dt id="fifo-path-to-file-or-pipe">--fifo=&lt;path to file or pipe&gt;</dt>
<dd>

<p>Save captured packet to file or send it through pipe.</p>

</dd>
<dt id="adb-server-ip-IP-address">--adb-server-ip=&lt;IP address&gt;</dt>
<dd>

<p>Use other then default (127.0.0.1) ADB daemon&#39;s IP address.</p>

</dd>
<dt id="adb-server-tcp-port-TCP-port">--adb-server-tcp-port=&lt;TCP port&gt;</dt>
<dd>

<p>Use other then default (5037) ADB daemon&#39;s TCP port.</p>

</dd>
<dt id="logcat-text-TRUE-or-FALSE">--logcat-text=&lt;TRUE or FALSE&gt;</dt>
<dd>

<p>If TRUE then use text logcat rather then binary. This option has effect only on Logcat interfaces. This have no effect from Lollipop where is no binary Logcat available.</p>

<p>Defaults to FALSE.</p>

</dd>
<dt id="bt-server-tcp-port-TCP-port">--bt-server-tcp-port=&lt;TCP port&gt;</dt>
<dd>

<p>Use other then default Bluetooth server TCP port on Android side. On Lollipop defaults is 8872, earlier 4330.</p>

</dd>
<dt id="bt-forward-socket-TRUE-or-FALSE">--bt-forward-socket=&lt;TRUE or FALSE&gt;</dt>
<dd>

<p>If TRUE then socket from Android side is forwarded to host side.</p>

<p>Defaults to FALSE.</p>

</dd>
<dt id="bt-local-ip-IP-address">--bt-local-ip=&lt;IP address&gt;</dt>
<dd>

<p>Use other then default (127.0.0.1) IP address on host side for forwarded socket.</p>

</dd>
<dt id="bt-local-tcp-port-TCP-port">--bt-local-tcp-port=&lt;TCP port&gt;</dt>
<dd>

<p>Specify port to be used on host side for forwarded socket.</p>

</dd>
</dl>

<h1 id="EXAMPLES">EXAMPLES</h1>

<p>To see program arguments:</p>

<pre><code>    androiddump --help</code></pre>

<p>To see program version:</p>

<pre><code>    androiddump --version</code></pre>

<p>To see interfaces:</p>

<pre><code>    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}</code></pre>

<p>To see interface DLTs:</p>

<pre><code>    androiddump --extcap-interface=android-bluetooth-hcidump-MSM7627A --extcap-dlts

  Example output:
    dlt {number=99}{name=BluetoothH4}{display=Bluetooth HCI UART transport layer plus pseudo-header}</code></pre>

<p>To see interface configuration options:</p>

<pre><code>    androiddump --extcap-interface=android-bluetooth-hcidump-MSM7627A --extcap-config

  Example output:
    arg {number=0}{call=--adb-server-ip}{display=ADB Server IP Address}{type=string}{default=127.0.0.1}
    arg {number=1}{call=--adb-server-tcp-port}{display=ADB Server TCP Port}{type=integer}{range=0,65535}{default=5037}</code></pre>

<p>To capture:</p>

<pre><code>    androiddump --extcap-interface=android-bluetooth-hcidump-MSM7627A --fifo=/tmp/bluetooth.pcapng --capture</code></pre>

<p>NOTE: To stop capturing CTRL+C/kill/terminate application.</p>

<h1 id="SEE-ALSO">SEE ALSO</h1>

<p>wireshark(1), tshark(1), dumpcap(1), extcap(4)</p>

<h1 id="NOTES">NOTES</h1>

<p><b>Androiddump</b> is part of the <b>Wireshark</b> distribution. The latest version of <b>Wireshark</b> can be found at <a href="https://www.wireshark.org">https://www.wireshark.org</a>.</p>

<p>HTML versions of the Wireshark project man pages are available at: <a href="https://www.wireshark.org/docs/man-pages">https://www.wireshark.org/docs/man-pages</a>.</p>

<h1 id="AUTHORS">AUTHORS</h1>

<pre><code>  Original Author
  -------- ------
  Michal Labedzki             &lt;michal.labedzki[AT]tieto.com&gt;


  Contributors
  ------------
  Roland Knall              &lt;rknall[AT]gmail.com&gt;</code></pre>


</body>

</html>