pancap/ethernet/arp/arpDevice.go

7 lines
70 B
Go
Raw Normal View History

2019-11-27 19:24:12 +00:00
package arp
type arpDevice struct {
macaddr string
ipaddr string
}