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

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