周玉环 d906a41c2e first commit 2 dni temu
..
.travis.yml d906a41c2e first commit 2 dni temu
LICENSE.md d906a41c2e first commit 2 dni temu
README.md d906a41c2e first commit 2 dni temu
ethernet.go d906a41c2e first commit 2 dni temu
fuzz.go d906a41c2e first commit 2 dni temu
string.go d906a41c2e first commit 2 dni temu
vlan.go d906a41c2e first commit 2 dni temu

README.md

ethernet Build Status GoDoc Go Report Card

Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags. MIT Licensed.

For more information about using Ethernet frames in Go, check out my blog post: Network Protocol Breakdown: Ethernet and Go.