This library provides packet decoding capabilities for Go.
It does not depend on libpcap and libpcap-dev and it only is used parsing packets.
So it can be used in any Go application with CGO_ENABLED=0
.
See godoc for more details.
Forked from google/gopacket and removed all unnecessary code.
Originally forked from the gopcap project written by Andreas Krennmair ak@synflood.at (http://github.com/akrennmair/gopcap).