Unverified Commit d7491aa8 by René Helmke Committed by GitHub

Merge pull request #24 from fkie-cad/encoding-mime-fp-bugfix

Encoding mime fp bugfix
parents 0dcee561 c123792b
...@@ -6,21 +6,21 @@ ...@@ -6,21 +6,21 @@
# Motorola S-Record # Motorola S-Record
0 string S 0 string S
>1 regex [0-3][0-9A-F]{8,}$ Motorola S-Record; binary data in text format >1 regex \^[0-3][0-9A-F]{8,} Motorola S-Record; binary data in text format
!:mime firmware/srecord !:mime firmware/srecord
# Tektronik HEX file format # Tektronik HEX file format
0 string / 0 string /
>1 regex [0-9A-F]{8,}$ Tektronix HEX; binary data in text format >1 regex \^[0-9A-F]{12,} Tektronix HEX; binary data in text format
!:mime firmware/tek !:mime firmware/tek
# Tektronik Extended HEX file format # Tektronik Extended HEX file format
0 string % 0 string %
>4 string 6 >4 string 6
>1 regex [0-9A-F]{8,}$ Tektronix extended HEX; binary data in text format >1 regex \^[0-9A-F]{12,} Tektronix extended HEX; binary data in text format
!:mime firmware/xtek !:mime firmware/xtek
# Adobe Ascii85 stream # Adobe Ascii85 stream
0 string \<~ 0 string \<~
>2 regex [a-zA-Z0-9!#$%&()*+;<=>?@^_`-]{20,} Adobe ASCII85 encoding >2 regex \^[\]a-zA-Z0-9!"#$%&'()*+,./:;<=>?@\[\\^_`-]{20,} Adobe ASCII85 encoding
!:mime firmware/adobe85 !:mime firmware/adobe85
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment