https://github.com/google/gopacket
Provides packet processing capabilities for Go
https://github.com/google/gopacket
Last synced: 5 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T23:47:36.000Z (24 days ago)
- Last Synced: 2025-04-01T03:09:41.227Z (12 days ago)
- Language: Go
- Homepage:
- Size: 3.66 MB
- Stars: 6,487
- Watchers: 140
- Forks: 1,141
- Open Issues: 356
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-go - gopacket - Go library for packet processing with libpcap bindings. (Networking / Transliteration)
- zero-alloc-awesome-go - gopacket - Go library for packet processing with libpcap bindings. (Networking / Transliteration)
- my-awesome - google/gopacket - 03 star:6.5k fork:1.1k Provides packet processing capabilities for Go (Go)
- go-awesome - GoPacket - network capture packet capture (Open source library / The Internet)
- awesome-list - gopacket
- jimsghstars - google/gopacket - Provides packet processing capabilities for Go (Go)
- awesome-go - gopacket - Go library for packet processing with libpcap bindings. Stars:`6.5K`. (Networking / Transliteration)
- awesome-go - gopacket - Provides packet processing capabilities for Go - ★ 2279 (Networking)
- awesome-go-extra - gopacket - 03-16T20:46:00Z|2022-08-21T10:25:06Z| (Networking / Uncategorized)
- awesome-go-zh - gopacket
- awesome - gopacket - Provides packet processing capabilities for Go (Go)
- awesome-go - gopacket - 数据包处理库,适合网络分析。 (网络库 / 交互工具)
- awesome-go - gopacket - 数据包处理库,适合网络分析。 (网络库 / 交互工具)
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).