greatscottgadgets / ubertooth

Software, firmware, and hardware designs for Ubertooth
https://greatscottgadgets.com/ubertoothone/
GNU General Public License v2.0
1.92k stars 430 forks source link

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

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 libbtbb PR: https://github.com/greatscottgadgets/libbtbb/pull/55