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 0c89766 commit 149ef8aCopy full SHA for 149ef8a
dissect/hypervisor/disk/vmdk.py
@@ -407,7 +407,7 @@ def __getattr__(self, attr: str) -> Any:
407
^
408
(?P<access_mode>RW|RDONLY|NOACCESS)\s
409
(?P<sectors>\d+)\s
410
- (?P<type>SPARSE|ZERO|FLAT|VMFS|VMFSSPARSE|VMFSRDM|VMFSRAW)
+ (?P<type>SESPARSE|SPARSE|ZERO|FLAT|VMFS|VMFSSPARSE|VMFSRDM|VMFSRAW)
411
(\s(?P<filename>\".+\"))?
412
(\s(?P<start_sector>\d+))?
413
(\s(?P<partition_uuid>\S+))?
0 commit comments