mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Source clean up and some fixes for SMB.
- Remove the separate string handling for NTLM. - Fixed a crash in RPC Bind handling when no context elements are included.
This commit is contained in:
parent
2e2fb6831f
commit
41e2eaa02d
4 changed files with 44 additions and 42 deletions
|
@ -142,7 +142,7 @@ event smb2_create_response(c: connection, hdr: SMB2::Header, file_id: SMB2::GUID
|
|||
|
||||
event smb2_set_info_request(c: connection, hdr: SMB2::Header, request: SMB2::SetInfoRequest) &priority=5
|
||||
{
|
||||
c$smb$current_file$size = request$eof;
|
||||
c$smb_state$current_file$size = request$eof;
|
||||
}
|
||||
|
||||
event smb2_read_request(c: connection, hdr: SMB2::Header, file_id: SMB2::GUID, offset: count, length: count) &priority=5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue