I am using Wireshark 1.10.8 with WinPCap 4.1.3 I have a Bluetooth LE USB dongle, which is working without any problem, but I can't capture it with wireshark : it is not listed in the list of interfaces. Note that I am able to see another bluetooth dongle I have. Same on Linux. I am using 1.10.8, with libpcap 1.5.3. I am able to capture that other bluetooth dongle I have, but I cannot see that Bluetooth LE USB dongle. Can you please assist on either OS? Regards. asked 20 Jun '14, 04:38 aaf |
One Answer:
WinPcap will only be able to capture on supported devices (obviously). As there is no native Bluetooth support in WinPcap, it will only work, if the Bluetooth device driver makes the device look like a network interface to the OS and WinPcap. So, if the dongle does not appear on the list of devices, there are two possible reasons:
If you don't see the device in the output of dumpcap, it's not supported by WinPcap.
Similar problem as on Windows. How does your kernel detected that dongle? Is it a network device? What is the output of the following commands, after you have inserted the dongle.
Regards answered 22 Jun '14, 07:20 Kurt Knochner ♦ My device is seen in dmesg, lsusb, but not by tcpdump, dumpcap, ifconfig or hcitool. lsusb:
dmesg:
but nothing elsewhere: ifconfig -a only lists eth0 and lo in my case. dumpcap:
tcpdump:
hcitool:
Do you know how I can have it recognized by the system? (Linux Mint) (23 Jun '14, 02:50) aaf
that's a linux kernel/driver question and you will (most certainly) get a better answer in a Linux/Bluetooth forum. Furthermore you did not mention the brand of the Bluetooth dongle. I could search for the vendor ID, but as I said: A linux forum might be the better place for you to get the dongle recognized by the kernel. As soon as that works, tcpdump/wireshark should be able to detect it as well. (23 Jun '14, 04:12) Kurt Knochner ♦ |
In windows you can use netmon for USB Dongle capture and then u can open it in wireshark even i searched a lot but finally settled with netmon for USB Dongle capturing.For linux i have no idea.
yes, I know - but USB packets are "raw", more difficult to understand to me than Bluetooth packets.
NB. On Windows, USB capturing can be done with USBPcap. On Linux too, with usbmon (kernel module to load).