mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00

- Added a test for binpac exception handling -- the generated code should use "binpac::Exception" and not "Exception" for exception handling logic to avoid accidental overshadowing by the analyzer-specific type "binpac::ModbusTCP::Exception", which could lead to interesting asserts being triggered in binpac. - Update baseline for the event coverage test -- seems that more events get generated with working exception handling in the generated binpac parser code. - Coverage baseline was giving wrong number of events covered.
11 lines
424 B
Text
11 lines
424 B
Text
#separator \x09
|
|
#set_separator ,
|
|
#empty_field (empty)
|
|
#unset_field -
|
|
#path modbus
|
|
#open 2012-11-12-17-40-34
|
|
#fields ts uid id.orig_h id.orig_p id.resp_h id.resp_p func exception
|
|
#types time string addr port addr port string string
|
|
1153491909.414125 UWkUyAuUGXf 192.168.66.235 2582 166.161.16.230 502 unknown-156 -
|
|
1153491913.013726 UWkUyAuUGXf 192.168.66.235 2582 166.161.16.230 502 unknown-162 -
|
|
#close 2012-11-12-17-40-34
|