Datafiltering with wildcards
Hello,
is there any possibility to filter hex package data with wildcards? I'm looking for the datasequence: ?4:??:67:55 where ? is an arbitrary value.
- I tried with data.data matches ".\x4.{2}\x67\x55" which didn't work because regular expressions don't work for data.
- I tried with data contains, but couldn't find a wildcard sign.
- I tried to save all packages to do the filtering with notepad++ regular expressions, but I don't know how to export all data packages in text-format.
Any ideas?
Thank you Dina