No description
Find a file
Jon Siwek ceaba8077b Fixes related to make doc handling of script summary text (##! comments)
- Summary comments (##!) can now be placed at the beginning of
BiF files (but still outside C segments).  An issue was fixed where
these comments would mistakenly be transferred into the generated
.func_def file and cause a compile error. I completely removed writing
any opt_ws value into the .func_def file because it was currently not
writing anything besides whitespace.

- The generation of reST for the collecting of "groups" of policy
script documentation now happens at build time of `make doc` through the
use of a helper script rather than doing this at configure time so that
changes to summary text will always be reflected in the documentation.
2011-05-02 15:34:34 -05:00
aux Updating submodule(s). 2011-04-26 21:30:37 -07:00
cmake Fix CheckTypes.cmake from generating different config.h's between CMake runs. 2011-04-19 10:44:44 -05:00
doc Fixes related to make doc handling of script summary text (##! comments) 2011-05-02 15:34:34 -05:00
policy Support for (mixed) MPLS and VLAN traffic, and a new default BPF 2011-04-29 09:10:43 -07:00
src Fixes related to make doc handling of script summary text (##! comments) 2011-05-02 15:34:34 -05:00
testing Merge branch 'master' into topic/jsiwek/doc-framework 2011-05-02 12:23:56 -05: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 Merge remote branch 'origin/topic/robin/conn-ids' 2011-04-22 22:13:44 -07:00
Checklist-for-Release Cleanup of the Bro distribution. 2010-11-26 13:45:54 -08:00
CMakeLists.txt Merge branch 'master' into topic/jsiwek/doc-framework 2011-04-07 16:44:29 -05:00
config.h.in Fix unnecessary config.h preprocessor (re)definitions. 2011-04-11 16:59:07 -05: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 Improving documention for the Bro script document-generation process 2011-04-06 16:39:50 -05:00
README Cleanup of the Bro distribution. 2010-11-26 13:45:54 -08:00
VERSION Merge remote branch 'origin/topic/robin/conn-ids' 2011-04-22 22:13:44 -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