Hello,
I'm using nRF52840 dongle as BLE sniffer and the plugin for wireshark.
capture example
if I want to filter one source : right clic, apply as a filter, selected, then this filter is created :
eth.src == 44:5c:e9:ab:a7:03
44:5c:e9:ab:a7:03 is the mac address of the Samsung device
why it is eth for ethernet where as I'm capturing BLE packets?
and then if I put bluetooth.src == 44:5c:e9:ab:a7:03, there is no packets displayed?