gopacket
Go library for packet processing with libpcap bindings
About gopacket
GoPacket
This library provides packet decoding capabilities for Go. See godoc for more details.
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).
Frequently Asked Questions
What is gopacket?
gopacket is a Networking library for the Go programming language. Go library for packet processing with libpcap bindings
How do I install gopacket?
Install gopacket with the Go module system using `go get google/gopacket`. Check the repository for the current installation instructions.
What category does gopacket belong to?
gopacket is listed under Networking, specifically Networking.