Vlad Grigorescu

Results 21 comments of Vlad Grigorescu

> @grigorescu do you have a more specific example/context in which you're using to_json other than just print in case there's actually more going on or other places to change...

As another data point, we had to do some gymnastics to deal with this in the SMB analyzer. The protocol supports dates back to the 1600's, and we just ignore...

I've been working on the script-layer API to start. A couple of issues that I've run into have to do with how labels are stored. For a family, the BIFs...

Fixed in 14d7121185a9efb66949e11a476e78e6933e857b

Would you need to modify `zkg.meta` in order to take advantage of the new variables? Or would the expectation be that zkg adds it automatically? The issue I see with...

Hmm, I disagree. Generally, I expect the order of precedence to be: 1. Command line options I explicitly set, 2. Environment variables, 3. Local config file, 4. Global config file....

Thanks to you both for the detailed responses; good discussion. I definitely had some misunderstandings regarding how `zkg` handles `ZEEK_PLUGIN_PATH`. > * New zkg autoconfig runs store the location of...

If you look carefully at the example above, you'll see that `172.16.0.0` is one color, and `/20, 172.16.16.0/` is another color.

I think this got stuck waiting on another fix, but I'll address that when/if it comes up again.

Ah, yes. Thanks for the reminder; I need to get this added to the zkg package list. In the meantime, try installing it directly with the git URL, i.e. `zkg...