GLOBAL
Namespace: | GLOBAL |
---|---|
Source File: | /scripts/base/bif/plugins/Bro_SMB.smb1_com_session_setup_andx.bif.bro |
smb1_session_setup_andx_request : event |
Generated for SMB/CIFS version 1 requests of type setup andx. |
smb1_session_setup_andx_response : event |
Generated for SMB/CIFS version 1 responses of type setup andx. |
smb1_session_setup_andx_request
Type: | event (c: connection , hdr: SMB1::Header , request: SMB1::SessionSetupAndXRequest ) |
---|
Generated for SMB/CIFS version 1 requests of type setup andx. This is sent by the client to configure an SMB session.
For more information, see MS-CIFS:2.2.4.53
C: | The connection. |
---|---|
Hdr: | The parsed header of the SMB version 1 message. |
Request: | The parsed request data of the SMB message. See init-bare for more details. |
See also: smb1_message
, smb1_session_setup_andx_response
smb1_session_setup_andx_response
Type: | event (c: connection , hdr: SMB1::Header , response: SMB1::SessionSetupAndXResponse ) |
---|
Generated for SMB/CIFS version 1 responses of type setup andx. This is the server response to the setup andx request.
For more information, see MS-CIFS:2.2.4.53
C: | The connection. |
---|---|
Hdr: | The parsed header of the SMB version 1 message. |
Response: | The parsed response data of the SMB message. See init-bare for more details. |
See also: smb1_message
, smb1_session_setup_andx_request