mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge branch 'master' of https://github.com/shirkdog/zeek
* 'master' of https://github.com/shirkdog/zeek: Duplicate smb2_negotiate_response events defined.
This commit is contained in:
commit
acb3b27a2c
3 changed files with 5 additions and 6 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
3.2.0-dev.234 | 2020-03-16 12:37:17 -0700
|
||||||
|
|
||||||
|
* Remove an unused smb2_negotiate_response event handler. (M.Shirk)
|
||||||
|
|
||||||
3.2.0-dev.231 | 2020-03-13 13:41:23 -0700
|
3.2.0-dev.231 | 2020-03-13 13:41:23 -0700
|
||||||
|
|
||||||
* Add branch whitelist for CI notifications (Jon Siwek, Corelight)
|
* Add branch whitelist for CI notifications (Jon Siwek, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
3.2.0-dev.231
|
3.2.0-dev.234
|
||||||
|
|
|
@ -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
|
event smb2_tree_connect_request(c: connection, hdr: SMB2::Header, path: string) &priority=5
|
||||||
{
|
{
|
||||||
c$smb_state$current_tree$path = path;
|
c$smb_state$current_tree$path = path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue