mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
31 lines
1.4 KiB
ReStructuredText
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
|
|
~~~~~~~~~~~~~~~~~~
|
|
|