:tocdepth: 3 base/bif/plugins/Zeek_SMB.smb1_com_transaction_secondary.bif.zeek ================================================================= .. zeek:namespace:: GLOBAL :Namespace: GLOBAL Summary ~~~~~~~ Events ###### ================================================================= =========================================================================================== :zeek:id:`smb1_transaction_secondary_request`: :zeek:type:`event` Generated for :abbr:`SMB (Server Message Block)`/:abbr:`CIFS (Common Internet File System)` version 1 requests of type *transaction_secondary*. ================================================================= =========================================================================================== Detailed Interface ~~~~~~~~~~~~~~~~~~ Events ###### .. zeek:id:: smb1_transaction_secondary_request :source-code: base/bif/plugins/Zeek_SMB.smb1_com_transaction_secondary.bif.zeek 19 19 :Type: :zeek:type:`event` (c: :zeek:type:`connection`, hdr: :zeek:type:`SMB1::Header`, args: :zeek:type:`SMB1::Trans_Sec_Args`, parameters: :zeek:type:`string`, data: :zeek:type:`string`) Generated for :abbr:`SMB (Server Message Block)`/:abbr:`CIFS (Common Internet File System)` version 1 requests of type *transaction_secondary*. This command serves as an additional request data container for the Transaction Subprotocol Commands (carried by *transaction* requests). For more information, see MS-CIFS:2.2.4.34 :param c: The connection. :param hdr: The parsed header of the :abbr:`SMB (Server Message Block)` version 1 message. :param parameters: the SMB_Data.Trans_Parameters field content :param data: the SMB_Data.Trans_Data field content