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

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