Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use PacketLogger to analyze Bluetooth packets?

I've recently downloaded PacketLogger (an additional tool for Xcode) from the Apple Developers' platform. As you may know, this tool is useful for dumping traffic on the Bluetooth interface of an iMac, for instance. However, I don't manage to use the "Analyze" and "Inspector" windows that are made to deeply decode a Bluetooth packet.

So does anyone can help me with this PacketLogger software please ?

Thanks in advance :).

like image 303
sc4re Avatar asked Nov 06 '22 20:11

sc4re


1 Answers

My guess is the "Analyze" and "Inspector" windows in the current version of PacketLogger do nothing and are simply there because this is old partially abandoned software from Apple. The main view of PacketLogger seems to breakdown the meaning of Bluetooth packets in a pretty detailed way. Just a guess though.

For deeper analysis, you can export PacketLogger captures in the btsnoop format and open them up with WireShark.

like image 132
Chris Avatar answered Nov 14 '22 23:11

Chris