https://github.com/google/gopacket
Provides packet processing capabilities for Go
https://github.com/google/gopacket
Last synced: 2 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T23:47:36.000Z (8 months ago)
- Last Synced: 2025-09-03T06:48:56.211Z (2 months ago)
- Language: Go
- Homepage:
- Size: 3.66 MB
- Stars: 6,612
- Watchers: 141
- Forks: 1,148
- Open Issues: 359
-
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)
- go-awesome - GoPacket - 网络捕获抓包 (开源类库 / 网络)
- 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.6K`. (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-golang - gopacket - 数据包处理库,适合网络分析。 (网络库 / 交互工具)
- awesome-go - google/gopacket
- awesome-go-with-stars - gopacket - Go library for packet processing with libpcap bindings. (Networking / Transliteration)
- awesome-go - gopacket - Go library for packet processing with libpcap bindings. (Networking / Transliteration)
- awesome-Char - gopacket - Go library for packet processing with libpcap bindings. (Networking / Uncategorized)
- zero-alloc-awesome-go - gopacket - Go library for packet processing with libpcap bindings. (Networking / Transliteration)
- awesome-go-cn - gopacket
- awesome-go - gopacket - Go library for packet processing with libpcap bindings. (Networking / Strings)
- my-awesome - google/gopacket - 03 star:6.7k fork:1.1k Provides packet processing capabilities for Go (Go)
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).