No description
Find a file
Seth Hall 6f3398f796 Initial work on new smtp.bro
* Logging activity is currently focused on messages.
* Does command oriented logging still make sense for SMTP?
* Remaining (known) weak points:
	* Poor handling of wrapped message headers.
	* Poor separation into various scripts by functionality.
		* base.bro will likely include nothing after 'DATA'.
	* Out of order command/response pairs are not supported yet.
2011-04-11 15:56:32 -04:00
aux &log keyword, and vector logging. 2011-03-28 18:14:05 -07:00
cmake Merge remote branch 'origin/topic/jsiwek/config-file-clobber-fixes' 2011-03-21 16:29:17 -07:00
doc Cleanup of the Bro distribution. 2010-11-26 13:45:54 -08:00
policy Initial work on new smtp.bro 2011-04-11 15:56:32 -04:00
policy.old Beginning of signature.bro rewrite. 2011-04-04 11:54:57 -04:00
src Added #include <algorithm> to fix a build problem 2011-04-01 13:01:41 -05:00
testing Merge remote branch 'origin/topic/robin/logging-internals' into topic/policy-scripts-new 2011-03-29 10:21:01 -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 Add alternative way to set BROPATH for running bro from build/ dir. 2011-03-02 14:14:07 -06:00
CHANGES Updating submodule(s). 2011-03-21 16:35:22 -07:00
Checklist-for-Release Cleanup of the Bro distribution. 2010-11-26 13:45:54 -08:00
CMakeLists.txt Add explicit CMake check for compiler 2011-03-09 11:48:00 -06:00
config.h.in Revert "Fix for OS X 10.5 compile error wrt llabs()" 2011-02-09 15:40:36 -08:00
configure Changes to the way user-modifiable config files are installed. 2011-02-24 22:02:22 -06:00
COPYING Cleanup of the Bro distribution. 2010-11-26 13:45:54 -08:00
INSTALL Add explicit CMake check for compiler 2011-03-09 11:48:00 -06:00
make-mac-packages Changes to the way user-modifiable config files are installed. 2011-02-24 22:02:22 -06:00
make-rpm-packages Changes to the way user-modifiable config files are installed. 2011-02-24 22:02:22 -06:00
Makefile Changes for packaging 2011-01-14 22:25:10 -06:00
README Cleanup of the Bro distribution. 2010-11-26 13:45:54 -08:00
TODO.logging Updating TODO. 2011-03-09 18:08:17 -08:00
VERSION Updating submodule(s). 2011-03-21 16:35:22 -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