mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Merge branch 'master' of https://github.com/spacepatcher/zeek
* 'master' of https://github.com/spacepatcher/zeek: Add Windows Minidump file signature
This commit is contained in:
commit
b6c4aa7d2e
3 changed files with 11 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.6-536 | 2019-06-28 12:10:55 -0700
|
||||
|
||||
* Add Windows Minidump file signature (Alexander Bolshakov)
|
||||
|
||||
2.6-534 | 2019-06-28 11:48:41 -0700
|
||||
|
||||
* Change notices to be processed on worker. (Johanna Amann, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.6-534
|
||||
2.6-536
|
||||
|
|
|
@ -414,3 +414,9 @@ signature file-vim-tmp {
|
|||
file-mime "application/x-vim-tmp", 100
|
||||
file-magic /^b0VIM/
|
||||
}
|
||||
|
||||
# Windows Minidump
|
||||
signature file-windows-minidump {
|
||||
file-mime "application/x-windows-minidump", 50
|
||||
file-magic /^MDMP/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue