pancap/protocol/arp/arpStats.go

10 lines
141 B
Go
Raw Permalink Normal View History

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