base/bif/plugins/Zeek_RFB.events.bif.zeek
- GLOBAL
- Namespace:
GLOBAL
Summary
Events
Generated for RFB event authentication result message |
|
Generated for RFB event authentication mechanism selection |
|
Generated for RFB event client banner message |
|
Generated for RFB event server parameter message |
|
Generated for RFB event server banner message |
|
Generated for RFB event share flag messages |
Detailed Interface
Events
- rfb_auth_result
- Type:
event
(c:connection
, result:bool
)
Generated for RFB event authentication result message
- Parameters:
c – The connection record for the underlying transport-layer session/flow.
result – whether or not authentication was successful
- rfb_authentication_type
- Type:
event
(c:connection
, authtype:count
)
Generated for RFB event authentication mechanism selection
- Parameters:
c – The connection record for the underlying transport-layer session/flow.
authtype – the value of the chosen authentication mechanism
- rfb_client_version
- Type:
event
(c:connection
, major_version:string
, minor_version:string
)
Generated for RFB event client banner message
- Parameters:
c – The connection record for the underlying transport-layer session/flow.
version – of the client’s rfb library
- rfb_server_parameters
- Type:
event
(c:connection
, name:string
, width:count
, height:count
)
Generated for RFB event server parameter message
- Parameters:
c – The connection record for the underlying transport-layer session/flow.
name – name of the shared screen
width – width of the shared screen
height – height of the shared screen
- rfb_server_version
- Type:
event
(c:connection
, major_version:string
, minor_version:string
)
Generated for RFB event server banner message
- Parameters:
c – The connection record for the underlying transport-layer session/flow.
version – of the server’s rfb library
- Type:
event
(c:connection
, flag:bool
)
Generated for RFB event share flag messages
- Parameters:
c – The connection record for the underlying transport-layer session/flow.
flag – whether or not the share flag was set