.. | ||
.gitignore | ||
.travis.gofmt.sh | ||
.travis.golint.sh | ||
.travis.govet.sh | ||
.travis.yml | ||
AUTHORS | ||
base.go | ||
CONTRIBUTING.md | ||
decode.go | ||
doc.go | ||
flows.go | ||
gc | ||
layerclass.go | ||
layertype.go | ||
LICENSE | ||
packet.go | ||
parser.go | ||
README.md | ||
writer.go |
GoPacket
This library provides packet decoding capabilities for Go. See godoc for more details.
Originally forked from the gopcap project written by Andreas Krennmair ak@synflood.at (http://github.com/akrennmair/gopcap).