Hi.
It seems that filtering out NACKed OUT transactions causes search to become inaccurate.
How to reproduce:
- Get a USB trace with NACKed OUT transactions
- Filter NACKed OUT transactions
- Search for something which occurs after at least one NACKed OUT transaction
Observed result:
- The selected line is below actual match, by an offset which is certainly equal to the number of hidden NACKed OUT transactions since first line.
Expected result:
- Selected line should be the one matching the pattern.
Notes:
- Displaying NACKed OUT transactions removes the inaccuracy.