base/bif/communityid.bif.zeek
- GLOBAL
- Namespace:
GLOBAL
Summary
Functions
Compute the Community ID hash (v1) from a connection identifier. |
Detailed Interface
Functions
- community_id_v1
- Type:
function(cid:conn_id, seed:count&default=0&optional, do_base64:bool&default=T&optional) :string
Compute the Community ID hash (v1) from a connection identifier.
- Parameters:
cid – The identifier of the connection for which to compute the community-id.
- Returns:
The Community ID hash of the connection identifier as string.