zeek/scripts
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
..
base updates reflecting review comments 2023-05-25 18:00:13 -07:00
policy Merge remote-tracking branch 'origin/topic/vern/at-if-analyze' 2023-05-26 14:56:01 -07:00
site policy: Import zeek-community-id scripts into protocols/conn frameworks/notice 2023-04-24 09:43:19 +02:00
spicy Simplify code generated for Spicy analyzer port ranges. 2023-05-29 12:20:44 +02:00
zeekygen Move spicy/misc scripts to policy and clarify purpose. 2023-05-16 10:21:21 +02:00
CMakeLists.txt Use the same rules as cmake submodule to reformat Zeek 2023-05-09 08:31:43 -07:00
test-all-policy.zeek Move spicy/misc scripts to policy and clarify purpose. 2023-05-16 10:21:21 +02:00