I can’t find any test to do null set evaluation, let alone null string evaluation. For null sets, I am doing
local set_count = |set|;
if (set_count == 0) …
Shouldn’t there be a proper is null way of doing this? I can’t find it in the bro scripting documentation.