base/bif/plugins/Zeek_SMB.smb1_com_tree_connect_andx.bif.zeek
- GLOBAL
- Namespace
GLOBAL
Summary
Events
Generated for SMB/CIFS version 1 requests of type tree connect andx. |
|
Generated for SMB/CIFS version 1 responses of type tree connect andx. |
Detailed Interface
Events
- smb1_tree_connect_andx_request
- Type
event
(c:connection
, hdr:SMB1::Header
, path:string
, service:string
)
Generated for SMB/CIFS version 1 requests of type tree connect andx. This is sent by the client to establish a connection to a server share.
For more information, see MS-CIFS:2.2.4.55
- Parameters
c – The connection.
hdr – The parsed header of the SMB version 1 message.
path – The
path
attribute specified in the message.service – The
service
attribute specified in the message.
See also:
smb1_message
,smb1_tree_connect_andx_response
- smb1_tree_connect_andx_response
- Type
event
(c:connection
, hdr:SMB1::Header
, service:string
, native_file_system:string
)
Generated for SMB/CIFS version 1 responses of type tree connect andx. This is the server reply to the tree connect andx request.
For more information, see MS-CIFS:2.2.4.55
- Parameters
c – The connection.
hdr – The parsed header of the SMB version 1 message.
service – The
service
attribute specified in the message.native_file_system – The file system of the remote server as indicate by the server.
See also:
smb1_message
,smb1_tree_connect_andx_request