mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Implement protocol confirmation
Do not set the service field in the bro script but use the protocol confirmation paradigm. Protocol is considered confirmed if both a succesful client and server banner have been parsed.
This commit is contained in:
parent
849875e8be
commit
04dd65cbaf
2 changed files with 3 additions and 9 deletions
|
@ -106,7 +106,6 @@ event rfb_server_version(c: connection, major_version: string, minor_version: st
|
|||
set_session(c);
|
||||
c$rfb_state$server_major_version = major_version;
|
||||
c$rfb_state$server_minor_version = minor_version;
|
||||
add c$service["rfb"];
|
||||
}
|
||||
|
||||
event rfb_authentication_type(c: connection, authtype: count)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue