mirror of
https://github.com/maride/pancap.git
synced 2026-02-07 07:08:50 +00:00
7 lines
71 B
Go
7 lines
71 B
Go
package arp
|
|
|
|
type arpDevice struct {
|
|
macaddr string
|
|
ipaddr string
|
|
}
|