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
- C
The connection record for the underlying transport-layer session/flow.
- Result
whether or not authentication was succesful
-
rfb_authentication_type¶ - Type
event(c:connection, authtype:count)
Generated for RFB event authentication mechanism selection
- 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
- 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
- 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
- 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
- C
The connection record for the underlying transport-layer session/flow.
- Flag
whether or not the share flag was set