base/bif/plugins/Bro_SMB.smb2_com_write.bif.bro

GLOBAL
Namespace:GLOBAL
Source File:/scripts/base/bif/plugins/Bro_SMB.smb2_com_write.bif.bro

Summary

Events

smb2_write_request: event Generated for SMB/CIFS version 2 requests of type write.

Detailed Interface

Events

smb2_write_request
Type:event (c: connection, hdr: SMB2::Header, file_id: SMB2::GUID, offset: count, length: count)

Generated for SMB/CIFS version 2 requests of type write. This is sent by the client to write data to the file or named pipe on the server.

For more information, see MS-SMB2:2.2.21

C:The connection.
Hdr:The parsed header of the SMB version 2 message.
File_id:The GUID being used for the file.
Offset:How far into the file this write should be taking place.
Length:The number of bytes of the file being written.

See also: smb2_message

Copyright 2016, The Bro Project. Last updated on December 07, 2018. Created using Sphinx 1.8.2.