mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
![]() This is a script-only change that unrolls File::Info records into multiple files.log entries if the same file was seen over different connections by single worker. Consequently, the File::Info record gets the commonly used uid and id fields added. These fields are optional for File::Info - a file may be analyzed without relation to a network connection (e.g by using Input::add_analysis()). The existing tx_hosts, rx_hosts and conn_uids fields of Files::Info are not meaningful after this change and removed by default. Therefore, files.log will have them removed, too. The tx_hosts, rx_hosts and conn_uids fields can be revived by using the policy script frameworks/files/deprecated-txhosts-rxhosts-connuids.zeek included in the distribution. However, with v6.1 this script will be removed. |
||
---|---|---|
.. | ||
100-continue.zeek | ||
101-switching-protocols.zeek | ||
all-headers-event.zeek | ||
build-url.zeek | ||
concurrent-range-requests.zeek | ||
content-range-gap-skip.zeek | ||
content-range-gap.zeek | ||
content-range-less-than-len.zeek | ||
entity-gap.zeek | ||
entity-gap2.zeek | ||
fake-content-length.zeek | ||
http-bad-request-with-version.zeek | ||
http-connect-with-header.zeek | ||
http-connect.zeek | ||
http-dpd-large-req.zeek | ||
http-filename.zeek | ||
http-header-crlf.zeek | ||
http-methods.zeek | ||
http-no-crlf.zeek | ||
http-pipelining.zeek | ||
missing-zlib-header.zeek | ||
multipart-body-length.zeek | ||
multipart-extract.zeek | ||
multipart-file-limit.zeek | ||
no-uri.zeek | ||
no-version.zeek | ||
percent-end-of-line.zeek | ||
x-gzip.zeek | ||
zero-length-bodies-with-drops.zeek |