1 | initial version |
Try the syntax tips here in Bugzilla.
frame matches "\\\x2?\\\x4f\\\xaf"
(Man page pointing to Perl Regular Expressions for future reference)
2 | No.2 Revision |
Try the syntax Perl is focused on characters so no easy way to filter on a nibble.
data.data matches "[\x08,\x18,\x28,\x38,\x48,\x58,\x68,\x78,\x88,\x98,\xa8,\xb8,\xc8,\xd8,\xe8,\xf8].\\\x{1a}\\\x{1b}"
Syntax tips here in Bugzilla.
frame matches "\\\x2?\\\x4f\\\xaf"
(Man page pointing to Perl Regular Expressions for future reference)