]> granicus.if.org Git - file/commitdiff
add fusecompress
authorChristos Zoulas <christos@zoulas.com>
Mon, 8 Aug 2011 09:05:38 +0000 (09:05 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 8 Aug 2011 09:05:38 +0000 (09:05 +0000)
magic/Magdir/fusecompress [new file with mode: 0644]
magic/Makefile.am

diff --git a/magic/Magdir/fusecompress b/magic/Magdir/fusecompress
new file mode 100644 (file)
index 0000000..63605a8
--- /dev/null
@@ -0,0 +1,8 @@
+0      string  \037\135\211    FuseCompress(ed) data
+>3     byte    0x00    (none format)
+>3     byte    0x01    (bz2 format)
+>3     byte    0x02    (gz format)
+>3     byte    0x03    (lzo format)
+>3     byte    0x04    (xor format)
+>3     byte    >0x04   (unknown format)
+>4     long    x       uncompressed size: %d
index af3a2ddea96cbc9d55115f607fff393a069d5498..371c992019bdca65cfe960407e4c2dd848d49863 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $File: Makefile.am,v 1.70 2011/08/03 16:55:40 christos Exp $
+# $File: Makefile.am,v 1.71 2011/08/08 09:05:38 christos Exp $
 #
 MAGIC_FRAGMENT_BASE = Magdir
 MAGIC_DIR = $(top_srcdir)/magic
@@ -76,6 +76,7 @@ $(MAGIC_FRAGMENT_DIR)/fortran \
 $(MAGIC_FRAGMENT_DIR)/frame \
 $(MAGIC_FRAGMENT_DIR)/freebsd \
 $(MAGIC_FRAGMENT_DIR)/fsav \
+$(MAGIC_FRAGMENT_DIR)/fusecompress \
 $(MAGIC_FRAGMENT_DIR)/games \
 $(MAGIC_FRAGMENT_DIR)/gcc \
 $(MAGIC_FRAGMENT_DIR)/geo \