misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2019-02-06 07:14:43 +01:00
commit 75185c88cf
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -83,7 +83,7 @@ func (s *EventsStream) viewWiFiEvent(e session.Event) {
if hand.NewPackets == 1 {
ss = ""
}
fmt.Fprintf(s.output, "[%s] [%s] captured a full handshake for station %s and AP %s (saved %d new packet%s to %s)\n",
fmt.Fprintf(s.output, "[%s] [%s] captured handshake for %s->%s (saved %d new packet%s to %s)\n",
e.Time.Format(eventTimeFormat),
tui.Green(e.Tag),
hand.Station.String(),