mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Fix duplication of new_connection_contents event
Addresses BIT-1602
This commit is contained in:
parent
4851cbc7cc
commit
d091e9ca89
3 changed files with 12 additions and 8 deletions
|
@ -0,0 +1,7 @@
|
|||
# @TEST-EXEC: bro -r $TRACES/irc-dcc-send.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff .stdout
|
||||
|
||||
event new_connection_contents(c: connection)
|
||||
{
|
||||
print fmt("new_connection_contents for %s", cat(c$id));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue