We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261adce commit 4e9d674Copy full SHA for 4e9d674
1 file changed
test/scapy/layers/smb2.uts
@@ -575,3 +575,5 @@ assert sd.DACLOffset == 44
575
assert sd.OwnerSid.summary() == "S-1-1-0"
576
assert sd.GroupSid.summary() == "S-1-1-0"
577
assert sd.DACL.toSDDL() == ['(A;;;;;S-1-1-0)']
578
+
579
+assert sd.DACL.AclSize == len(sd.DACL)
0 commit comments