greatscottgadgets / libbtbb

A Bluetooth baseband decoding library
GNU General Public License v2.0
184 stars 88 forks source link

Use `DLT_BLUETOOTH_LE_LL` for PPI rather than `DLT_USER0`. #55

Closed micolous closed 3 years ago

micolous commented 5 years ago

DLT_USER* is intended for private use. It requires extra configuration in tools like Wireshark to make it actually work, and causes problems for Ubertooth users in other tools (eg: secdev/scapy#1673)

I don't have the hardware for this, so I cannot test this change.

Companion ubertooth PR: https://github.com/greatscottgadgets/ubertooth/pull/359