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

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