Skip to content

Commit

Permalink
Generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeek-bot committed Aug 7, 2024
1 parent 2d35a0d commit 25c0805
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions script-reference/autogenerated-protocol-analyzer-index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6165,7 +6165,7 @@ Events
++++++

.. zeek:id:: LDAP::message
:source-code: base/protocols/ldap/main.zeek 188 283
:source-code: base/protocols/ldap/main.zeek 188 287

:Type: :zeek:type:`event` (c: :zeek:type:`connection`, message_id: :zeek:type:`int`, opcode: :zeek:type:`LDAP::ProtocolOpcode`, result: :zeek:type:`LDAP::ResultCode`, matched_dn: :zeek:type:`string`, diagnostic_message: :zeek:type:`string`, object: :zeek:type:`string`, argument: :zeek:type:`string`)

Expand Down Expand Up @@ -6196,7 +6196,7 @@ Events
:param argument: Additional arguments this message includes.

.. zeek:id:: LDAP::bind_request
:source-code: base/protocols/ldap/main.zeek 362 383
:source-code: base/protocols/ldap/main.zeek 366 387

:Type: :zeek:type:`event` (c: :zeek:type:`connection`, message_id: :zeek:type:`int`, version: :zeek:type:`int`, name: :zeek:type:`string`, auth_type: :zeek:type:`LDAP::BindAuthType`, auth_info: :zeek:type:`string`)

Expand All @@ -6221,7 +6221,7 @@ Events
:param auth_info: Additional information related to the used auth type.

.. zeek:id:: LDAP::search_request
:source-code: base/protocols/ldap/main.zeek 295 344
:source-code: base/protocols/ldap/main.zeek 299 348

:Type: :zeek:type:`event` (c: :zeek:type:`connection`, message_id: :zeek:type:`int`, base_object: :zeek:type:`string`, scope: :zeek:type:`LDAP::SearchScope`, deref: :zeek:type:`LDAP::SearchDerefAlias`, size_limit: :zeek:type:`int`, time_limit: :zeek:type:`int`, types_only: :zeek:type:`bool`, filter: :zeek:type:`string`, attributes: :zeek:type:`vector` of :zeek:type:`string`)

Expand Down Expand Up @@ -6258,7 +6258,7 @@ Events
:param attributes: Additional attributes of the SearchRequest.

.. zeek:id:: LDAP::search_result_entry
:source-code: base/protocols/ldap/main.zeek 349 354
:source-code: base/protocols/ldap/main.zeek 353 358

:Type: :zeek:type:`event` (c: :zeek:type:`connection`, message_id: :zeek:type:`int`, object_name: :zeek:type:`string`)

Expand Down
2 changes: 1 addition & 1 deletion scripts/base/protocols/ldap/main.zeek.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Events
Hooks
#####
.. zeek:id:: LDAP::finalize_ldap
:source-code: base/protocols/ldap/main.zeek 386 405
:source-code: base/protocols/ldap/main.zeek 390 409

:Type: :zeek:type:`Conn::RemovalHook`

Expand Down
8 changes: 4 additions & 4 deletions scripts/base/protocols/ldap/spicy-events.zeek.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Detailed Interface
Events
######
.. zeek:id:: LDAP::bind_request
:source-code: base/protocols/ldap/main.zeek 362 383
:source-code: base/protocols/ldap/main.zeek 366 387

:Type: :zeek:type:`event` (c: :zeek:type:`connection`, message_id: :zeek:type:`int`, version: :zeek:type:`int`, name: :zeek:type:`string`, auth_type: :zeek:type:`LDAP::BindAuthType`, auth_info: :zeek:type:`string`)

Expand Down Expand Up @@ -94,7 +94,7 @@ Events
:param response_value: The value of the extended response (empty if missing).

.. zeek:id:: LDAP::message
:source-code: base/protocols/ldap/main.zeek 188 283
:source-code: base/protocols/ldap/main.zeek 188 287

:Type: :zeek:type:`event` (c: :zeek:type:`connection`, message_id: :zeek:type:`int`, opcode: :zeek:type:`LDAP::ProtocolOpcode`, result: :zeek:type:`LDAP::ResultCode`, matched_dn: :zeek:type:`string`, diagnostic_message: :zeek:type:`string`, object: :zeek:type:`string`, argument: :zeek:type:`string`)

Expand Down Expand Up @@ -125,7 +125,7 @@ Events
:param argument: Additional arguments this message includes.

.. zeek:id:: LDAP::search_request
:source-code: base/protocols/ldap/main.zeek 295 344
:source-code: base/protocols/ldap/main.zeek 299 348

:Type: :zeek:type:`event` (c: :zeek:type:`connection`, message_id: :zeek:type:`int`, base_object: :zeek:type:`string`, scope: :zeek:type:`LDAP::SearchScope`, deref: :zeek:type:`LDAP::SearchDerefAlias`, size_limit: :zeek:type:`int`, time_limit: :zeek:type:`int`, types_only: :zeek:type:`bool`, filter: :zeek:type:`string`, attributes: :zeek:type:`vector` of :zeek:type:`string`)

Expand Down Expand Up @@ -162,7 +162,7 @@ Events
:param attributes: Additional attributes of the SearchRequest.

.. zeek:id:: LDAP::search_result_entry
:source-code: base/protocols/ldap/main.zeek 349 354
:source-code: base/protocols/ldap/main.zeek 353 358

:Type: :zeek:type:`event` (c: :zeek:type:`connection`, message_id: :zeek:type:`int`, object_name: :zeek:type:`string`)

Expand Down

0 comments on commit 25c0805

Please sign in to comment.