Can I capture Bluetooth packets from only two MAC Addresses?

asked 2025-10-03 02:32:41 +0000

Hello:

I want to capture packets from only two Bluetooth MAC addresses. I have two MAC addresses: 6e:ec:5e:4b:a2:22 and d6:97:f0:86:01:0b.

I tried... eth.src == 6e:ec:5e:4b:a2:22 || eth.src == d6:97:f0:86:01:0b and eth.src == 6e:ec:5e:4b:a2:22 or eth.src == d6:97:f0:86:01:0b

but the but the Display Filter does not allow!

Is there a solution for my problem?

Thansk in advance.

Luiz Rocha

edit retag flag offensive close merge delete

Comments

You mention "capture packets" and then later on a display filter. Capturing and Display have different filtering languages so can you confirm if you want to filter the capture or the display?

grahamb gravatar imagegrahamb ( 2025-10-03 06:22:34 +0000 )edit