mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
FileAnalysis: file handles now set from events.
Versus from synchronous function calls, which doesn't work well because the function call can see a script-layer state that doesn't reflect the state as it will be in terms of the event/network stream.
This commit is contained in:
parent
00a1de3593
commit
84a0c2fdac
21 changed files with 362 additions and 392 deletions
|
@ -1,6 +1,6 @@
|
|||
timeout
|
||||
timeout g(), T
|
||||
timeout g(), F
|
||||
timeout g(), T
|
||||
timeout
|
||||
g() done, no exception, T
|
||||
localhost resolved
|
||||
localhost resolved from f(), T
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue