corelight / zeekjs

ZeekJS - Experimental JavaScript support for Zeek.
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

types: Implement tagging of objects wrapping Zeek Vals #33

Closed awelzel closed 2 years ago

awelzel commented 2 years ago

Minimally this prevents errors when zeek.select_fields() is called with something that's not actually a ZeekValWrap object, but going forward can allow to pass-through the Zeek ValPtr directly back to Zeek rather than doing a conversion.