Open jwbensley opened 4 years ago
Latest
Shouldn't this warn against <64 byte frames not 46 byte frames, is this a typo?
https://github.com/jwbensley/Etherate/blob/master/functions.c#L491
if (eth->params.f_size < 46) { printf("WARNING: Minimum ethernet payload is 46 bytes, " "Linux may pad the frame out to 46 bytes\n");
ISSUE TYPE
VERSION DETAILS
Latest
SUMMARY
Shouldn't this warn against <64 byte frames not 46 byte frames, is this a typo?
https://github.com/jwbensley/Etherate/blob/master/functions.c#L491