mirror of
https://github.com/bettercap/bettercap
synced 2025-07-30 03:29:57 -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,
|
addr,
|
||||||
mac,
|
mac,
|
||||||
name,
|
name,
|
||||||
e.Vendor,
|
core.Dim(e.Vendor),
|
||||||
humanize.Bytes(traffic.Sent),
|
humanize.Bytes(traffic.Sent),
|
||||||
humanize.Bytes(traffic.Received),
|
humanize.Bytes(traffic.Received),
|
||||||
seen,
|
seen,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue