mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

- It's derived from the magic database of libmagic 5.14, but with most everything not related to mime types removed. - The custom database is always used by default for mime detection, but the more verbose file type detection will fall back on the default libmagic installation's database. The result is: mime type strings are now guaranteed to be consistent across platforms, but the verbose file type descriptions are not. - The custom database gets installed in $prefix/share/bro/magic, and should even be extensible if files with new patterns are added inside the directory. - The search path for the mime magic database can be controlled via BROMAGIC environment variable. - Remove mime_desc field from ftp.log. - Stop using the mime/file type canonifier with unit tests. - libmagic >= 5.04 is now a requirement.
43 lines
1.4 KiB
Text
43 lines
1.4 KiB
Text
# See COPYING file in this directory for original libmagic copyright.
|
|
#------------------------------------------------------------------------------
|
|
# $File: wordprocessors,v 1.16 2012/10/29 17:36:49 christos Exp $
|
|
# wordprocessors: file(1) magic fo word processors.
|
|
#
|
|
|
|
# Hangul (Korean) Word Processor File
|
|
# From: Won-Kyu Park <wkpark@kldp.org>
|
|
512 string R\0o\0o\0t\0 Hangul (Korean) Word Processor File 2000
|
|
!:mime application/x-hwp
|
|
|
|
# Quark Express from http://www.garykessler.net/library/file_sigs.html
|
|
2 string MMXPR3 Motorola Quark Express Document (English)
|
|
!:mime application/x-quark-xpress-3
|
|
|
|
#------------------------------------------------------------------------------
|
|
# ichitaro456: file(1) magic for Just System Word Processor Ichitaro
|
|
#
|
|
# Contributor kenzo-:
|
|
# Reversed-engineered JS Ichitaro magic numbers
|
|
#
|
|
|
|
0 string DOC
|
|
>43 byte 0x14 Just System Word Processor Ichitaro v4
|
|
!:mime application/x-ichitaro4
|
|
|
|
0 string DOC
|
|
>43 byte 0x15 Just System Word Processor Ichitaro v5
|
|
!:mime application/x-ichitaro5
|
|
|
|
0 string DOC
|
|
>43 byte 0x16 Just System Word Processor Ichitaro v6
|
|
!:mime application/x-ichitaro6
|
|
|
|
# Type: Freemind mindmap documents
|
|
# From: Jamie Thompson <debian-bugs@jamie-thompson.co.uk>
|
|
0 string/w \<map\ version Freemind document
|
|
!:mime application/x-freemind
|
|
|
|
# Type: Scribus
|
|
# From: Werner Fink <werner@suse.de>
|
|
0 string \<SCRIBUSUTF8NEW\ Version Scribus Document
|
|
!:mime application/x-scribus
|