📚 gopacket - Awesome Go Library for Networking

Go Gopher mascot for gopacket

Go library for packet processing with libpcap bindings.

🏷️ Networking
📂 Libraries for working with various layers of the network.
6,306 stars
View on GitHub 🔗

Detailed Description of gopacket

GoPacket

This library provides packet decoding capabilities for Go. See godoc for more details.

Build Status 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 [email protected] (http://github.com/akrennmair/gopcap).