~blainsmith/hare-packet

arp tests and addr len fixes
fix eth header fields with length or proto

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~blainsmith/hare-packet
read/write
git@git.sr.ht:~blainsmith/hare-packet

You can also use your local clone with git send-email.

#WIP: hare-packet

This package provides network packet encoding/decoding support for Hare.

#Installation

#From your distribution

The recommended name for this package is "hare-packet". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-packet/ add https://git.sr.ht/~blainsmith/hare-packet main