Registry / networking / songgao-packets

songgao-packets

JSON →
library0.0.0-20160404182456-549a10cd4091gogounverified

A Go library for parsing and constructing network packets.

go get github.com/songgao/packets
INSTALL
IMPORT
SIG · SONGGAO-PACKETS
S
songgao-packets
networkinggov0.0.0-20160404182456-549a10cd4091
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

packets
github.com/songgao/packets

Creates an Ethernet packet

package main import ( "fmt" "github.com/songgao/packets" ) func main() { p := packets.Ethernet{Source: [6]byte{0x00, 0x11, 0x22, 0x33, 0x44, 0x55}} fmt.Println(p) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160404182456-549a10cd4091latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources