mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
8 lines
195 B
Text
8 lines
195 B
Text
# @TEST-EXEC: bro -b -r $TRACES/tcp/fin_retransmission.pcap %INPUT >out
|
|
# @TEST-EXEC: btest-diff out
|
|
|
|
event connection_state_remove(c: connection)
|
|
{
|
|
print c$orig;
|
|
print c$resp;
|
|
}
|