mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
Fixed compilation
This commit is contained in:
parent
9ede6c1518
commit
f992cb50f2
22 changed files with 100 additions and 29 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/bettercap/bettercap/core"
|
||||
"github.com/evilsocket/bettercap-ng/core"
|
||||
)
|
||||
|
||||
var IPv4RouteParser = regexp.MustCompile("^([\\d\\.]+)\\s+([\\d\\.]+)\\s+([\\d\\.]+)\\s+([A-Z]+)\\s+\\d+\\s+\\d+\\s+\\d+\\s+(.+)$")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue