mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() Add a small cache in front of the parse method. This cache should reduce most of the calls to parse, and ultimately save memory because redundant versions of the parsed strings will not be created in memory. Move the parsing itself to the proxies where the caching can be more efficient. |
||
---|---|---|
.. | ||
__load__.zeek | ||
main.zeek | ||
README |
The software framework provides infrastructure for maintaining a table of software versions seen on the network. The version parsing itself is carried out by external protocol-specific scripts that feed into this framework.