mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Merge branch 'smb2-updates' of https://github.com/dtrejod/bro
This commit is contained in:
commit
b2dc7ffb26
6 changed files with 77 additions and 2 deletions
|
@ -19,3 +19,8 @@ event smb2_create_response(c: connection, hdr: SMB2::Header, response: SMB2::Cre
|
|||
print fmt("smb2_create_response %s -> %s:%d %s", c$id$orig_h, c$id$resp_h, c$id$resp_p, response);
|
||||
}
|
||||
|
||||
event smb2_file_sattr(c: connection, hdr: SMB2::Header, file_id:
|
||||
SMB2::GUID, times: SMB::MACTimes, attrs: SMB2::FileAttrs)
|
||||
{
|
||||
print fmt("smb2_file_sattr %s -> %s:%d %s MACTimes:%s FileAttrs:%s", c$id$orig_h, c$id$resp_h, c$id$resp_p, file_id, times, attrs);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue