# This file was automatically generated by bifcl from /Users/jon/tmp/bro-2.5.5/src/analyzer/protocol/smb/smb2_com_write.bif (plugin mode). ## Generated for :abbr:`SMB (Server Message Block)`/:abbr:`CIFS (Common Internet File System)` ## 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 :abbr:`SMB (Server Message Block)` 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. ## ## .. bro:see:: smb2_message export { global smb2_write_request: event(c: connection , hdr: SMB2::Header , file_id: SMB2::GUID , offset: count , length: count ); } # end of export section module GLOBAL;