fixed number of object bug in dnp3-protocol pac; update two base test trases

This commit is contained in:
Hui Lin 2013-08-23 18:10:30 -05:00
parent 927f534833
commit 3e3ca1bb74
7 changed files with 181 additions and 1336 deletions

View file

@ -1,5 +1,5 @@
#
# @TEST-EXEC: bro -r $TRACES/dnp3/dnp3_link_only.pcap %DIR/events.bro >output
# @TEST-EXEC: bro -C -r $TRACES/dnp3/dnp3_link_only.pcap %DIR/events.bro >output
# @TEST-EXEC: btest-diff output
# @TEST-EXEC: cat output | awk '{print $1}' | sort | uniq | wc -l >covered
# @TEST-EXEC: cat ${DIST}/src/analyzer/protocol/dnp3/events.bif | grep "^event dnp3_" | wc -l >total