Restore/rename field in SMB2::Fscontrol record type

b41a4bf06d removed a field from this record
because it had a duplicate name as another field. The field does need to
exist, but it needs the correct name.
This commit is contained in:
Tim Wojtulewicz 2023-01-06 18:59:32 -07:00
parent 9a96e3b52a
commit 84ac362c67
4 changed files with 17 additions and 1 deletions

View file

@ -3594,8 +3594,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