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:
Robin Sommer 2016-05-18 07:39:35 -07:00
commit 85213e6b55
11 changed files with 58 additions and 11 deletions

View 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;
}