mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
976465959e
commit
6f691245e0
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ func (d *Discovery) getRow(e *network.Endpoint, withMeta bool) [][]string {
|
|||
addr,
|
||||
mac,
|
||||
name,
|
||||
e.Vendor,
|
||||
core.Dim(e.Vendor),
|
||||
humanize.Bytes(traffic.Sent),
|
||||
humanize.Bytes(traffic.Received),
|
||||
seen,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue