mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Call ProtocolConfirmation in MySQL analyzer.
This commit is contained in:
parent
f5ce4785ea
commit
e8bdf14bfd
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ refine flow MySQL_Flow += {
|
||||||
|
|
||||||
function proc_mysql_handshake_response_packet(msg: Handshake_Response_Packet): bool
|
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 ( mysql_handshake )
|
||||||
{
|
{
|
||||||
if ( ${msg.version} == 10 )
|
if ( ${msg.version} == 10 )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue