mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

The only thing that is missing is a signature to detect the protocol (it has no well-known port). Reassembly is kind of fidgety - at the moment we only support re-assembling one simultaneous message per direction (which looking at our test-traffic might not be a problem). And I am not quite sure if I got all cases correct... But - it works :)
5 lines
187 B
Text
5 lines
187 B
Text
# This tests a normal SSL connection and the log it outputs.
|
|
|
|
# @TEST-EXEC: bro -r $TRACES/tls/dtls-openssl.pcap %INPUT
|
|
# @TEST-EXEC: btest-diff ssl.log
|
|
# @TEST-EXEC: btest-diff x509.log
|