MIME-Extension MappingsΒΆ
- File location:
Bundled implementation:
source/client/scripts/file-extensions.bro
Cluster implementation:
cluster/core/source/scripts/file-extensions.bro
This file contains a Bro table
mapping MIME types to possible file extensions.
The MIME types are fetched from IANA registries and the file extensions are
provided semi-automatically through mimetypes
database.
This Bro script can be generated from the the mime2ext.py
script as we
described in the Miscellaneous & Auxiliary section.