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

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