mirror of
https://github.com/bettercap/bettercap
synced 2025-07-31 04:00:09 -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 {
|
||||
fmt.Printf("%v\n", dev)
|
||||
if dev.Name == iface.Name {
|
||||
fmt.Printf("%+v\n", dev)
|
||||
desc := dev.Description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue