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

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