summaryrefslogtreecommitdiffstats
path: root/contrib/file/magic.mime
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-02-28 05:19:36 +0000
committerobrien <obrien@FreeBSD.org>2003-02-28 05:19:36 +0000
commitf35360c37203a2efe4238a8ec8dd5c45cde0820b (patch)
tree1705752f770500133cc84f6e74036f0089e1421d /contrib/file/magic.mime
parent822cce384d16c9a63f80e0c0765717d4a329368d (diff)
downloadFreeBSD-src-f35360c37203a2efe4238a8ec8dd5c45cde0820b.zip
FreeBSD-src-f35360c37203a2efe4238a8ec8dd5c45cde0820b.tar.gz
Virgin import of Christos Zoulas's FILE 3.41.
* - fix memory allocation problem (Jeff Johnson) * - fix stack overflow corruption (David Endler)
Diffstat (limited to 'contrib/file/magic.mime')
-rw-r--r--contrib/file/magic.mime10
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/file/magic.mime b/contrib/file/magic.mime
index f424970..c9ae6ba 100644
--- a/contrib/file/magic.mime
+++ b/contrib/file/magic.mime
@@ -86,9 +86,9 @@
# Microsoft WAVE format (*.wav)
# [GRR 950115: probably all of the shorts and longs should be leshort/lelong]
# Microsoft RIFF
-0 string RIFF audio/unknown
+0 string RIFF
# - WAVE format
->8 string WAVE audio/x-wav
+>8 string WAVE audio/x-wav
>8 string AVI video/x-msvideo
#
0 belong 0x2e7261fd application/x-realaudio
@@ -543,3 +543,9 @@
# MNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
0 string \x8aMNG video/x-mng
+
+#------------------------------------------------------------------------------
+# Hierarchical Data Format, used to facilitate scientific data exchange
+# specifications at http://hdf.ncsa.uiuc.edu/
+0 belong 0x0e031301 Hierarchical Data Format (version 4) data
+0 string \211HDF\r\n\032 Hierarchical Data Format (version 5) data
OpenPOWER on IntegriCloud