alexb
alexb

Reputation: 470

Bluetooth spp sniffer

I'm looking for a tool, preferably in Windows, that will allow me to see the byte streams going in and out from the Bluetooth device through SPP. This would be similar to Serial port monitors available for COM and LPT ports.

Upvotes: 1

Views: 5378

Answers (1)

user504342
user504342

Reputation: 965

Since no-one answered your question within 8 months, and I was looking for the same answer too. Here is the answer many people are looking for: there is a tool out there called wireshark that does the trick. Look at all the protocols it can filter out at http://www.wireshark.org/docs/dfref/ See: Bluetooth SPP Packet, Protocol field name: btspp.

As you can see, it will do the trick but you have to learn wireshark first. It's not all childs play after all :-)

Afaik: Wireshark is free to use. Windows and Mac versions both 32-bit and 64-bit available. Linux versions I don't know.

Upvotes: 1

Related Questions