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