checkpoint
going to rewrite this in C++ I think
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user