Tobias von Dewitz 6196559153 link libpcap statically 5 år sedan
..
layers 362fdc9fb2 go modified 5 år sedan
pcap 6196559153 link libpcap statically 5 år sedan
.gitignore 362fdc9fb2 go modified 5 år sedan
.travis.gofmt.sh 362fdc9fb2 go modified 5 år sedan
.travis.golint.sh 362fdc9fb2 go modified 5 år sedan
.travis.govet.sh 362fdc9fb2 go modified 5 år sedan
.travis.yml 362fdc9fb2 go modified 5 år sedan
AUTHORS 362fdc9fb2 go modified 5 år sedan
CONTRIBUTING.md 75fda08e43 added periodic reconnect to nats 6 år sedan
LICENSE 75fda08e43 added periodic reconnect to nats 6 år sedan
README.md 362fdc9fb2 go modified 5 år sedan
base.go 75fda08e43 added periodic reconnect to nats 6 år sedan
decode.go 75fda08e43 added periodic reconnect to nats 6 år sedan
doc.go 362fdc9fb2 go modified 5 år sedan
flows.go 75fda08e43 added periodic reconnect to nats 6 år sedan
gc 362fdc9fb2 go modified 5 år sedan
layerclass.go 75fda08e43 added periodic reconnect to nats 6 år sedan
layertype.go 75fda08e43 added periodic reconnect to nats 6 år sedan
packet.go 362fdc9fb2 go modified 5 år sedan
parser.go 362fdc9fb2 go modified 5 år sedan
time.go 362fdc9fb2 go modified 5 år sedan
writer.go 362fdc9fb2 go modified 5 år sedan

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.

Originally forked from the gopcap project written by Andreas Krennmair ak@synflood.at (http://github.com/akrennmair/gopcap).