周玉环 d906a41c2e first commit hai 2 días
..
layers d906a41c2e first commit hai 2 días
.gitignore d906a41c2e first commit hai 2 días
.travis.gofmt.sh d906a41c2e first commit hai 2 días
.travis.golint.sh d906a41c2e first commit hai 2 días
.travis.govet.sh d906a41c2e first commit hai 2 días
.travis.install.sh d906a41c2e first commit hai 2 días
.travis.script.sh d906a41c2e first commit hai 2 días
.travis.yml d906a41c2e first commit hai 2 días
AUTHORS d906a41c2e first commit hai 2 días
CONTRIBUTING.md d906a41c2e first commit hai 2 días
LICENSE d906a41c2e first commit hai 2 días
README.md d906a41c2e first commit hai 2 días
base.go d906a41c2e first commit hai 2 días
decode.go d906a41c2e first commit hai 2 días
doc.go d906a41c2e first commit hai 2 días
flows.go d906a41c2e first commit hai 2 días
gc d906a41c2e first commit hai 2 días
layerclass.go d906a41c2e first commit hai 2 días
layertype.go d906a41c2e first commit hai 2 días
packet.go d906a41c2e first commit hai 2 días
parser.go d906a41c2e first commit hai 2 días
time.go d906a41c2e first commit hai 2 días
writer.go d906a41c2e first commit hai 2 días

README.md

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.7 due to x/sys/unix dependencies.

Originally forked from the gopcap project written by Andreas Krennmair ak@synflood.at (http://github.com/akrennmair/gopcap).