diff --git a/OpenCL/m17200_a0-pure.cl b/OpenCL/m17200_a0-pure.cl index e56ddc34b..3b5f8069a 100644 --- a/OpenCL/m17200_a0-pure.cl +++ b/OpenCL/m17200_a0-pure.cl @@ -126,8 +126,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/OpenCL/m17200_a1-pure.cl b/OpenCL/m17200_a1-pure.cl index fc506431e..4ed1b2139 100644 --- a/OpenCL/m17200_a1-pure.cl +++ b/OpenCL/m17200_a1-pure.cl @@ -124,8 +124,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/OpenCL/m17200_a3-pure.cl b/OpenCL/m17200_a3-pure.cl index 000ec4c35..635e9b46d 100644 --- a/OpenCL/m17200_a3-pure.cl +++ b/OpenCL/m17200_a3-pure.cl @@ -124,8 +124,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/OpenCL/m17210_a0-pure.cl b/OpenCL/m17210_a0-pure.cl index 086333702..c46f78730 100644 --- a/OpenCL/m17210_a0-pure.cl +++ b/OpenCL/m17210_a0-pure.cl @@ -126,8 +126,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/OpenCL/m17210_a1-pure.cl b/OpenCL/m17210_a1-pure.cl index 1573fd3a4..d00118813 100644 --- a/OpenCL/m17210_a1-pure.cl +++ b/OpenCL/m17210_a1-pure.cl @@ -124,8 +124,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/OpenCL/m17210_a3-pure.cl b/OpenCL/m17210_a3-pure.cl index 5a2939533..6e3bda1cc 100644 --- a/OpenCL/m17210_a3-pure.cl +++ b/OpenCL/m17210_a3-pure.cl @@ -124,8 +124,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/OpenCL/m17220_a0-pure.cl b/OpenCL/m17220_a0-pure.cl index 4c7773186..e622d76f5 100644 --- a/OpenCL/m17220_a0-pure.cl +++ b/OpenCL/m17220_a0-pure.cl @@ -126,8 +126,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/OpenCL/m17220_a1-pure.cl b/OpenCL/m17220_a1-pure.cl index a7b2d8508..bcb952ea1 100644 --- a/OpenCL/m17220_a1-pure.cl +++ b/OpenCL/m17220_a1-pure.cl @@ -124,8 +124,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/OpenCL/m17220_a3-pure.cl b/OpenCL/m17220_a3-pure.cl index e92712dbf..1ef2b3a52 100644 --- a/OpenCL/m17220_a3-pure.cl +++ b/OpenCL/m17220_a3-pure.cl @@ -124,8 +124,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/OpenCL/m17230_a0-pure.cl b/OpenCL/m17230_a0-pure.cl index 02afbcb3f..df4f6bb26 100644 --- a/OpenCL/m17230_a0-pure.cl +++ b/OpenCL/m17230_a0-pure.cl @@ -126,8 +126,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/OpenCL/m17230_a1-pure.cl b/OpenCL/m17230_a1-pure.cl index 8294a5c49..0a880847f 100644 --- a/OpenCL/m17230_a1-pure.cl +++ b/OpenCL/m17230_a1-pure.cl @@ -124,8 +124,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/OpenCL/m17230_a3-pure.cl b/OpenCL/m17230_a3-pure.cl index e13289442..c4ac6c864 100644 --- a/OpenCL/m17230_a3-pure.cl +++ b/OpenCL/m17230_a3-pure.cl @@ -124,8 +124,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/src/modules/module_17200.c b/src/modules/module_17200.c index 7227c56e6..1f8bb7027 100644 --- a/src/modules/module_17200.c +++ b/src/modules/module_17200.c @@ -119,8 +119,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/src/modules/module_17210.c b/src/modules/module_17210.c index 19aac6e9b..4ef59a9c4 100644 --- a/src/modules/module_17210.c +++ b/src/modules/module_17210.c @@ -119,8 +119,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/src/modules/module_17220.c b/src/modules/module_17220.c index dfbd4bb0d..662dc0fbb 100644 --- a/src/modules/module_17220.c +++ b/src/modules/module_17220.c @@ -119,8 +119,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc; diff --git a/src/modules/module_17230.c b/src/modules/module_17230.c index 7099265a6..510c6675e 100644 --- a/src/modules/module_17230.c +++ b/src/modules/module_17230.c @@ -119,8 +119,8 @@ struct pkzip_hash u32 compressed_length; u32 uncompressed_length; u32 crc32; - u8 offset; - u8 additional_offset; + u32 offset; + u32 additional_offset; u8 compression_type; u32 data_length; u16 checksum_from_crc;