mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
More bro-to-zeek renaming in the unit tests
This commit is contained in:
parent
72b46268f7
commit
3f9e7138bd
71 changed files with 141 additions and 136 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
event tcp_packet(c: connection, is_orig: bool, flags: string, seq: count, ack: count, len: count, payload: string)
|
||||
{
|
||||
# Just having this handler used to crash Bro on this trace.
|
||||
print network_time(), c$id;
|
||||
# Just having this handler used to crash Zeek on this trace.
|
||||
print network_time(), c$id;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue