mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00

These are no longer loaded by default due to the performance impact they cause simply by being loaded (they have event handlers for commonly generated events) and they aren't generally useful enough to justify it.
22 lines
912 B
Text
22 lines
912 B
Text
# @TEST-EXEC: zeek -C -r $TRACES/tls/heartbleed.pcap %INPUT
|
|
# @TEST-EXEC: mv notice.log notice-heartbleed.log
|
|
|
|
# @TEST-EXEC: zeek -C -r $TRACES/tls/heartbleed-success.pcap %INPUT
|
|
# @TEST-EXEC: mv notice.log notice-heartbleed-success.log
|
|
|
|
# @TEST-EXEC: zeek -C -r $TRACES/tls/heartbleed-encrypted.pcap %INPUT
|
|
# @TEST-EXEC: mv notice.log notice-encrypted.log
|
|
|
|
# @TEST-EXEC: zeek -C -r $TRACES/tls/heartbleed-encrypted-success.pcap %INPUT
|
|
# @TEST-EXEC: mv notice.log notice-encrypted-success.log
|
|
|
|
# @TEST-EXEC: zeek -C -r $TRACES/tls/heartbleed-encrypted-short.pcap %INPUT
|
|
# @TEST-EXEC: mv notice.log notice-encrypted-short.log
|
|
|
|
# @TEST-EXEC: btest-diff notice-heartbleed.log
|
|
# @TEST-EXEC: btest-diff notice-heartbleed-success.log
|
|
# @TEST-EXEC: btest-diff notice-encrypted.log
|
|
# @TEST-EXEC: btest-diff notice-encrypted-success.log
|
|
# @TEST-EXEC: btest-diff notice-encrypted-short.log
|
|
|
|
@load protocols/ssl/heartbleed
|