Ask Your Question

Revision history [back]

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