base/bif/plugins/Zeek_SMB.smb2_com_tree_disconnect.bif.zeek¶
-
GLOBAL
¶
Namespace: | GLOBAL |
---|
Summary¶
Events¶
smb2_tree_disconnect_request : event |
Generated for SMB/CIFS version 2 requests of type tree disconnect. |
smb2_tree_disconnect_response : event |
Generated for SMB/CIFS version 2 requests of type tree disconnect. |
Detailed Interface¶
Events¶
-
smb2_tree_disconnect_request
¶ Type: event
(c:connection
, hdr:SMB2::Header
)Generated for SMB/CIFS version 2 requests of type tree disconnect. This is sent by the client to logically disconnect client access to a server resource.
C: The connection. Hdr: The parsed header of the SMB version 2 message. See also:
smb2_message
-
smb2_tree_disconnect_response
¶ Type: event
(c:connection
, hdr:SMB2::Header
)Generated for SMB/CIFS version 2 requests of type tree disconnect. This is sent by the server to logically disconnect client access to a server resource.
C: The connection. Hdr: The parsed header of the SMB version 2 message. See also:
smb2_message