# This file was automatically generated by bifcl from /Users/jon/tmp/bro-2.5.5/src/analyzer/protocol/smb/smb1_com_nt_cancel.bif (plugin mode). ## Generated for :abbr:`SMB (Server Message Block)`/:abbr:`CIFS (Common Internet File System)` ## version 1 requests of type *nt cancel*. This is sent by the client to request that a currently ## pending request be cancelled. ## ## For more information, see MS-CIFS:2.2.4.65 ## ## c: The connection. ## ## hdr: The parsed header of the :abbr:`SMB (Server Message Block)` version 1 message. ## ## .. bro:see:: smb1_message export { global smb1_nt_cancel_request: event(c: connection , hdr: SMB1::Header ); } # end of export section module GLOBAL;