Skip to content

Commit 99ce043

Browse files
committed
feat: added bzip3 mime type
1 parent df53bf9 commit 99ce043

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mime/compressed_streams

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
>5 lequad =0xffffffffffffffff streamed
1818
>5 lequad !0xffffffffffffffff non-streamed, size %lld
1919

20-
2120
# Zlib - Original Code from binwalk
2221
0 beshort 0x789c Zlib compressed data, default compression
2322
!:mime compression/zlib
@@ -35,3 +34,9 @@
3534
# http://encode.ru/threads/456-zpaq-updates/page32
3635
0 string 7kSt ZPAQ file
3736
!:mime application/zpaq
37+
38+
# Bzip3
39+
# See https://github.com/kspalaiologos/bzip3/blob/master/doc/bzip3_format.md
40+
0 string BZ3v1 BZip3 compressed data,
41+
!:mime application/bzip3
42+
>5 ulelong x Max Block Size %d

0 commit comments

Comments
 (0)