##### ISSUE TYPE - [X] Bug Report - [ ] Enhancement/Feature Request - [ ] Question ##### 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 ``` if (eth->params.f_size < 46) { printf("WARNING: Minimum ethernet payload is 46 bytes, " "Linux may pad the frame out to 46 bytes\n"); ```