diff options
| author | 2022-01-10 23:47:47 +0100 | |
|---|---|---|
| committer | 2022-05-05 19:04:56 +0200 | |
| commit | be6eca8654f9bc7c686840a85a576b6453ad012d (patch) | |
| tree | e54c88dffa86e2b041cf4f5b74a275e97e70fc20 /docs | |
| parent | 5b611c495910155e2c30333761adec0793313ab4 (diff) | |
| download | libimobiledevice-be6eca8654f9bc7c686840a85a576b6453ad012d.tar.gz libimobiledevice-be6eca8654f9bc7c686840a85a576b6453ad012d.tar.bz2 | |
idevicebtlogger: add --format option for 'pcap' and 'packetlogger'
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/idevicebtlogger.1 | 14 |
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 | ||
| 11 | Capture HCI traffic of a connected device. Requires Bluetooth logging profile to be installed on device. | 11 | Capture 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 | |||
| 13 | The 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 |
| 19 | connect to network device | 21 | connect to network device |
| 20 | .TP | 22 | .TP |
| 23 | .B \-f, \-\-format FORMAT | ||
| 24 | set log format: PacketLoggger (default), or pcap | ||
| 25 | .TP | ||
| 21 | .B \-x, \-\-exit | 26 | .B \-x, \-\-exit |
| 22 | exit when device disconnects | 27 | exit 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 |
| 39 | Capture HCI traffic of device and exit when the device is unplugged. | 44 | Capture HCI traffic of device and exit when the device is unplugged. |
| 45 | .TP | ||
| 46 | .B idevicebtlogger \-f pcap | ||
| 47 | Capture HCI traffic of device in PCAP format. | ||
| 48 | .TP | ||
| 49 | .B idevicebtlogger -f pcap - | wireshark -k -i - | ||
| 50 | Capture HCI traffic and pipe it into Wireshark for live feedback. | ||
| 40 | 51 | ||
| 41 | .SH AUTHORS | 52 | .SH AUTHORS |
| 42 | Geoffrey Kruse | 53 | Geoffrey Kruse |
| 54 | Matthias Ringwald | ||
| 43 | 55 | ||
| 44 | .SH ON THE WEB | 56 | .SH ON THE WEB |
| 45 | https://libimobiledevice.org | 57 | https://libimobiledevice.org |
