mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Duplicate smb2_negotiate_response events defined.
This commit is contained in:
parent
d560aceced
commit
9cd914b5cf
1 changed files with 0 additions and 5 deletions
|
@ -98,11 +98,6 @@ event smb2_negotiate_response(c: connection, hdr: SMB2::Header, response: SMB2::
|
|||
}
|
||||
}
|
||||
|
||||
event smb2_negotiate_response(c: connection, hdr: SMB2::Header, response: SMB2::NegotiateResponse) &priority=5
|
||||
{
|
||||
# No behavior yet.
|
||||
}
|
||||
|
||||
event smb2_tree_connect_request(c: connection, hdr: SMB2::Header, path: string) &priority=5
|
||||
{
|
||||
c$smb_state$current_tree$path = path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue