mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Changes in response to Johanna's code review.
This commit is contained in:
parent
2f05318a08
commit
56e234a762
3 changed files with 18 additions and 6 deletions
|
@ -996,7 +996,7 @@ const UDP_ACTIVE = 1; ##< Endpoint has sent something.
|
|||
const ignore_checksums = F &redef;
|
||||
|
||||
## Checksums are ignored for all packets with a src address within this set of
|
||||
## addresses. Useful for cases where a host might be seeing packets collected
|
||||
## networks. Useful for cases where a host might be seeing packets collected
|
||||
## from local hosts before checksums were applied by hardware. This frequently
|
||||
## manifests when sniffing a local management interface on a host and Zeek sees
|
||||
## packets before the hardware has had a chance to apply the checksums.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue