awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesGo Libraries

Decodes and manipulates network packets at multiple protocol layers for analysis and inspection in Go.

Distinct from Packet Processing Frameworks: Distinct from Packet Processing Frameworks: specifically a Go library for packet processing, not a kernel-level framework.

Explore 1 awesome GitHub repository matching networking & communication · Go Libraries. Refine with filters or upvote what's useful.

Awesome Go Libraries GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • google/gopacketAvatar von google

    google/gopacket

    6,781Auf GitHub ansehen↗

    gopacket is a Go library for live packet capture and multi-layer protocol decoding. It provides a framework for parsing raw network bytes into structured protocol layers, enabling inspection and analysis of network traffic directly from interfaces or packet capture files. The library distinguishes itself through a layered protocol stack that organizes decoders as independent, composable layers, and an interface-based decoder registry that supports extensible custom protocol development. It offers zero-copy packet decoding for high-throughput parsing, stream-based TCP reassembly to reconstruct

    Provides a Go library for decoding and manipulating network packets at multiple protocol layers.

    Go
    Auf GitHub ansehen↗6,781
  1. Home
  2. Networking & Communication
  3. Packet Engines
  4. Packet Processing Frameworks
  5. Go Libraries