mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
refine Val "footprint" to equate long strings with multiple objects
This commit is contained in:
parent
d7e30d9ee2
commit
1f9fa4304d
6 changed files with 20 additions and 1 deletions
6
NEWS
6
NEWS
|
@ -58,6 +58,12 @@ Changed Functionality
|
|||
``frameworks/signatures/iso-9660`` which also increases the BOF buffer sufficiently.
|
||||
Note, doing so may increase memory and CPU usage significantly.
|
||||
|
||||
- The ``val_footprint()`` BiF now factors in the size of strings when reporting
|
||||
footprints, roughly equating a string's size with the number of elements
|
||||
comparable to that length. As before, footprints are not meant to be precise
|
||||
but mainly for providing comparisons, which is why this is not a breaking
|
||||
change.
|
||||
|
||||
Removed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue