How to capture/dump Bluetooth LE Link Layer packets in linux without sniffer?

瘦欲@ 提交于 2020-06-13 08:33:21

问题


I want to capture/dump BLE air interface Link Layer packets in linux stably.

The BLE air interface Link Layer packets seem like follows:

sniffered using ubertooth when connecting another BLE device

However, sniffering through ubertooth is much less reliable(often lose packets).

So, I want to dump BLE traffic data using tools like tcpdump and btmon. I got results like this:

result of tcpdump when connecting another BLE device

However, there is no information about LL_ENC_REQ and LL_ENC_RSP, which contains SKD and IV.

Is it possible to capture SKD and IV without sniffer like ubertooth?

Thanks for advice.


回答1:


No, btmon only captures HCI packets, which are the packets sent between the computer (host) and the Bluetooth chip (controller). The Link Layer is the communication between two Bluetooth controllers (over the air). To sniff SKD etc. you need an air sniffer.



来源:https://stackoverflow.com/questions/59030382/how-to-capture-dump-bluetooth-le-link-layer-packets-in-linux-without-sniffer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!