周玉环 d906a41c2e first commit 2 ngày trước cách đây
..
layers d906a41c2e first commit 2 ngày trước cách đây
.gitignore d906a41c2e first commit 2 ngày trước cách đây
.travis.gofmt.sh d906a41c2e first commit 2 ngày trước cách đây
.travis.golint.sh d906a41c2e first commit 2 ngày trước cách đây
.travis.govet.sh d906a41c2e first commit 2 ngày trước cách đây
.travis.install.sh d906a41c2e first commit 2 ngày trước cách đây
.travis.script.sh d906a41c2e first commit 2 ngày trước cách đây
.travis.yml d906a41c2e first commit 2 ngày trước cách đây
AUTHORS d906a41c2e first commit 2 ngày trước cách đây
CONTRIBUTING.md d906a41c2e first commit 2 ngày trước cách đây
LICENSE d906a41c2e first commit 2 ngày trước cách đây
README.md d906a41c2e first commit 2 ngày trước cách đây
base.go d906a41c2e first commit 2 ngày trước cách đây
decode.go d906a41c2e first commit 2 ngày trước cách đây
doc.go d906a41c2e first commit 2 ngày trước cách đây
flows.go d906a41c2e first commit 2 ngày trước cách đây
gc d906a41c2e first commit 2 ngày trước cách đây
layerclass.go d906a41c2e first commit 2 ngày trước cách đây
layertype.go d906a41c2e first commit 2 ngày trước cách đây
packet.go d906a41c2e first commit 2 ngày trước cách đây
parser.go d906a41c2e first commit 2 ngày trước cách đây
time.go d906a41c2e first commit 2 ngày trước cách đây
writer.go d906a41c2e first commit 2 ngày trước cách đây

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