周玉环 d906a41c2e first commit 2 ngày trước cách đây
..
.travis.yml d906a41c2e first commit 2 ngày trước cách đây
LICENSE.md d906a41c2e first commit 2 ngày trước cách đây
README.md d906a41c2e first commit 2 ngày trước cách đây
ethernet.go d906a41c2e first commit 2 ngày trước cách đây
fuzz.go d906a41c2e first commit 2 ngày trước cách đây
string.go d906a41c2e first commit 2 ngày trước cách đây
vlan.go d906a41c2e first commit 2 ngày trước cách đây

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.