No description
Find a file
Seth Hall 11c437faa3 Logging framework update and mass Log::ID renaming.
- Log path's are generated in the scripting land
  now.  The default Log stream ID to path string
  mapping works like this:
    - Notice::LOG -> "notice"
    - Notice::POLICY_LOG -> "notice_policy"
    - TestModule::LOG -> "test_module"

- Logging streams updated across all of the shipped
  scripts to be more user friendly.  Instead of
  the logging stream ID HTTP::HTTP, we now have
  HTTP::LOG, etc.

- The priorities on some bro_init handlers have
  been adjusted to make the process of applying
  filters or disabling streams easier for users.
2011-09-03 01:10:17 -04:00
aux Updating the broctl submodule. 2011-08-31 13:20:16 -04:00
cmake Fixes for GeoIP support (addresses #538). 2011-08-30 17:02:07 -05:00
doc Logging framework update and mass Log::ID renaming. 2011-09-03 01:10:17 -04:00
pkg Packaging tweaks and rewrite of 'dist' target. 2011-05-20 17:08:59 -05:00
policy.old Merge remote branch 'origin/topic/robin/reporting' 2011-07-01 13:59:21 -07:00
scripts Logging framework update and mass Log::ID renaming. 2011-09-03 01:10:17 -04:00
src Merge commit '2e853a3' 2011-09-02 15:04:25 -04:00
testing Logging framework update and mass Log::ID renaming. 2011-09-03 01:10:17 -04:00
.gitignore New Makefile wrapper in top-level directory. 2010-11-26 15:31:00 -08:00
.gitmodules New submodule location. 2011-03-11 18:33:44 -08:00
bro-path-dev.in Fixes for script auto-documentation. 2011-08-08 19:50:45 -05:00
CHANGES Fix for the CompHash fix. 2011-08-19 19:01:14 -07:00
CMakeLists.txt Merge remote-tracking branch 'origin/topic/jsiwek/autodoc-fixes' 2011-08-13 12:09:13 -07:00
config.h.in Fixes for GeoIP support (addresses #538). 2011-08-30 17:02:07 -05:00
configure Fixes for script auto-documentation. 2011-08-08 19:50:45 -05:00
COPYING Cleanup of the Bro distribution. 2010-11-26 13:45:54 -08:00
INSTALL Test. Closes #499 2011-07-19 21:54:17 -04:00
Makefile Packaging tweaks and rewrite of 'dist' target. 2011-05-20 17:08:59 -05:00
README Cleanup of the Bro distribution. 2010-11-26 13:45:54 -08:00
VERSION Fix for the CompHash fix. 2011-08-19 19:01:14 -07:00

This is release 1.6 of Bro, a system for detecting network intruders in
real-time using passive network monitoring.

Please see the file INSTALL for installation instructions and
pointers for getting started. For more documentation, see the
documentation on Bro's home page:

    http://www.bro-ids.org/docs

The main parts of Bro's documentation are also available in the doc/
directory of the distribution. (Please note that the documentation
is still a work in progress; there will be more in future releases.)

Numerous other Bro-related publications, including a paper describing the
system, can be found at

    http://www.bro-ids.org/publications.html

Send comments, etc., to the Bro mailing list, bro@bro-ids.org.
However, please note that you must first subscribe to the list in
order to be able to post to it.

- Vern Paxson & Robin Sommer, on behalf of the Bro development team

Lawrence Berkeley National Laboratory
University of California, Berkeley  USA

ICSI Center for Internet Research (ICIR)
International Computer Science Institute
Berkeley, CA  USA
vern@icir.org / robin@icir.org