base/bif/plugins/Zeek_SMB.smb1_com_transaction_secondary.bif.zeek

GLOBAL
Namespace

GLOBAL

Summary

Events

smb1_transaction_secondary_request: event

Generated for SMB/CIFS version 1 requests of type transaction_secondary.

Detailed Interface

Events

smb1_transaction_secondary_request
Type

event (c: connection, hdr: SMB1::Header, args: SMB1::Trans_Sec_Args, parameters: string, data: string)

Generated for SMB/CIFS 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

Parameters
  • c – The connection.

  • hdr – The parsed header of the SMB version 1 message.

  • parameters – the SMB_Data.Trans_Parameters field content

  • data – the SMB_Data.Trans_Data field content