mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
new: added new Meta field to Endpoint objects (closes #66)
This commit is contained in:
parent
f243262200
commit
02d414107e
3 changed files with 48 additions and 3 deletions
|
@ -41,7 +41,7 @@ func (s EventsStream) viewApEvent(e session.Event) {
|
|||
fmt.Printf("[%s] [%s] %s\n",
|
||||
e.Time.Format(eventTimeFormat),
|
||||
core.Green(e.Tag),
|
||||
ap)
|
||||
ap.String())
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -75,7 +75,7 @@ func (s EventsStream) viewEndpointEvent(e session.Event) {
|
|||
fmt.Printf("[%s] [%s] %s\n",
|
||||
e.Time.Format(eventTimeFormat),
|
||||
core.Green(e.Tag),
|
||||
t)
|
||||
t.String())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue