mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/fix-analyzer-addition'
* origin/topic/johanna/fix-analyzer-addition: DTLS: Use magix constant from rfc5389 for stun detection. DTLS: Fix binpac bug with DTLSv1.2 client hellos Forgot to remove debug output. DTLS: Fix interaction with STUN Fix the way that child analyzers are added. BIT-1604 #merged
This commit is contained in:
commit
85213e6b55
11 changed files with 58 additions and 11 deletions
10
testing/btest/scripts/base/protocols/ssl/dtls-stun-dpd.test
Normal file
10
testing/btest/scripts/base/protocols/ssl/dtls-stun-dpd.test
Normal file
|
@ -0,0 +1,10 @@
|
|||
# @TEST-EXEC: bro -r $TRACES/tls/webrtc-stun.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff ssl.log
|
||||
# @TEST-EXEC: touch dpd.log
|
||||
# @TEST-EXEC: btest-diff dpd.log
|
||||
|
||||
event ssl_client_hello(c: connection, version: count, possible_ts: time, client_random: string, session_id: string, ciphers: index_vec)
|
||||
{
|
||||
print version, client_random, session_id, ciphers;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue