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

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