mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/bit-1651'
BIT-1651 #merged * origin/topic/johanna/bit-1651: Fix behavior of connection_pending event
This commit is contained in:
commit
dd06f8b290
5 changed files with 25 additions and 2 deletions
7
testing/btest/scripts/base/protocols/tcp/pending.bro
Normal file
7
testing/btest/scripts/base/protocols/tcp/pending.bro
Normal file
|
@ -0,0 +1,7 @@
|
|||
# @TEST-EXEC: bro -C -r $TRACES/tls/chrome-34-google.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff .stdout
|
||||
|
||||
event connection_pending(c: connection)
|
||||
{
|
||||
print current_time(), "Connection pending", c$id, c$history;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue