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

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