mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +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
|
@ -3603,8 +3603,10 @@ export {
|
|||
type SMB2::Fscontrol: record {
|
||||
## minimum amount of free disk space required to begin document filtering
|
||||
free_space_start_filtering : int;
|
||||
## minimum amount of free disk space required to continue document filtering
|
||||
## minimum amount of free disk space required to continue filtering documents and merging word lists
|
||||
free_space_threshold : int;
|
||||
## minimum amount of free disk space required to continue content filtering
|
||||
free_space_stop_filtering : int;
|
||||
## default per-user disk quota
|
||||
delete_quota_threshold : count;
|
||||
## default per-user disk limit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue