No description
Find a file
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
aux Updating submodule(s). 2013-03-22 12:27:19 -07:00
cmake@1bfdacb892 FileAnalysis: add custom libmagic database. 2013-04-12 11:58:19 -05:00
doc FileAnalysis: fix unit tests. 2013-03-18 12:29:41 -05:00
magic FileAnalysis: add custom libmagic database. 2013-04-12 11:58:19 -05:00
pkg Adjusting Mac binary packaging script. 2012-09-13 16:47:40 -05:00
scripts FileAnalysis: add custom libmagic database. 2013-04-12 11:58:19 -05:00
src FileAnalysis: add custom libmagic database. 2013-04-12 11:58:19 -05:00
testing FileAnalysis: add custom libmagic database. 2013-04-12 11:58:19 -05:00
.gitignore Ignore tmp dir. 2011-10-25 19:59:25 -07:00
.gitmodules Update to use cmake submodule 2011-09-20 10:15:09 -05:00
bro-path-dev.in Fixes for script auto-documentation. 2011-08-08 19:50:45 -05:00
CHANGES Added reverse() function to strings.bif. 2013-03-23 08:39:04 -07:00
CMakeLists.txt FileAnalysis: add custom libmagic database. 2013-04-12 11:58:19 -05:00
config.h.in Merge remote-tracking branch 'origin/master' into topic/seth/elasticsearch 2012-07-06 12:01:16 -04:00
configure Teach --disable-dataseries/--disable-elasticsearch to ./configure. 2012-10-08 16:45:04 -05:00
COPYING A set of script-reference polishing. 2012-01-09 18:04:34 -08:00
DocSourcesList.cmake Adding target update-doc-sources to top-level Makefile that runs 2012-05-17 12:41:10 -07:00
INSTALL s/bro-ids.org/bro.org/g 2013-03-07 19:33:04 -08:00
Makefile Moving make target update-doc-sources from top-level Makefile to btest 2012-07-02 16:14:24 -07:00
NEWS s/bro-ids.org/bro.org/g 2013-03-07 19:33:04 -08:00
README s/bro-ids.org/bro.org/g 2013-03-07 19:33:04 -08:00
VERSION Added reverse() function to strings.bif. 2013-03-23 08:39:04 -07:00

============================
Bro Network Security Monitor
============================

Bro is a powerful framework for network analysis and security
monitoring. Please see the INSTALL file for installation instructions
and pointers for getting started. NEWS contains release notes for the
current version, and CHANGES has the complete history of changes.
Please see COPYING for licensing information.

For more documentation, research publications, and community contact
information, please see Bro's home page:

    http://www.bro.org

On behalf of the Bro Development Team,

Vern Paxson & Robin Sommer,
International Computer Science Institute &
Lawrence Berkeley National Laboratory
vern@icir.org / robin@icir.org