https://github.com/Google/Gopacket
Provides packet processing capabilities for Go
https://github.com/Google/Gopacket
Last synced: 12 months ago
JSON representation
Provides packet processing capabilities for Go
- Host: GitHub
- URL: https://github.com/Google/Gopacket
- Owner: google
- License: bsd-3-clause
- Created: 2015-03-16T20:46:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T22:04:28.000Z (about 1 year ago)
- Last Synced: 2025-03-10T23:38:41.017Z (12 months ago)
- Language: Go
- Homepage:
- Size: 3.64 MB
- Stars: 6,461
- Watchers: 140
- Forks: 1,141
- Open Issues: 357
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
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)
Minimum Go version required is 1.5 except for pcapgo/EthernetHandle, afpacket, and bsdbpf which need at least 1.9 due to x/sys/unix dependencies.
Originally forked from the gopcap project written by Andreas
Krennmair (http://github.com/akrennmair/gopcap).