mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Merge branch 'master' of git.bro.org:bro
This commit is contained in:
commit
a6618eb964
3 changed files with 11 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.4-beta-34 | 2015-06-02 10:37:22 -0700
|
||||
|
||||
* Add signature support for F4M files. (Seth Hall)
|
||||
|
||||
2.4-beta-32 | 2015-06-02 09:43:31 -0700
|
||||
|
||||
* A larger set of documentation updates, fixes, and extentions.
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.4-beta-32
|
||||
2.4-beta-34
|
||||
|
|
|
@ -78,6 +78,12 @@ signature file-coldfusion {
|
|||
file-magic /^([\x0d\x0a[:blank:]]*(<!--.*-->)?)*<(CFPARAM|CFSET|CFIF)/
|
||||
}
|
||||
|
||||
# Adobe Flash Media Manifest
|
||||
signature file-f4m {
|
||||
file-mime "application/f4m", 49
|
||||
file-magic /^(\xef\xbb\xbf)?([\x0d\x0a[:blank:]]*(<!--.*-->)?[\x0d\x0a[:blank:]]*)*(<\?xml .*\?>)?([\x0d\x0a[:blank:]]*(<!--.*-->)?[\x0d\x0a[:blank:]]*)*<[mM][aA][nN][iI][fF][eE][sS][tT][\x0d\x0a[:blank:]]{1,}xmlns=\"http:\/\/ns\.adobe\.com\/f4m\//
|
||||
}
|
||||
|
||||
# Microsoft LNK files
|
||||
signature file-lnk {
|
||||
file-mime "application/x-ms-shortcut", 49
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue