mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23: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.
34 lines
1.3 KiB
Text
34 lines
1.3 KiB
Text
# See COPYING file in this directory for original libmagic copyright.
|
|
#------------------------------------------------------------------------------
|
|
# $File: epoc,v 1.7 2009/09/19 16:28:09 christos Exp $
|
|
# EPOC : file(1) magic for EPOC documents [Psion Series 5/Osaris/Geofox 1]
|
|
# Stefan Praszalowicz <hpicollo@worldnet.fr> and Peter Breitenlohner <peb@mppmu.mpg.de>
|
|
# Useful information for improving this file can be found at:
|
|
# http://software.frodo.looijaard.name/psiconv/formats/Index.html
|
|
#------------------------------------------------------------------------------
|
|
0 lelong 0x10000037 Psion Series 5
|
|
>4 lelong 0x10000042 multi-bitmap image
|
|
!:mime image/x-epoc-mbm
|
|
>4 lelong 0x1000006D
|
|
>>8 lelong 0x1000007D Sketch image
|
|
!:mime image/x-epoc-sketch
|
|
>>8 lelong 0x1000007F Word file
|
|
!:mime application/x-epoc-word
|
|
>>8 lelong 0x10000085 OPL program (TextEd)
|
|
!:mime application/x-epoc-opl
|
|
>>8 lelong 0x10000088 Sheet file
|
|
!:mime application/x-epoc-sheet
|
|
>4 lelong 0x10000073 OPO module
|
|
!:mime application/x-epoc-opo
|
|
>4 lelong 0x10000074 OPL application
|
|
!:mime application/x-epoc-app
|
|
|
|
|
|
0 lelong 0x10000050 Psion Series 5
|
|
>4 lelong 0x1000006D database
|
|
>>8 lelong 0x10000084 Agenda file
|
|
!:mime application/x-epoc-agenda
|
|
>>8 lelong 0x10000086 Data file
|
|
!:mime application/x-epoc-data
|
|
>>8 lelong 0x10000CEA Jotter file
|
|
!:mime application/x-epoc-jotter
|