summaryrefslogtreecommitdiff
path: root/tools/idevicebtlogger.c
Commit message (Collapse)AuthorAgeFilesLines
* Add new idevice_events_subscribe/unsubscribe API with contextNikias Bassen2022-05-091-2/+3
| | | | | | | | The older API idevice_event_subscribe/unsubscribe can only be used by a single instance. With the addition of a context, is is now possible to register multiple callback functions in different threads. For backwards compatibility the old API will still be available for a while before being removed in a future release.
* idevicebtlogger: Fix typo in man page and code commentNikias Bassen2022-05-051-1/+1
|
* idevicebtlogger: Some whitespace/coding style fixesNikias Bassen2022-05-051-27/+29
|
* idevicebtlogger: remove dependency on libpcapMatthias Ringwald2022-05-051-78/+105
|
* idevicebtlogger: add --format option for 'pcap' and 'packetlogger'Matthias Ringwald2022-05-051-13/+93
|
* idevicebtlogger: Minor cleanupGeoffrey Kruse2022-05-051-0/+18
|
* idevicebtlogger: Simplify by using bt_packet_logger_client_start_service()Geoffrey Kruse2022-05-051-33/+2
|
* idevicebtlogger: Switch to using DLT_BLUETOOTH_HCI_H4_WITH_PHDR (201) and ↵Geoffrey Kruse2022-05-051-3/+20
| | | | capture direction for better decoding in wireshark.
* idevicebtlogger: Remove debug printing codeGeoffrey Kruse2022-05-051-8/+0
|
* idevicebtlogger: Cleanup warnings, todos and magic numbersGeoffrey Kruse2022-05-051-12/+4
|
* Initial commit of working packet logger (idevicebtlogger)Geoffrey Kruse2022-05-051-0/+360