zeek/doc/scripts/base/protocols/smb/smb2-main.zeek.rst
Tim Wojtulewicz ded98cd373 Copy docs into Zeek repo directly
This is based on commit 2731def9159247e6da8a3191783c89683363689c from the
zeek-docs repo.
2025-09-26 02:58:29 +00:00

31 lines
1.4 KiB
ReStructuredText

:tocdepth: 3
base/protocols/smb/smb2-main.zeek
=================================
.. zeek:namespace:: SMB2
:Namespace: SMB2
:Imports: :doc:`base/frameworks/notice/weird.zeek </scripts/base/frameworks/notice/weird.zeek>`, :doc:`base/protocols/smb/main.zeek </scripts/base/protocols/smb/main.zeek>`
Summary
~~~~~~~
Redefinitions
#############
============================================== ==============================================================================================
:zeek:type:`SMB::CmdInfo`: :zeek:type:`record`
:New Fields: :zeek:type:`SMB::CmdInfo`
smb2_offered_dialects: :zeek:type:`index_vec` :zeek:attr:`&optional`
Dialects offered by the client.
smb2_create_options: :zeek:type:`count` :zeek:attr:`&default` = ``0`` :zeek:attr:`&optional`
Keep the create_options in the command for
referencing later.
============================================== ==============================================================================================
Detailed Interface
~~~~~~~~~~~~~~~~~~