Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Google/Gopacket
Provides packet processing capabilities for Go
https://github.com/Google/Gopacket
Last synced: 20 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T20:16:32.000Z (3 months ago)
- Last Synced: 2024-10-14T10:44:34.843Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 3.64 MB
- Stars: 6,313
- Watchers: 140
- Forks: 1,128
- Open Issues: 355
-
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.[![Build Status](https://travis-ci.org/google/gopacket.svg?branch=master)](https://travis-ci.org/google/gopacket)
[![GoDoc](https://godoc.org/github.com/google/gopacket?status.svg)](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).