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

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
37 lines
1.1 KiB
ReStructuredText
37 lines
1.1 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
base/bif/communityid.bif.zeek
|
|
=============================
|
|
.. zeek:namespace:: GLOBAL
|
|
|
|
|
|
:Namespace: GLOBAL
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Functions
|
|
#########
|
|
================================================= ================================================================
|
|
:zeek:id:`community_id_v1`: :zeek:type:`function` Compute the Community ID hash (v1) from a connection identifier.
|
|
================================================= ================================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Functions
|
|
#########
|
|
.. zeek:id:: community_id_v1
|
|
:source-code: base/bif/communityid.bif.zeek 12 12
|
|
|
|
:Type: :zeek:type:`function` (cid: :zeek:type:`conn_id`, seed: :zeek:type:`count` :zeek:attr:`&default` = ``0`` :zeek:attr:`&optional`, do_base64: :zeek:type:`bool` :zeek:attr:`&default` = ``T`` :zeek:attr:`&optional`) : :zeek:type:`string`
|
|
|
|
Compute the Community ID hash (v1) from a connection identifier.
|
|
|
|
|
|
:param cid: The identifier of the connection for which to compute the community-id.
|
|
|
|
|
|
:returns: The Community ID hash of the connection identifier as string.
|
|
|
|
|
|
|