mirror of
https://github.com/bettercap/bettercap
synced 2025-08-13 18:26:57 -07:00
balls
This commit is contained in:
parent
232e6b69e6
commit
d9e471c6d0
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ func getInterfaceName(iface net.Interface) string {
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, dev := range devs {
|
for _, dev := range devs {
|
||||||
|
fmt.Printf("%v\n", dev)
|
||||||
if dev.Name == iface.Name {
|
if dev.Name == iface.Name {
|
||||||
fmt.Printf("%+v\n", dev)
|
fmt.Printf("%+v\n", dev)
|
||||||
desc := dev.Description
|
desc := dev.Description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue