https://github.com/fclairamb/gopacket
Provides packet processing capabilities for Go
https://github.com/fclairamb/gopacket
Last synced: 5 months ago
JSON representation
Provides packet processing capabilities for Go
- Host: GitHub
- URL: https://github.com/fclairamb/gopacket
- Owner: fclairamb
- License: bsd-3-clause
- Fork: true (google/gopacket)
- Created: 2015-11-22T01:00:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T05:34:32.000Z (about 2 years ago)
- Last Synced: 2025-10-18T23:42:29.838Z (8 months ago)
- Language: Go
- Homepage:
- Size: 1.91 MB
- Stars: 1
- Watchers: 0
- 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).