Voxis
|
dfb10e52ef
|
feat(lwf): add classifyIncoming for micro-LCC/LCC/LWF fuzz test
- Added FrameType enum (micro_lcc, lcc, lwf, unknown)
- Implemented classifyIncoming(bytes) three-way switch:
- Micro-LCC: 0x01-0x06 (frame class as type indicator)
- LCC: 0x43
- LWF: 0x46
- Added property-based tests verifying no classification overlap
- Tests include range checks, random byte sequences, boundary cases
Status: Code compiles, tests ready for when test infrastructure fixed
|
2026-02-16 06:28:07 +01:00 |