mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Add ACE archive files to the identified file types.
Addresses BIT-1609. Thanks Stephen Hosom!
This commit is contained in:
parent
151f9d6ced
commit
2e9491482f
1 changed files with 5 additions and 0 deletions
|
@ -174,3 +174,8 @@ signature file-lzma {
|
|||
file-magic /^\x5d\x00\x00/
|
||||
}
|
||||
|
||||
# ACE archive file.
|
||||
signature file-ace-archive {
|
||||
file-mime "application/x-ace", 100
|
||||
file-magic /^.{7}\*\*ACE\*\*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue