mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Merge remote-tracking branch 'security/topic/timw/131-smb-fscontrol-overflow'
* security/topic/timw/131-smb-fscontrol-overflow: Restore/rename field in SMB2::Fscontrol record type
This commit is contained in:
commit
0fd335f7f0
6 changed files with 26 additions and 2 deletions
11
testing/btest/scripts/base/protocols/smb/smb2-fscontrol.test
Normal file
11
testing/btest/scripts/base/protocols/smb/smb2-fscontrol.test
Normal file
|
@ -0,0 +1,11 @@
|
|||
# @TEST-EXEC: zeek -r $TRACES/smb/smb2_fscontrol.pcap %INPUT > out
|
||||
# @TEST-EXEC: btest-diff out
|
||||
|
||||
@load base/protocols/smb
|
||||
|
||||
event smb2_file_fscontrol(c: connection, hdr: SMB2::Header, file_id: SMB2::GUID, fs_control: SMB2::Fscontrol)
|
||||
{
|
||||
print hdr;
|
||||
print file_id;
|
||||
print fs_control;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue