mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
make SSH analyzer robust to half-duplex connections
This commit is contained in:
parent
29f5a49baf
commit
a0888b7e36
12 changed files with 170 additions and 26 deletions
|
@ -0,0 +1,8 @@
|
|||
# Tests processing of half-duplex client-side connections, including no
|
||||
# analyzer.log output.
|
||||
|
||||
# @TEST-EXEC: zeek -r $TRACES/ssh/ssh.client-side-half-duplex.pcap %INPUT
|
||||
# @TEST-EXEC: test ! -e analyzer.log
|
||||
# @TEST-EXEC: btest-diff ssh.log
|
||||
# @TEST-EXEC: btest-diff conn.log
|
||||
# @TEST-EXEC: btest-diff .stdout
|
|
@ -0,0 +1,8 @@
|
|||
# Tests processing of half-duplex server-side connections, including no
|
||||
# analyzer.log output.
|
||||
|
||||
# @TEST-EXEC: zeek -r $TRACES/ssh/ssh.server-side-half-duplex.pcap %INPUT
|
||||
# @TEST-EXEC: test ! -e analyzer.log
|
||||
# @TEST-EXEC: btest-diff ssh.log
|
||||
# @TEST-EXEC: btest-diff conn.log
|
||||
# @TEST-EXEC: btest-diff .stdout
|
Loading…
Add table
Add a link
Reference in a new issue