Merge remote-tracking branch 'origin/topic/vladg/bit-1533'

BIT-1533 #merged

* origin/topic/vladg/bit-1533:
  Call ProtocolConfirmation in MySQL analyzer.
This commit is contained in:
Robin Sommer 2016-03-21 12:22:15 -07:00
commit c194919b57
3 changed files with 23 additions and 1 deletions

View file

@ -19,6 +19,9 @@ refine flow MySQL_Flow += {
function proc_mysql_handshake_response_packet(msg: Handshake_Response_Packet): bool
%{
if ( ${msg.version} == 9 || ${msg.version == 10} )
connection()->bro_analyzer()->ProtocolConfirmation();
if ( mysql_handshake )
{
if ( ${msg.version} == 10 )