1 | initial version |
(This can be recreated using the sample capture attached to 18267: Assertion due to incorrect mask for btatt.battery_power_state.*)
It is a shortcoming of how dissectors/packet-btle.c treats the btle
addresses as type AT_ETHER
which get a filter string of eth.src
or eth.dst
in epan/address_types.c.
The btle
address fields are listed in the Display Filter Reference: Bluetooth Low Energy Link Layer.
Look in the Packet Details and select a field to filter on (such as btle.scanning_address
or btle.advertising_address
).