mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
SSH: Ignore encrypted packets by default.
This commit is contained in:
parent
f33e26242c
commit
a119247dd3
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ export {
|
|||
## If true, we tell the event engine to not look at further data
|
||||
## packets after the initial SSH handshake. Helps with performance
|
||||
## (especially with large file transfers) but precludes some
|
||||
## kinds of analyses.
|
||||
const skip_processing_after_detection = F &redef;
|
||||
## kinds of analyses. Defaults to T.
|
||||
const skip_processing_after_detection = T &redef;
|
||||
|
||||
## Event that can be handled to access the SSH record as it is sent on
|
||||
## to the logging framework.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue