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

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