]> granicus.if.org Git - file/commitdiff
add isz stuff.
authorChristos Zoulas <christos@zoulas.com>
Sat, 27 Mar 2010 16:17:09 +0000 (16:17 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 27 Mar 2010 16:17:09 +0000 (16:17 +0000)
magic/Magdir/isz [new file with mode: 0644]
magic/Makefile.am

diff --git a/magic/Magdir/isz b/magic/Magdir/isz
new file mode 100644 (file)
index 0000000..316bbd4
--- /dev/null
@@ -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
index c1651f02926e57575c7493ebee7287b7788df053..478becf988bf9587a1071c49f43ec83f4a542c87 100644 (file)
@@ -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 \