Tobias von Dewitz cf55772092 can now tail multiple nginx logs in parallel il y a 3 ans
..
layers f0cf31bd42 parsing more than one nginx log now, dependencies update il y a 3 ans
pcap cf55772092 can now tail multiple nginx logs in parallel il y a 3 ans
.gitignore 362fdc9fb2 go modified il y a 5 ans
.travis.gofmt.sh 362fdc9fb2 go modified il y a 5 ans
.travis.golint.sh 362fdc9fb2 go modified il y a 5 ans
.travis.govet.sh 362fdc9fb2 go modified il y a 5 ans
.travis.yml 362fdc9fb2 go modified il y a 5 ans
AUTHORS 362fdc9fb2 go modified il y a 5 ans
CONTRIBUTING.md 75fda08e43 added periodic reconnect to nats il y a 6 ans
LICENSE 75fda08e43 added periodic reconnect to nats il y a 6 ans
README.md 362fdc9fb2 go modified il y a 5 ans
base.go 75fda08e43 added periodic reconnect to nats il y a 6 ans
decode.go 75fda08e43 added periodic reconnect to nats il y a 6 ans
doc.go 362fdc9fb2 go modified il y a 5 ans
flows.go 75fda08e43 added periodic reconnect to nats il y a 6 ans
gc 362fdc9fb2 go modified il y a 5 ans
layerclass.go 75fda08e43 added periodic reconnect to nats il y a 6 ans
layertype.go 75fda08e43 added periodic reconnect to nats il y a 6 ans
packet.go 362fdc9fb2 go modified il y a 5 ans
parser.go 362fdc9fb2 go modified il y a 5 ans
time.go 362fdc9fb2 go modified il y a 5 ans
writer.go 362fdc9fb2 go modified il y a 5 ans

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