Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Can I capture 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

Can I capture 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