zeek/scripts/spicy
Benjamin Bannier dc735371be Simplify code generated for Spicy analyzer port ranges.
We previously would reprent port ranges from EVT files element-wise.
This can potentially generate a lot of code (all on a single line
though) which some versions of GCC seem to have trouble with, and which
also causes JIT overhead.

With this patch we switch to directly representing ranges. Single ports
are represented as ranges `[start, start]`.

Closes #3094.
2023-05-29 12:20:44 +02:00
..
zeek.spicy Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
zeek_file.spicy Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
zeek_rt.hlt Simplify code generated for Spicy analyzer port ranges. 2023-05-29 12:20:44 +02:00