More RegEx help

There is a disconnect here. Your pattern looks for lines that start with two digits, but some of these lines start with digit-letter.

Edit: I’m assuming that the lines can start with hex digits/hex digits, so I’ll craft the pattern that way.