mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
Script in base for detecting cases of checksum offloading.
- I added this to the base scripts because it's very minimal overhead and we get questions about this all the time. Now that reporter messages are printed to the console, people will see the message clearly if they have bad checksums.
This commit is contained in:
parent
cba8b9f62b
commit
e020e034ae
2 changed files with 59 additions and 0 deletions
|
@ -41,3 +41,5 @@
|
|||
@load base/protocols/ssh
|
||||
@load base/protocols/ssl
|
||||
@load base/protocols/syslog
|
||||
|
||||
@load base/misc/find-checksum-offloading
|
Loading…
Add table
Add a link
Reference in a new issue