mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
misc: improve consistency and add rssi to logs
This commit is contained in:
parent
b8e48e7f8a
commit
b9cf32573f
4 changed files with 40 additions and 11 deletions
|
@ -204,3 +204,7 @@ func (lan *LAN) AddIfNew(ip, mac string) *Endpoint {
|
|||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (lan *LAN) GetAlias(mac string) string {
|
||||
return lan.aliases.Get(mac)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue