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?
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
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-10-18 10:23:23 +0000
Seen: 764 times
Last updated: Nov 26 '18
nrf sniffer 3.0 doesn't show in list of external capture modules. Why?
How can I decode BLE L2CAP packets?
Problems decoding BLE capture from another Wireshark program
where do I find a version of Wireshark that works with the Nordic BLE sniffer plugin
Can I use tshark with Nordic BLE Sniffer plugin to capture from command line?
Why won't a dissector work when adding to btatt.handle?
Capture file appears to be damaged or corrupt
Is there a way to differentiate between aptx and aptx hd codec
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")?