2022-12-02 20:38:56 +01:00

6 lines
124 B
C++

#include "LlcParser.h"
int8_t LLCParser::parse(uint8_t *buf, DataParserContext &ctx) {
ctx.length -= 3;
return 3;
}