周玉环 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).