mirror of https://github.com/jetkvm/kvm.git
|
|
||
|---|---|---|
| .. | ||
| afpacket | ||
| layers | ||
| .gitignore | ||
| .travis.gofmt.sh | ||
| .travis.golint.sh | ||
| .travis.govet.sh | ||
| .travis.install.sh | ||
| .travis.script.sh | ||
| .travis.yml | ||
| AUTHORS | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| base.go | ||
| decode.go | ||
| doc.go | ||
| flows.go | ||
| gc | ||
| layerclass.go | ||
| layers_decoder.go | ||
| layertype.go | ||
| packet.go | ||
| parser.go | ||
| time.go | ||
| writer.go | ||
README.md
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 ak@synflood.at (http://github.com/akrennmair/gopcap).