File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 549549 # Destination MAC : 02:00:00:00:00:91
550550 # Source MAC : 02:00:00:00:00:07
551551 # Ethertype : 0xffff (experimental)
552- # Frame length : 16 bytes
552+ # Frame length : 14 bytes
553553 #
554554 # Payload
555- # Bytes : ffff (placeholder payload from test harness )
555+ # Bytes : none (header-only frame used for the test )
556556 #
557557 # Summary: Raw Ethernet frame with caller-provided MAC addresses forwarded unchanged.
558558 b"\x02 \x00 \x00 \x00 \x00 \x91 \x02 \x00 \x00 \x00 \x00 \x07 \xff \xff " ,
576576 # Destination MAC : 02:00:00:00:00:91
577577 # Source MAC : 02:00:00:00:00:07 (stack filled)
578578 # Ethertype : 0xffff (experimental)
579- # Frame length : 16 bytes
579+ # Frame length : 14 bytes
580580 #
581581 # Payload
582- # Bytes : ffff (placeholder payload from test harness )
582+ # Bytes : none (header-only frame used for the test )
583583 #
584584 # Summary: Raw Ethernet frame with unspecified source automatically filled in before transmit.
585585 b"\x02 \x00 \x00 \x00 \x00 \x91 \x02 \x00 \x00 \x00 \x00 \x07 \xff \xff " ,
You can’t perform that action at this time.
0 commit comments