mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
8 lines
238 B
Text
8 lines
238 B
Text
# @TEST-EXEC: zeek -b -r $TRACES/rdp/rdp-to-ssl.pcap %INPUT
|
|
# @TEST-EXEC: btest-diff rdp.log
|
|
# @TEST-EXEC: btest-diff ssl.log
|
|
|
|
@load base/protocols/rdp
|
|
@load base/protocols/ssl
|
|
|
|
redef SSL::log_include_server_certificate_subject_issuer=T;
|