zeek/testing/scripts
Jon Siwek 037d582b0e FileAnalysis: add custom libmagic database.
- 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.
2013-04-12 11:58:19 -05:00
..
coverage-calc Fix sorting of lines in Brofiler coverage.log 2012-01-30 17:35:19 -06:00
diff-canon-notice-policy Adding notice_policy.log canonification for external tests. 2012-04-04 17:46:13 -07:00
diff-canonifier FileAnalysis: add custom libmagic database. 2013-04-12 11:58:19 -05:00
diff-canonifier-external FileAnalysis: add custom libmagic database. 2013-04-12 11:58:19 -05:00
diff-remove-abspath Cleaning up some testing stuff. 2011-07-05 18:47:08 -07:00
diff-remove-mime-types FileAnalysis: libmagic tweaks. 2013-04-11 13:11:46 -05:00
diff-remove-timestamps Changing the start/end markers in logs to open/close now reflecting 2012-07-27 12:15:21 -07:00
diff-remove-uids Excluding log fields of name mime_type for comparision. 2011-09-09 11:41:03 -07:00
diff-remove-x509-names Enable GridFTP detection by default. Track/log SSL client certs. 2012-10-08 11:38:29 -05:00
diff-sort Sorting all output for the external tests. 2012-02-29 17:09:38 -08:00
file-analysis-test.bro FileAnalysis: add custom libmagic database. 2013-04-12 11:58:19 -05:00
has-writer Working on DataSeries support. 2012-04-09 17:46:56 -07:00