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

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