# gopacket **Repository Path**: mirrors_smallnest/gopacket ## Basic Information - **Project Name**: gopacket - **Description**: 仅保留包处理的库,避免libpcap和libpcap-devel的依赖 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GoPacket This library provides packet decoding capabilities for Go. It **does not** depend on libpcap and libpcap-dev and it only is used parsing packets. So it can be used in any Go application with `CGO_ENABLED=0`. See [godoc](https://godoc.org/github.com/smallnest/gopacket) for more details. [![Build Status](https://travis-ci.org/smallnest/gopacket.svg?branch=master)](https://travis-ci.org/smallnest/gopacket) [![GoDoc](https://godoc.org/github.com/smallnest/gopacket?status.svg)](https://godoc.org/github.com/smallnest/gopacket) Forked from [google/gopacket](https://github.com/smallnest/gopacket) and removed all unnecessary code. Originally forked from the gopcap project written by Andreas Krennmair (http://github.com/akrennmair/gopcap).