Popularity
9.3
Stable
Activity
0.0
Declining
6,101
140
1,089

Programming language: Go
License: BSD 3-clause "New" or "Revised" License
Tags: Networking    
Latest version: v1.1.17

gopacket alternatives and similar packages

Based on the "Networking" category.
Alternatively, view gopacket alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of gopacket or a related project?

Add another 'Networking' Package

README

GoPacket

This library provides packet decoding capabilities for Go. See godoc for more details.

Build Status GoDoc

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 [email protected] (http://github.com/akrennmair/gopcap).