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:
Tim Wojtulewicz 2023-02-01 10:48:03 -07:00
commit 0fd335f7f0
6 changed files with 26 additions and 2 deletions

View file

@ -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