Skip to content

Commit

Permalink
updated mime magic for cab, quicktime, fits and netcdf based on fht a…
Browse files Browse the repository at this point in the history
…nalysis on polar-data dump
  • Loading branch information
Nithin Krishna committed Mar 3, 2016
1 parent 9a1ba94 commit 86579ec
Showing 1 changed file with 11 additions and 0 deletions.
Expand Up @@ -1506,6 +1506,9 @@
<mime-type type="application/vnd.ms-asf"/>
<mime-type type="application/vnd.ms-cab-compressed">
<glob pattern="*.cab"/>
<magic priority="50">
<match value="MSCF" type="string" offset="0" />
</magic>
</mime-type>

<!-- http://www.iana.org/assignments/media-types/application/vnd.ms-excel -->
Expand Down Expand Up @@ -3590,7 +3593,11 @@
<mime-type type="application/x-netcdf">
<glob pattern="*.nc"/>
<glob pattern="*.cdf"/>
<magic priority="50">
<match value="0x43444601" type="string" offset="0"/>
</magic>
</mime-type>

<mime-type type="application/x-pkcs12">
<glob pattern="*.p12"/>
<glob pattern="*.pfx"/>
Expand Down Expand Up @@ -4629,6 +4636,9 @@

<mime-type type="image/fits">
<sub-class-of type="application/fits"/>
<magic priority="50">
<match value="0x53494D504C4520203D2020" type="string" offset="0"/>
</magic>
</mime-type>

<mime-type type="image/g3fax">
Expand Down Expand Up @@ -6370,6 +6380,7 @@
<match value="mdat" type="string" offset="4"/>
<!-- General match, specific ftypXXX ones present for subtypes -->
<match value="ftyp" type="string" offset="4"/>
<match value="wide" type="string" offset="4"/>
</magic>
<glob pattern="*.qt"/>
<glob pattern="*.mov"/>
Expand Down

0 comments on commit 86579ec

Please sign in to comment.