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

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