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

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