From: Ian Darwin Date: Sun, 30 Aug 1987 09:23:23 +0000 (+0000) Subject: Add some additional compress types. X-Git-Tag: FILE3_27~410 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34829c7b4c43d090b1ef4ce6f2ee02a274ef7094;p=file Add some additional compress types. --- diff --git a/magic/Magdir/compress b/magic/Magdir/compress index 8e9d9875..d90c6ba9 100644 --- a/magic/Magdir/compress +++ b/magic/Magdir/compress @@ -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