Skip to content

Commit 149ef8a

Browse files
authored
Add SESPARSE to the ExtentDescriptor regex (#67)
1 parent 0c89766 commit 149ef8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dissect/hypervisor/disk/vmdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def __getattr__(self, attr: str) -> Any:
407407
^
408408
(?P<access_mode>RW|RDONLY|NOACCESS)\s
409409
(?P<sectors>\d+)\s
410-
(?P<type>SPARSE|ZERO|FLAT|VMFS|VMFSSPARSE|VMFSRDM|VMFSRAW)
410+
(?P<type>SESPARSE|SPARSE|ZERO|FLAT|VMFS|VMFSSPARSE|VMFSRDM|VMFSRAW)
411411
(\s(?P<filename>\".+\"))?
412412
(\s(?P<start_sector>\d+))?
413413
(\s(?P<partition_uuid>\S+))?

0 commit comments

Comments
 (0)