/gopacket

Provides packet processing capabilities for Go

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

GoPacket

This library provides packet decoding capabilities for Go. Forked from Google's repo.

See godoc for more details.

Build Status Go Version Latest Version License Open Issues GoDoc

Minimum Go version required is 1.5 except for pcapgo/EthernetHandle, afpacket, and bsdbpf which need at least 1.9 due to x/sys/unix dependencies.

Originally forked from the gopcap project written by Andreas Krennmair ak@synflood.at (http://github.com/akrennmair/gopcap).