pancap/ethernet/arp/arpDevice.go

7 lines
70 B
Go
Raw Normal View History

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