Closed awelzel closed 2 years ago
Keep the global zeek object for now, but only make it global during script startup in ZeekJS::main_script_source. Technically can now hide it away and grab it when needed via:
const zeek = process._linkedBinding('zeekjs').zeek; zeek.on('zeek_init', () => console.log('yes');
Not quite sure where this is going...
Keep the global zeek object for now, but only make it global during script startup in ZeekJS::main_script_source. Technically can now hide it away and grab it when needed via:
Not quite sure where this is going...