mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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:
parent
9a96e3b52a
commit
84ac362c67
4 changed files with 17 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue