mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix ssl-log-ext omitting data in some cases
ssl-log-ext had a bug that caused data present in the SSL connection to not be logged in some cases. Specifically, the script relied on the base ssl script to initialize some data structures; however, this means that protocol messages that arrive before a message is handled by the base ssl script are not logged. This commit changes the ssl-log-ext script to also initialize the data structures; now messages are correctly included in the log in all cases.
This commit is contained in:
parent
28b33b5c0d
commit
46e54bab76
3 changed files with 26 additions and 24 deletions
2
testing/external/commit-hash.zeek-testing
vendored
2
testing/external/commit-hash.zeek-testing
vendored
|
@ -1 +1 @@
|
|||
43766922ec10cb7cf41d6b15156a8b5984808a44
|
||||
f1ed3ca7dc6599d7d07ff55b8654c31c6438a6a3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue