From: Christos Zoulas Date: Sat, 27 Mar 2010 16:17:09 +0000 (+0000) Subject: add isz stuff. X-Git-Tag: FILE5_05~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90295096641b1b03ba113d5e8d30e680525aed2d;p=file add isz stuff. --- diff --git a/magic/Magdir/isz b/magic/Magdir/isz new file mode 100644 index 00000000..316bbd4a --- /dev/null +++ b/magic/Magdir/isz @@ -0,0 +1,15 @@ + +#------------------------------------------------------------------------------ +# $File: isz,v 1.1 2010/03/27 16:17:09 christos Exp $ +# ISO Zipped file format +# http://www.ezbsystems.com/isz/iszspec.txt +0 string IsZ! ISO Zipped file +>4 byte x \b, header size %u +>5 byte x \b, version %u +>8 lelong x \b, serial %u +#12 leshort x \b, sector size %u +#>16 lelong x \b, total sectors %u +>17 byte >0 \b, password protected +#>24 lequad x \b, segment size %llu +#>32 lelong x \b, blocks %u +#>36 lelong x \b, block size %u diff --git a/magic/Makefile.am b/magic/Makefile.am index c1651f02..478becf9 100644 --- a/magic/Makefile.am +++ b/magic/Makefile.am @@ -1,5 +1,5 @@ # -# $File: Makefile.am,v 1.53 2010/02/23 23:40:07 christos Exp $ +# $File: Makefile.am,v 1.54 2010/03/27 16:17:09 christos Exp $ # MAGIC_FRAGMENT_BASE = Magdir MAGIC_DIR = $(top_srcdir)/magic @@ -97,6 +97,7 @@ $(MAGIC_FRAGMENT_DIR)/intel \ $(MAGIC_FRAGMENT_DIR)/interleaf \ $(MAGIC_FRAGMENT_DIR)/island \ $(MAGIC_FRAGMENT_DIR)/ispell \ +$(MAGIC_FRAGMENT_DIR)/isz \ $(MAGIC_FRAGMENT_DIR)/java \ $(MAGIC_FRAGMENT_DIR)/jpeg \ $(MAGIC_FRAGMENT_DIR)/karma \