Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

11 lines
268 B
Plaintext

# @TEST-EXEC: zeek -b -r $TRACES/tls/dhe.pcap %INPUT
# @TEST-EXEC: btest-diff .stdout
# @TEST-EXEC: btest-diff ssl.log
@load base/protocols/ssl
event ssl_dh_server_params(c: connection, p: string, q: string, Ys: string)
{
print "key length in bits", |Ys|*8;
}