https://github.com/truthbk/gopacket
Provides packet processing capabilities for Go
https://github.com/truthbk/gopacket
Last synced: 5 months ago
JSON representation
Provides packet processing capabilities for Go
- Host: GitHub
- URL: https://github.com/truthbk/gopacket
- Owner: truthbk
- License: bsd-3-clause
- Fork: true (google/gopacket)
- Created: 2015-11-30T17:23:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T22:06:24.000Z (over 10 years ago)
- Last Synced: 2024-06-20T17:46:12.912Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 3.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# GoPacket
This library provides packet decoding capabilities for Go.
See [godoc](https://godoc.org/github.com/google/gopacket) for more details.
[](https://travis-ci.org/google/gopacket)
[](https://godoc.org/github.com/google/gopacket)
Originally forked from the gopcap project written by Andreas
Krennmair (http://github.com/akrennmair/gopcap).