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

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