pancap/protocol/arp/arpDevice.go

7 lines
70 B
Go

package arp
type arpDevice struct {
macaddr string
ipaddr string
}