Can I Display Bluetooth packets from only two MAC Addresses?
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
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?
I want to filter the Display