Seth Hall

Results 8 issues of Seth Hall

Right now there isn't a field for packets that were filtered from packet sources and all of the packet sources seem to not know what to do with the number...

Type: Enhancement
Area: Packet Capture

https://github.com/zeek/spicy/blob/7bc152833075129ef1ddfba459021b336738b5d6/hilti/runtime/src/fiber.cc#L252 Robin and I talked about this a bit and I was thinking it could make sense to just generally support arm64. Most platforms these days seem to have their...

Testing / CI / Release

Here's the minimal parser... ```module Test; import spicy; type Line = unit { switch { -> a : A; -> b : B; * -> unknown: /[^\n]*/; }; : /\n/;...

Diagnostics

Why is the Apache license (COPYING.ASL20) included with liblognorm? It seems like most (all?) of the actual source files have LGPL license information in them.

The global that stores the certs can't be indexed into because the cert subject is included. Change it from set[addr, port, string] to table[addr, port] of string.

This is derived from the blog post by @AbdulRhmanAlfaifi at https://u0041.co/posts/articals/exploring-windows-artifacts-notepad-files/

It looks like the current implementation only supports ASCII and UTF-8 to decode into a string and the current library being used is strictly for UTF-8. In order to support...

Enhancement
Good first issue

Some protocols have static length fields before the literal where we might use the &synchronize attribute but currently spicy only allows literals before the literal where &synchronize is used. Here...