Browse code

add another Office 2000 signature

git-svn: trunk@2175

Tomasz Kojm authored on 2006/08/06 04:13:03
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+Sat Aug  5 21:10:32 CEST 2006 (tk)
2
+----------------------------------
3
+  * libclamav/vba_extract.c: add another Office 2000 signature
4
+			     Thanks to Sergey Svishchev <svs*ropnet.ru>
5
+
1 6
 Thu Aug  3 09:41:24 BST 2006 (njh)
2 7
 ----------------------------------
3 8
   * clamav-milter:	Now builds on machines without resolv.h
... ...
@@ -75,6 +75,7 @@ vba_version_t vba_version[] = {
75 75
 	{ { 0x5f, 0x00, 0x00, 0x01 }, "Office 97 SR1",          5, FALSE },
76 76
 	{ { 0x65, 0x00, 0x00, 0x01 }, "Office 2000 alpha?",     6, FALSE },
77 77
 	{ { 0x6b, 0x00, 0x00, 0x01 }, "Office 2000 beta?",      6, FALSE },
78
+	{ { 0x6c, 0x00, 0x00, 0x01 }, "Office 2000?",           6, FALSE },
78 79
 	{ { 0x6d, 0x00, 0x00, 0x01 }, "Office 2000",            6, FALSE },
79 80
 	{ { 0x6f, 0x00, 0x00, 0x01 }, "Office 2000",            6, FALSE },
80 81
 	{ { 0x70, 0x00, 0x00, 0x01 }, "Office XP beta 1/2",     6, FALSE },