xref: /dragonfly/contrib/file/magic/Magdir/isz (revision 6fca56fb90a257291c53bba3b861b751027c3e3d)
1
2#------------------------------------------------------------------------------
3# $File: isz,v 1.5 2019/04/19 00:42:27 christos Exp $
4# ISO Zipped file format
5# https://www.ezbsystems.com/isz/iszspec.txt
60         string    IsZ!      ISO Zipped file
7>4        byte      x         \b, header size %u
8>5        byte      x         \b, version %u
9>8        lelong    x         \b, serial %u
10#12       leshort   x         \b, sector size %u
11#>16      lelong    x         \b, total sectors %u
12>17       byte      >0        \b, password protected
13#>24      lequad    x         \b, segment size %llu
14#>32      lelong    x         \b, blocks %u
15#>36      lelong    x         \b, block size %u
16