]> 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..2dcefc9
--- /dev/null
@@ -0,0 +1,15 @@
+
+#------------------------------------------------------------------------------
+# $File: clarion,v 1.4 2009/09/19 16:28:08 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 c3d2ffec635e05b24778055c297abd31d9504990..da5f5638d5b14ca8c5e8e0b45aaf0645bc9a0fa3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $File: Makefile.am,v 1.52 2010/01/22 21:44:30 christos Exp $
+# $File: Makefile.am,v 1.53 2010/02/23 23:40:07 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 \