go_sysutils/.net.UNFINISHED/protos/types.go
2024-06-17 04:33:30 -04:00

13 lines
335 B
Go

package protos
type IPProto struct {
Name string `csv:"Keyword"`
Description string `csv:"Protocol"`
Number uint8 `csv:"-"`
Reference string `csv:"Reference"`
Reserved bool `csv:"-"`
IP6ExtensionHeader bool `csv:"-"`
csvNum string
ip6ext bool
}