mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
Merge pull request #92 from Neal/logs-improve-consistency-add-rssi
misc: improve consistency and add rssi to logs
This commit is contained in:
commit
bbc38c174e
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