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

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