https://www.devdungeon.com/content/packet-capture-injection-and-analysis-gopacket
#go #golang #packetcrafting
#go #golang #packetcrafting
DevDungeon
Packet Capture, Injection, and Analysis with Gopacket
The gopacket package provides a Go wrapper for libpcap written in C. It is more than just a simple wrapper though. It provides additional functionality and takes advantage of Go things like interfaces, which makes it incredibly powerful.