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

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