:tocdepth: 3 base/bif/plugins/Zeek_SMB.smb1_com_tree_connect_andx.bif.zeek ============================================================= .. zeek:namespace:: GLOBAL :Namespace: GLOBAL Summary ~~~~~~~ Events ###### ============================================================== =========================================================================================== :zeek:id:`smb1_tree_connect_andx_request`: :zeek:type:`event` Generated for :abbr:`SMB (Server Message Block)`/:abbr:`CIFS (Common Internet File System)` version 1 requests of type *tree connect andx*. :zeek:id:`smb1_tree_connect_andx_response`: :zeek:type:`event` Generated for :abbr:`SMB (Server Message Block)`/:abbr:`CIFS (Common Internet File System)` version 1 responses of type *tree connect andx*. ============================================================== =========================================================================================== Detailed Interface ~~~~~~~~~~~~~~~~~~ Events ###### .. zeek:id:: smb1_tree_connect_andx_request :source-code: base/protocols/smb/smb1-main.zeek 100 106 :Type: :zeek:type:`event` (c: :zeek:type:`connection`, hdr: :zeek:type:`SMB1::Header`, path: :zeek:type:`string`, service: :zeek:type:`string`) Generated for :abbr:`SMB (Server Message Block)`/:abbr:`CIFS (Common Internet File System)` version 1 requests of type *tree connect andx*. This is sent by the client to establish a connection to a server share. For more information, see MS-CIFS:2.2.4.55 :param c: The connection. :param hdr: The parsed header of the :abbr:`SMB (Server Message Block)` version 1 message. :param path: The ``path`` attribute specified in the message. :param service: The ``service`` attribute specified in the message. .. zeek:see:: smb1_message smb1_tree_connect_andx_response .. zeek:id:: smb1_tree_connect_andx_response :source-code: base/bif/plugins/Zeek_SMB.smb1_com_tree_connect_andx.bif.zeek 37 37 :Type: :zeek:type:`event` (c: :zeek:type:`connection`, hdr: :zeek:type:`SMB1::Header`, service: :zeek:type:`string`, native_file_system: :zeek:type:`string`) Generated for :abbr:`SMB (Server Message Block)`/:abbr:`CIFS (Common Internet File System)` version 1 responses of type *tree connect andx*. This is the server reply to the *tree connect andx* request. For more information, see MS-CIFS:2.2.4.55 :param c: The connection. :param hdr: The parsed header of the :abbr:`SMB (Server Message Block)` version 1 message. :param service: The ``service`` attribute specified in the message. :param native_file_system: The file system of the remote server as indicate by the server. .. zeek:see:: smb1_message smb1_tree_connect_andx_request