|
|
il y a 2 jours | |
|---|---|---|
| .. | ||
| layers | il y a 2 jours | |
| .gitignore | il y a 2 jours | |
| .travis.gofmt.sh | il y a 2 jours | |
| .travis.golint.sh | il y a 2 jours | |
| .travis.govet.sh | il y a 2 jours | |
| .travis.install.sh | il y a 2 jours | |
| .travis.script.sh | il y a 2 jours | |
| .travis.yml | il y a 2 jours | |
| AUTHORS | il y a 2 jours | |
| CONTRIBUTING.md | il y a 2 jours | |
| LICENSE | il y a 2 jours | |
| README.md | il y a 2 jours | |
| base.go | il y a 2 jours | |
| decode.go | il y a 2 jours | |
| doc.go | il y a 2 jours | |
| flows.go | il y a 2 jours | |
| gc | il y a 2 jours | |
| layerclass.go | il y a 2 jours | |
| layertype.go | il y a 2 jours | |
| packet.go | il y a 2 jours | |
| parser.go | il y a 2 jours | |
| time.go | il y a 2 jours | |
| writer.go | il y a 2 jours | |
This library provides packet decoding capabilities for Go. See godoc for more details.
Minimum Go version required is 1.5 except for pcapgo/EthernetHandle, afpacket, and bsdbpf which need at least 1.7 due to x/sys/unix dependencies.
Originally forked from the gopcap project written by Andreas Krennmair ak@synflood.at (http://github.com/akrennmair/gopcap).