summaryrefslogtreecommitdiffstats
path: root/docs/idevicebtlogger.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/idevicebtlogger.1')
-rw-r--r--docs/idevicebtlogger.114
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/idevicebtlogger.1 b/docs/idevicebtlogger.1
index 24903b5..39ffff7 100644
--- a/docs/idevicebtlogger.1
+++ b/docs/idevicebtlogger.1
@@ -8,7 +8,9 @@ idevicebtlogger \- Capture HCI traffic of a connected device.
8 8
9.SH DESCRIPTION 9.SH DESCRIPTION
10 10
11Capture HCI traffic of a connected device. Requires Bluetooth logging profile to be installed on device. 11Capture HCI traffic of a connected device. Requires Bluetooth logging profile to be installed on device with iOS 13 or higher. See https://www.bluetooth.com/blog/a-new-way-to-debug-iosbluetooth-applications/ for iOS device configuration.
12
13The HCI traffic can be stored in Apple's native PacketLogger format or converted into PCAP format for live feedback in Wireshark.
12 14
13.SH OPTIONS 15.SH OPTIONS
14.TP 16.TP
@@ -18,6 +20,9 @@ target specific device by UDID
18.B \-n, \-\-network 20.B \-n, \-\-network
19connect to network device 21connect to network device
20.TP 22.TP
23.B \-f, \-\-format FORMAT
24set log format: PacketLoggger (default), or pcap
25.TP
21.B \-x, \-\-exit 26.B \-x, \-\-exit
22exit when device disconnects 27exit when device disconnects
23.TP 28.TP
@@ -37,9 +42,16 @@ Capture HCI traffic of device with UDID 00008030-0000111ABC000DEF.
37.TP 42.TP
38.B idevicebtlogger \-x 43.B idevicebtlogger \-x
39Capture HCI traffic of device and exit when the device is unplugged. 44Capture HCI traffic of device and exit when the device is unplugged.
45.TP
46.B idevicebtlogger \-f pcap
47Capture HCI traffic of device in PCAP format.
48.TP
49.B idevicebtlogger -f pcap - | wireshark -k -i -
50Capture HCI traffic and pipe it into Wireshark for live feedback.
40 51
41.SH AUTHORS 52.SH AUTHORS
42Geoffrey Kruse 53Geoffrey Kruse
54Matthias Ringwald
43 55
44.SH ON THE WEB 56.SH ON THE WEB
45https://libimobiledevice.org 57https://libimobiledevice.org