policy/frameworks/management/util.zeek

Management::Util

Utility functions for the Management framework, available to agent and controller.

Namespace

Management::Util

Summary

Functions

Management::Util::set_to_vector: function

Renders a set of strings to an alphabetically sorted vector.

Detailed Interface

Functions

Management::Util::set_to_vector
Type

function (ss: set [string]) : vector of string

Renders a set of strings to an alphabetically sorted vector.

Parameters

ss – the string set to convert.

Returns

the vector of all strings in ss.