https://github.com/singchia/gopacket
Forked from google/gopacket for turbine.
https://github.com/singchia/gopacket
Last synced: 6 months ago
JSON representation
Forked from google/gopacket for turbine.
- Host: GitHub
- URL: https://github.com/singchia/gopacket
- Owner: singchia
- License: bsd-3-clause
- Created: 2021-06-05T08:16:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T04:41:45.000Z (about 5 years ago)
- Last Synced: 2025-04-06T11:02:44.023Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 5.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- 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)
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).