Browse code

Add more HTML markers

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@979 77e5149b-7576-45b1-b177-96237e5ba77b

Trog authored on 2004/10/07 20:19:52
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Oct  7 12:18:59 BST 2004 (trog)
2
+-----------------------------------
3
+  * libclamav/filetypes.c: Add more HTML markers
4
+
1 5
 Thu Oct  7 03:03:26 CEST 2004 (tk)
2 6
 ----------------------------------
3 7
   * configure: disable support for readdir_r by default (can be enabled with
... ...
@@ -142,6 +142,9 @@ static const struct cli_smagic_s cli_smagic[] = {
142 142
     {"68726566",       "HTML data", CL_TYPE_HTML},	/* href */
143 143
     {"48726566",       "HTML data", CL_TYPE_HTML},	/* Href */
144 144
     {"48524546",       "HTML data", CL_TYPE_HTML},	/* HREF */
145
+    {"3c686561643e",   "HTML data", CL_TYPE_HTML},      /* <head> */
146
+    {"3c484541443e",   "HTML data", CL_TYPE_HTML},      /* <HEAD> */
147
+    {"3c486561643e",   "HTML data", CL_TYPE_HTML},      /* <Head> */
145 148
     {"3c666f6e74",     "HTML data", CL_TYPE_HTML},	/* <font */
146 149
     {"3c466f6e74",     "HTML data", CL_TYPE_HTML},	/* <Font */
147 150
     {"3c464f4e54",     "HTML data", CL_TYPE_HTML},	/* <FONT */