base/bif/CPP-load.bif.zeek

GLOBAL

Definitions of built-in functions related to loading compiled-to-C++ scripts.

Namespace

GLOBAL

Summary

Functions

load_CPP: function

Activates the compile-to-C++ scripts associated with the given hash.

Detailed Interface

Functions

load_CPP
Type

function (h: count) : bool

Activates the compile-to-C++ scripts associated with the given hash.

Parameters

h – Hash of the set of C++ scripts.

Returns

True if it was present and loaded, false if not.