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

10 lines
141 B
Go

package arp
type arpStats struct {
macaddr string
asked int
answered int
askedList []string
answeredList []string
}