pancap/ethernet/arp/arpStats.go

10 lines
122 B
Go
Raw Normal View History

2019-11-27 19:24:12 +00:00
package arp
type arpStats struct {
macaddr string
asked int
answered int
askedList []string
answeredList []string
}