mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 05:23:19 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
2fe9a2af2f
commit
282b58c024
5 changed files with 68 additions and 70 deletions
|
@ -46,7 +46,7 @@ func NewDiscovery(s *session.Session) *Discovery {
|
|||
return d.Show(args[0])
|
||||
}))
|
||||
|
||||
d.selector = ViewSelectorFor(&d.SessionModule, "net.show", []string{"ip", "mac", "seen", "sent", "rcvd"}, "")
|
||||
d.selector = ViewSelectorFor(&d.SessionModule, "net.show", []string{"ip", "mac", "seen", "sent", "rcvd"}, "ip asc")
|
||||
|
||||
return d
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue