btlejack icon indicating copy to clipboard operation
btlejack copied to clipboard

pcap file with zero bytes

Open milanmilenkovic opened this issue 6 years ago • 2 comments

I installed btlejack on a raspberry pi 3 using a micro:bit connected to it. Sniffing a connection works well but trying to export the sniff to a file does not work. It always creates the file with zero bytes.

  • The command i use is:

btlejack -x pcap -o test.pcap -c <mac_add>

I also tried all -x options and I got the same issue. Also if the -x and -o options are passed after the MAC address it is same behaviour.

milanmilenkovic avatar Apr 13 '20 15:04 milanmilenkovic

Does btlejack capture a BTLE connection ? Do you see some packets displayed by btlejack when you connect to your BTLE device ?

virtualabs avatar Aug 31 '20 13:08 virtualabs

read the source, it's seems only working in follow mode,so may be i was wrong.

fr0zenrain avatar Jul 09 '21 11:07 fr0zenrain