mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48: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
|
@ -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