We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af96b04 commit d88db8bCopy full SHA for d88db8b
src/main/ostrace/parser.ts
@@ -121,7 +121,7 @@ export class OsTraceParser {
121
} else {
122
// When CRC is disabled, the last byte is reserved but still present in the frame
123
// Validate by checking if type is in valid range (0-5)
124
- if (type > 5) {
+ if (type > 6) {
125
this.callbacks.onError(`Invalid type value: ${type}, Index: ${currentIndex}`)
126
isValidFrame = false
127
}
0 commit comments