mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
add test trace in which DNP3 packets are over UDP; update test scripts and baseline results
This commit is contained in:
parent
ded592868c
commit
794273913f
27 changed files with 4153 additions and 7 deletions
|
@ -31,7 +31,7 @@ redef record connection += {
|
|||
dnp3: Info &optional;
|
||||
};
|
||||
|
||||
const ports = { 20000/tcp };
|
||||
const ports = { 20000/tcp , 20000/udp };
|
||||
redef likely_server_ports += { ports };
|
||||
|
||||
event bro_init() &priority=5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue