Merge remote-tracking branch 'origin/topic/bernhard/ssl_ciphers_vector'

BIT-1011 #merged

* origin/topic/bernhard/ssl_ciphers_vector:
  Change ciphers in changes ciphers from a set to a vector.
This commit is contained in:
Robin Sommer 2013-12-04 12:16:38 -08:00
commit 320f2d5ab6
9 changed files with 117 additions and 8 deletions

View file

@ -153,7 +153,7 @@ function finish(c: connection)
disable_analyzer(c$id, c$ssl$analyzer_id);
}
event ssl_client_hello(c: connection, version: count, possible_ts: time, client_random: string, session_id: string, ciphers: count_set) &priority=5
event ssl_client_hello(c: connection, version: count, possible_ts: time, client_random: string, session_id: string, ciphers: index_vec) &priority=5
{
set_session(c);