]> granicus.if.org Git - file/commitdiff
Add some additional compress types.
authorIan Darwin <ian@darwinsys.com>
Sun, 30 Aug 1987 09:23:23 +0000 (09:23 +0000)
committerIan Darwin <ian@darwinsys.com>
Sun, 30 Aug 1987 09:23:23 +0000 (09:23 +0000)
magic/Magdir/compress

index 8e9d9875f71b64d41e76f6c0a157d6e4c58d6731..d90c6ba908197dcbedd6f6145ce51f3052622425 100644 (file)
@@ -1,8 +1,18 @@
 0      short           017037          packed data
+# CPL  - added pack to /etc/magic
+0      short           017436          packed data
 0      short           0145405         huf output
-0      short           0116437         compressed data
->2     byte            140             (12 bits)
->2     byte            141             (13 bits)
->2     byte            142             (14 bits)
->2     byte            143             (15 bits)
->2     byte            144             (16 bits)
+
+0      string          \037\235        compressed data
+# non block compressed
+>2     byte            12              - with 12 bits
+>2     byte            13              - with 13 bits
+>2     byte            14              - with 14 bits
+>2     byte            15              - with 15 bits
+>2     byte            16              - with 16 bits
+# block compressed
+>2     byte            140             - with 12 bits
+>2     byte            141             - with 13 bits
+>2     byte            142             - with 14 bits
+>2     byte            143             - with 15 bits
+>2     byte            144             - with 16 bits