summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2006-10-23 14:59:53 +0000
committerChristos Zoulas <christos@zoulas.com>2006-10-23 14:59:53 +0000
commitfd82eb20b45939deb63eccac4bf27d9354939c90 (patch)
tree8cc12d2f91ba9f9bc4ce69b4da05c02b489ffc30
parent2c0e1d5a412f4c96a601ac14fb9ff5846bc21740 (diff)
downloadfile-git-fd82eb20b45939deb63eccac4bf27d9354939c90.tar.gz
ole 2 compound documents redo from Lester Hightower.
-rw-r--r--magic/Magdir/images3
-rw-r--r--magic/Magdir/msdos1
-rw-r--r--magic/Magdir/ole2compounddocs13
-rw-r--r--magic/Makefile.in1
4 files changed, 14 insertions, 4 deletions
diff --git a/magic/Magdir/images b/magic/Magdir/images
index 3a1a56c2..155e99ef 100644
--- a/magic/Magdir/images
+++ b/magic/Magdir/images
@@ -267,9 +267,6 @@
#
0 beshort 0x1010 PEX Binary Archive
-# Visio drawings
-03000 string Visio\ (TM)\ Drawing %s
-
# Tgif files
0 string \%TGIF\ x Tgif file version %s
diff --git a/magic/Magdir/msdos b/magic/Magdir/msdos
index 9524c86c..0eeb33d2 100644
--- a/magic/Magdir/msdos
+++ b/magic/Magdir/msdos
@@ -371,7 +371,6 @@
0 string PO^Q` Microsoft Word 6.0 Document
#
0 string \376\067\0\043 Microsoft Office Document
-0 string \320\317\021\340\241\261\032\341 Microsoft Office Document
0 string \333\245-\0\0\0 Microsoft Office Document
#
2080 string Microsoft\ Excel\ 5.0\ Worksheet %s
diff --git a/magic/Magdir/ole2compounddocs b/magic/Magdir/ole2compounddocs
new file mode 100644
index 00000000..ee07514e
--- /dev/null
+++ b/magic/Magdir/ole2compounddocs
@@ -0,0 +1,13 @@
+
+#------------------------------------------------------------------------------
+# Microsoft OLE 2 Compound Documents : file(1) magic for Microsoft Structured
+# storage (http://en.wikipedia.org/wiki/Structured_Storage)
+# Additional tests for OLE 2 Compound Documents should be under this recipe.
+
+0 string \320\317\021\340\241\261\032\341 OLE 2 Compound Document
+# - Microstation V8 DGN files (www.bentley.com)
+# Last update on 10/23/2006 by Lester Hightower
+> 0x480 string D\000g\000n\000~\000H : Microstation V8 DGN
+# - Visio documents
+# Last update on 10/23/2006 by Lester Hightower
+> 0x480 string V\000i\000s\000i\000o\000D\000o\000c : Visio Document
diff --git a/magic/Makefile.in b/magic/Makefile.in
index bee55c84..2e6c2d1a 100644
--- a/magic/Makefile.in
+++ b/magic/Makefile.in
@@ -282,6 +282,7 @@ Magdir/nitpicker \
Magdir/ocaml \
Magdir/octave \
Magdir/olf \
+Magdir/ole2compounddocs \
Magdir/os2 \
Magdir/os9 \
Magdir/osf1 \