How to capture and analyze bluetooth packets using wireshark [closed]
Asked Answered
M

2

8

How would I go about capturing and analyzing bluetooth packets on Win 7 using wireshark ?

I know wireshark can't do "promiscous" capturing of bluetooth packets. I have purchased Ubertooth one for that.

How do I now capture and analyze bluetooth packets?

Mcgarry answered 28/2, 2014 at 4:8 Comment(0)
D
10

I may be a little late but whatever.

To capture Bluetooth traffic using Wireshark you will need the BTP software package, you can get it here. Install the package and find the files (usually it will install in C:\BTP[version]). Find a file named btvs.exe in folder x86. Launch a console with the admin privileges and type ./btvs.exe -Mode Wireshark. Wireshark windows will launch and start capturing traffic immediately

Doura answered 17/1, 2022 at 23:17 Comment(0)
S
3

Based on the Bluetooth page at the Wireshark wiki, it looks like on Windows you would have to use a separate tool to capture bluetooth packets. You could then export them in pcap format and open the file in Wireshark.

Alternately, you could install Linux. :)

Shayna answered 14/3, 2014 at 6:38 Comment(2)
As I mentioned I have purchased ubertooth one for "promiscuous" sniffing of bluetooth packets. I am interested in finding out how to integrate ubertooth one and wireshark in windowsMcgarry
i can't get the packets stillFelske

© 2022 - 2024 — McMap. All rights reserved.