mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
Improve new field on Event, and refactored the Protocol field with a Protocol enum
This commit is contained in:
@ -28,7 +28,7 @@ func (SSHStrategy *SecureShellStrategy) Init(beelzebubServiceConfiguration parse
|
||||
|
||||
tr.TraceEvent(tracer.Event{
|
||||
Msg: "New SSH Session",
|
||||
Protocol: beelzebubServiceConfiguration.Protocol,
|
||||
Protocol: tracer.SSH,
|
||||
RemoteAddr: sess.RemoteAddr().String(),
|
||||
Status: tracer.Start,
|
||||
ID: uuidSession.String(),
|
||||
|
Reference in New Issue
Block a user