mirror of
https://github.com/bettercap/bettercap
synced 2025-07-12 16:13:48 -07:00
6 lines
151 B
Go
6 lines
151 B
Go
package net
|
|
|
|
import "regexp"
|
|
|
|
var ArpTableParser = regexp.MustCompile("^[^\\d\\.]+([\\d\\.]+).+\\s+([a-f0-9:]{17}).+\\s+(.+)$")
|
|
var ArpTableTokens = 4
|