Skip to content

Warning is for 46 byte frames not 64 byte frames? #56

@jwbensley

Description

@jwbensley
ISSUE TYPE
  • 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");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions