add test trace in which DNP3 packets are over UDP; update test scripts and baseline results

This commit is contained in:
Hui Lin 2015-01-07 15:04:22 -06:00
parent ded592868c
commit 794273913f
27 changed files with 4153 additions and 7 deletions

View file

@ -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