what a rabbithole. lots of goodies now.

This commit is contained in:
2021-12-18 04:23:35 -05:00
parent 11b0744e5c
commit 8f582d37f1
24 changed files with 399 additions and 326 deletions

14278
.net.UNFINISHED/ports/data.go Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
package ports

View File

@@ -0,0 +1,13 @@
package ports
import (
"r00t2.io/sysutils/.net.UNFINISHED/protos"
)
type IPPort struct {
Number uint16
Protocol *protos.IPProto
ServiceName string
Description string
Reserved bool
}