Seth Hall

Results 13 comments of Seth Hall

I think that the arm64 `#if` is in one more spot too, I just pointed to the first one that caused a problem.

Is it possible there could be some extension made to the tokenized keyword to avoid creating a full new parser? Perhaps if it had someway to indicate you're parsing fields...

Oh! Agreed, that's really neat.

Awesome! Two follow up questions. - How is the transition progressing? I assume that the source code is not fully under Apache 2.0 yet? - Does this mean that libestr...

That's not entirely true. Zeek's logging framework does have a generalized mechanism. The current limitation is that when the mechanism is used to extend all logs, you can't inspect the...

There is a feature in the logging framework to create log extension fields which are globally applied across all logs. Some common things people use it for are to add...

@dcode Yeah, the original intent of the log extension mechanism was to figure out a way to get access to the log record but we couldn't do it at the...

Modifying print to support utf-8 is totally the right answer! Most terminals these days can handle UTF-8 and as we move toward supporting it, it's a little more surprising to...

I think the argument to target 3.1 with this change makes sense.

Has there been any additional thinking around this feature? It would be really neat.