mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() 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. |
||
---|---|---|
.. | ||
zeek.spicy | ||
zeek_file.spicy | ||
zeek_rt.hlt |