No description
Find a file
Jon Siwek c4ca6f098c Changes to scanner and parser to allow record field comments.
The scanner can now be told to start/stop producing new token types that
assist in documenting record field types (and eventually enums also).

TOK_DOC:
    Produced on "##" style comments; documents the field that follows.

TOK_POST_DOC:
    Produced on "##<" style comments; documents the previous field.
2011-03-14 13:10:49 -05:00
aux Updating submodule(s). 2011-02-28 15:39:24 -08:00
cmake Revert "Fix for OS X 10.5 compile error wrt llabs()" 2011-02-09 15:40:36 -08:00
doc Cleanup of the Bro distribution. 2010-11-26 13:45:54 -08:00
policy Merge remote branch 'origin/topic/gregor/bif-tuning' 2011-02-25 15:41:56 -08:00
src Changes to scanner and parser to allow record field comments. 2011-03-14 13:10:49 -05:00
testing Updating indenpdentn state tests to work with new setyp. 2011-02-25 17:01:11 -08:00
.gitignore New Makefile wrapper in top-level directory. 2010-11-26 15:31:00 -08:00
.gitmodules Adding new aux/btest submodule. 2011-02-08 14:28:15 -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 Fixing file detector leak in remote communication module. 2011-02-25 17:04:29 -08:00
Checklist-for-Release Cleanup of the Bro distribution. 2010-11-26 13:45:54 -08:00
CMakeLists.txt Add alternative way to set BROPATH for running bro from build/ dir. 2011-03-02 14:14:07 -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 Adding more configure options for finding dependencies 2011-01-28 10:10:16 -06:00
COPYING Cleanup of the Bro distribution. 2010-11-26 13:45:54 -08:00
INSTALL Add alternative way to set BROPATH for running bro from build/ dir. 2011-03-02 14:14:07 -06:00
make-mac-packages Changes for packaging 2011-01-14 22:25:10 -06:00
make-rpm-packages Changes for packaging 2011-01-14 22:25:10 -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
VERSION Fixing file detector leak in remote communication module. 2011-02-25 17:04:29 -08: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