When I work with BLE sniffer can I use filters by advertising data?
When I work with BLE sniffer can I use filters by advertising data?
Hi
You can try something like this:
btcommon.eir_ad.entry.data[0:2] == 00:83
this will match first two octets - [start octet:length] of the AD Structure data
You can also try :
frame[14:2] == 00:83
Asked: 2018-10-18 10:23:23 +0000
Seen: 790 times
Last updated: Nov 26 '18
This depends on which advertising data you want to filter on. Wireshark supports generic types but not many manufacturer specific types. Can you tell more which types you have?
Thanks! For example in my MPA in use ALT-BEACON. Advertising data:
Can I use filter by part of Advertising data: ... xxx.contains("12345678")?