pancap/protocol/arp/arpDevice.go
2023-09-03 00:07:04 +02:00

7 lines
71 B
Go

package arp
type arpDevice struct {
macaddr string
ipaddr string
}