mirror of
https://github.com/maride/pancap.git
synced 2024-11-22 08:54:24 +00:00
7 lines
70 B
Go
7 lines
70 B
Go
package arp
|
|
|
|
type arpDevice struct {
|
|
macaddr string
|
|
ipaddr string
|
|
}
|