checkpoint

going to rewrite this in C++ I think
This commit is contained in:
2023-05-01 18:50:45 +00:00
parent 9eb32a3174
commit 7630cd4e7d
8 changed files with 40 additions and 74 deletions

View File

@@ -5,6 +5,7 @@ import (
"git.wntrmute.dev/kyle/kdhcp/log"
"git.wntrmute.dev/kyle/kdhcp/server"
"github.com/davecgh/go-spew/spew"
)
func main() {
@@ -30,5 +31,6 @@ func main() {
}
log.Debugf("receive %d byte packet from %s", len(packet.Data), packet.Addr)
spew.Dump(packet.Data)
}
}