mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
Fix mime type identification for Windows LNK files.
This commit is contained in:
parent
78d9e38167
commit
017fa13393
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ signature file-f4m {
|
||||||
# Microsoft LNK files
|
# Microsoft LNK files
|
||||||
signature file-lnk {
|
signature file-lnk {
|
||||||
file-mime "application/x-ms-shortcut", 49
|
file-mime "application/x-ms-shortcut", 49
|
||||||
file-magic /^\x4C\x00\x00\x00\x01\x14\x02\x00\x00\x00\x00\x00\xC0\x00\x00\x00\x00\x10\x00\x00\x00\x46/
|
file-magic /^\x4c\x00\x00\x00\x01\x14\x02\x00\x00\x00\x00\x00\xc0\x00\x00\x00\x00\x00\x00\x46/
|
||||||
}
|
}
|
||||||
|
|
||||||
signature file-jar {
|
signature file-jar {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue