周玉环 d906a41c2e first commit 2 өдөр өмнө
..
layers d906a41c2e first commit 2 өдөр өмнө
.gitignore d906a41c2e first commit 2 өдөр өмнө
.travis.gofmt.sh d906a41c2e first commit 2 өдөр өмнө
.travis.golint.sh d906a41c2e first commit 2 өдөр өмнө
.travis.govet.sh d906a41c2e first commit 2 өдөр өмнө
.travis.install.sh d906a41c2e first commit 2 өдөр өмнө
.travis.script.sh d906a41c2e first commit 2 өдөр өмнө
.travis.yml d906a41c2e first commit 2 өдөр өмнө
AUTHORS d906a41c2e first commit 2 өдөр өмнө
CONTRIBUTING.md d906a41c2e first commit 2 өдөр өмнө
LICENSE d906a41c2e first commit 2 өдөр өмнө
README.md d906a41c2e first commit 2 өдөр өмнө
base.go d906a41c2e first commit 2 өдөр өмнө
decode.go d906a41c2e first commit 2 өдөр өмнө
doc.go d906a41c2e first commit 2 өдөр өмнө
flows.go d906a41c2e first commit 2 өдөр өмнө
gc d906a41c2e first commit 2 өдөр өмнө
layerclass.go d906a41c2e first commit 2 өдөр өмнө
layertype.go d906a41c2e first commit 2 өдөр өмнө
packet.go d906a41c2e first commit 2 өдөр өмнө
parser.go d906a41c2e first commit 2 өдөр өмнө
time.go d906a41c2e first commit 2 өдөр өмнө
writer.go d906a41c2e first commit 2 өдөр өмнө

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).