tree: 2ddcc0580f4df1cfc872e5be52b65f804a0a9d7f [path history] [tgz]
  1. .gitignore
  2. .travis.gofmt.sh
  3. .travis.golint.sh
  4. .travis.govet.sh
  5. .travis.install.sh
  6. .travis.script.sh
  7. .travis.yml
  8. AUTHORS
  9. CONTRIBUTING.md
  10. LICENSE
  11. README.md
  12. base.go
  13. decode.go
  14. doc.go
  15. flows.go
  16. gc
  17. go.mod
  18. go.sum
  19. layerclass.go
  20. layers/
  21. layertype.go
  22. packet.go
  23. parser.go
  24. pcap/
  25. time.go
  26. writer.go
vendor/github.com/google/gopacket/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 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).