mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
new: implemented ble.enum and refactored how tabular views work ( ref #74 )
This commit is contained in:
parent
b8e48e7f8a
commit
ec58c55370
9 changed files with 341 additions and 52 deletions
|
@ -46,10 +46,9 @@ func (s EventsStream) viewBLEEvent(e session.Event) {
|
|||
name,
|
||||
dev.Device.ID(),
|
||||
vend)
|
||||
} else {
|
||||
fmt.Printf("[%s] [%s] %v\n",
|
||||
} /* else {
|
||||
fmt.Printf("[%s] [%s]\n",
|
||||
e.Time.Format(eventTimeFormat),
|
||||
core.Green(e.Tag),
|
||||
e.Data)
|
||||
}
|
||||
core.Green(e.Tag))
|
||||
} */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue